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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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