Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/harshsinghvi/phishing_cloud


https://github.com/harshsinghvi/phishing_cloud

cloud docker docker-image phishing

Last synced: 30 days ago
JSON representation

Awesome Lists containing this project

README

        

# 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:///.html`
* for passwords `https:///.txt`
* for common passwords file `https:///raw.txt`
* for common login page `https:///index.html` or simply `https://`

### 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
* Install docker image made my me (https://hub.docker.com/r/insomniaccoder/phishing)
```bash
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
```bash
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 # complete the precess and you got the SSL certificate
```
To Change Default website
```bash
docker exec phishing_demo ./change.sh ## use default to restore else name of above mentioned supported sites
```

## Build your own
```bash
git clone https://github.com/harshsinghvi/phishing_cloud.git
cd phishing_cloud
docker -t .
```
## Build Multi-Arch Images
Refer this guide

* 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