From 2b7b43dd9825c65ed79d0e34e55e40b8e20e37c4 Mon Sep 17 00:00:00 2001 From: He1Zen <68460974+mishakorzik@users.noreply.github.com> Date: Thu, 21 Dec 2023 22:35:57 +0200 Subject: [PATCH] Update IpMenu.py --- Files/IpMenu.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Files/IpMenu.py b/Files/IpMenu.py index 1172d3c..5eeb3ae 100644 --- a/Files/IpMenu.py +++ b/Files/IpMenu.py @@ -63,7 +63,7 @@ time.sleep(1.4) print("Warning AllHackingTools has already downloaded ngrok") time.sleep(2.3) - os.system("cd seeker && python3 seeker.py -t manual && cd && cd AllHackingTools && python2 MainMenu.py") + os.system("cd seeker && python seeker.py -t manual && cd && cd AllHackingTools && python2 MainMenu.py") elif(op==11): os.system("clear") os.system("cd && cd AllHackingTools && cd ReconDog && ./dog && cd && cd AllHackingTools && python2 MainMenu.py")