mirror of
https://github.com/Z4nzu/hackingtool
synced 2026-05-23 08:58:22 +00:00
Update wireless_attack_tools.py
This commit is contained in:
parent
557518e40c
commit
40c1d152f9
1 changed files with 1 additions and 1 deletions
|
|
@ -136,7 +136,7 @@ class Howmanypeople(HackingTool):
|
|||
"sudo apt-get install tshark"
|
||||
";sudo python3 -m pip install howmanypeoplearearound"
|
||||
]
|
||||
RUN_COMMANDS = ["sudo howmanypeoplearearound"]
|
||||
RUN_COMMANDS = ["howmanypeoplearearound"]
|
||||
|
||||
|
||||
class WirelessAttackTools(HackingToolsCollection):
|
||||
|
|
|
|||
Loading…
Reference in a new issue