From 557518e40c5675fa52dd00f6b42fdb297c76611a Mon Sep 17 00:00:00 2001 From: Greatest125 <66028078+Greatest125@users.noreply.github.com> Date: Tue, 15 Dec 2020 18:07:12 -0500 Subject: [PATCH] updated howmanypeoplearound install to python3 --- 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 f508bdd..ad57e8d 100644 --- a/tools/wireless_attack_tools.py +++ b/tools/wireless_attack_tools.py @@ -134,7 +134,7 @@ class Howmanypeople(HackingTool): "Please check your country's laws" INSTALL_COMMANDS = [ "sudo apt-get install tshark" - ";sudo pip install howmanypeoplearearound" + ";sudo python3 -m pip install howmanypeoplearearound" ] RUN_COMMANDS = ["sudo howmanypeoplearearound"]