diff --git a/tools/wireless_attack_tools.py b/tools/wireless_attack_tools.py index ad57e8d..960413b 100644 --- a/tools/wireless_attack_tools.py +++ b/tools/wireless_attack_tools.py @@ -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):