mirror of
https://github.com/Z4nzu/hackingtool
synced 2026-05-24 09:28:43 +00:00
updated wifi pumpkin install
This commit is contained in:
parent
8af0f06ecf
commit
7b6bfb984e
1 changed files with 2 additions and 2 deletions
|
|
@ -14,9 +14,9 @@ class WIFIPumpkin(HackingTool):
|
||||||
INSTALL_COMMANDS = [
|
INSTALL_COMMANDS = [
|
||||||
"sudo apt install libssl-dev libffi-dev build-essential",
|
"sudo apt install libssl-dev libffi-dev build-essential",
|
||||||
"sudo git clone https://github.com/P0cL4bs/wifipumpkin3.git",
|
"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 apt install python3-pyqt5",
|
||||||
"sudo python3 setup.py install"
|
"cd wifipumpkin3;sudo python3 setup.py install"
|
||||||
]
|
]
|
||||||
RUN_COMMANDS = ["sudo wifipumpkin3"]
|
RUN_COMMANDS = ["sudo wifipumpkin3"]
|
||||||
PROJECT_URL = "https://github.com/P0cL4bs/wifipumpkin3"
|
PROJECT_URL = "https://github.com/P0cL4bs/wifipumpkin3"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue