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

added wifite description

This commit is contained in:
Greatest125
2020-12-26 20:48:42 +00:00
committed by GitHub
parent 1e7460d65b
commit fc7e3e5db0

View File

@ -93,6 +93,7 @@ class Wifiphisher(HackingTool):
class Wifite(HackingTool): class Wifite(HackingTool):
TITLE = "Wifite" TITLE = "Wifite"
DESCRIPTION = "Wifite is an automated wireless attack tool"
INSTALL_COMMANDS = [ INSTALL_COMMANDS = [
"sudo git clone https://github.com/derv82/wifite2.git", "sudo git clone https://github.com/derv82/wifite2.git",
"cd wifite2 && sudo python3 setup.py install" "cd wifite2 && sudo python3 setup.py install"