mirror of
https://github.com/Z4nzu/hackingtool
synced 2026-05-24 01:18:39 +00:00
added wifite description
This commit is contained in:
parent
1e7460d65b
commit
fc7e3e5db0
1 changed files with 1 additions and 0 deletions
|
|
@ -93,6 +93,7 @@ class Wifiphisher(HackingTool):
|
|||
|
||||
class Wifite(HackingTool):
|
||||
TITLE = "Wifite"
|
||||
DESCRIPTION = "Wifite is an automated wireless attack tool"
|
||||
INSTALL_COMMANDS = [
|
||||
"sudo git clone https://github.com/derv82/wifite2.git",
|
||||
"cd wifite2 && sudo python3 setup.py install"
|
||||
|
|
|
|||
Loading…
Reference in a new issue