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 hookupInstall dependencies with pip
λ pip install -r requirements.txtRun 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.

👤 bufgix
- Website: http://bufgix.space
- Twitter: @bufgix
- Github: @bufgix
Give a ⭐️ if this project helped you!


