banaisakula / docker-blackeye

Docker container for creating the phishing sites using Blackeye

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status
Build and Push to Dockerhub

docker-blackeye

Docker container for running the phishing attack using Blackeye

Blackeye is a Phishing Tool, with 32 templates +1 customizable.

I am creating a docker container where you can run blackeye in any platform.

Usage:


docker run -d --name blackeye vishnunair/docker-blackeye:latest

Login to the docker container like below: and execute the blackeye script

docker exec -it blackeye bash

root@44792c30b279:/src/blackeye# bash blackeye.sh

If you don't see the Ngrok Link, open another terminal and run the below command

docker exec -it blackeye bash

root@44792c30b279:/src/blackeye# ./ngrok http 3333

If everything goes well, you can see the phishing site like below: You can create custom domain and point it to the Ngrok

The credentials are saved under the sites directory


root@44792c30b279:/src/blackeye# cat sites/instagram/saved.usernames.txt
Account: gskkfkkf Pass: k86786632jd


Legal disclaimer:

Usage of BlackEye for attacking targets without prior mutual consent is illegal. It's the end user's responsibility to obey all applicable local, state and federal laws. Developers assume no liability and are not responsible for any misuse or damage caused by this program. Only use for educational purposes.

About

Docker container for creating the phishing sites using Blackeye

License:Apache License 2.0


Languages

Language:Dockerfile 100.0%