Create a Wi-Fi hotspot to intercept passwords

Lord777

Professional
Messages
2,580
Reputation
15
Reaction score
1,339
Points
113
Hello everyone.
Today I will show you how you can easily create a WiFi hotspot to intercept user data.

Installation:
Code:
▪️apt install python3.7-dev libssl-dev libffi-dev build-essential python3.7
▪️git clone https://github.com/P0cL4bs/wifipumpkin3.git
▪️cd wifipumpkin3
▪️apt install python3-pyqt5
▪️python3 setup.py install

Usage:
Code:
▪️wifipumpkin3 - run the utility

Once launched, you will see the wifi-pumkin interface. Go to the Setting tab and name your hotspot. Next, in Activity Monitor settings, check the boxes for HTTP-Requests (web requests), HTTP-Authentication (credentials from websites) and Pumpkin-Proxy. In the Plugins tab, select what is more important to you. Pumpkin-Proxy allows you to use various ready-made solutions (keyloggers, BeEF, code injection, etc.) But SSLStrip + paired with dns2proxy allows you to bypass HTTPS and intercept much more credentials.

All information is provided for informational purposes only. We are not responsible for your actions.
 
Top