1
0
mirror of https://github.com/Z4nzu/hackingtool.git synced 2025-06-20 06:15:54 +02:00

updated wifi pumpkin install

This commit is contained in:
Greatest125
2020-12-26 16:56:05 +00:00
committed by GitHub
parent 8af0f06ecf
commit 7b6bfb984e

View File

@ -14,9 +14,9 @@ class WIFIPumpkin(HackingTool):
INSTALL_COMMANDS = [
"sudo apt install libssl-dev libffi-dev build-essential",
"sudo git clone https://github.com/P0cL4bs/wifipumpkin3.git",
"chmod -R 755 wifipumpkin3 && cd wifipumpkin3",
"chmod -R 755 wifipumpkin3",
"sudo apt install python3-pyqt5",
"sudo python3 setup.py install"
"cd wifipumpkin3;sudo python3 setup.py install"
]
RUN_COMMANDS = ["sudo wifipumpkin3"]
PROJECT_URL = "https://github.com/P0cL4bs/wifipumpkin3"