From 40c1d152f99c16cd7a7e4fec3c9f833ebadb884d Mon Sep 17 00:00:00 2001 From: Greatest125 <66028078+Greatest125@users.noreply.github.com> Date: Tue, 15 Dec 2020 18:09:52 -0500 Subject: [PATCH] Update wireless_attack_tools.py --- tools/wireless_attack_tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):