New generation phishing tool.
A phishing tool that is written in Python and VueJS
Launch your terminal
λ git clone https://github.com/bufgix/hookup
λ cd hookup
Install dependencies with pip
λ pip install -r requirements.txt
Run phishing and GUI server. If you have never launched the program before, it will ask for username and password.
λ python run.py
Username: bufgix
Password
[+] Done
* Serving Flask app "hookup" (lazy loading)
* Environment: production
WARNING: This is a development server. Do not use it in a production deployment.
Use a production WSGI server instead.
* Debug mode: on
* Restarting with stat
If everything is ok, you'll see the ngrok page which is shown below
And now, open your favorite browser then type http://localhost:5000/adminpage
for the control panel.
Login with your username and password (you set them on step 2)
On the configuration panel, you'll see that some fake pages have been already set up. Select the one for your use. "Current Page" part contains the data that victim will see.
The ngrok URL publishes your local server to the internet. You can get your fake page's URL at the top right corner of the screen(the part which says "Ngrok Url: ".). If your victim types their credientals correctly and pushes the send button, you'll handle the POST payload and results will be shown like the image above.
👤 bufgix
- Website: http://bufgix.space
- Twitter: @bufgix
- Github: @bufgix
Give a ⭐️ if this project helped you!