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

Update wireless_attack_tools.py

This commit is contained in:
Greatest125
2020-12-15 18:09:52 -05:00
committed by GitHub
parent 557518e40c
commit 40c1d152f9

View File

@ -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):