You've already forked hackingtool
mirror of
https://github.com/Z4nzu/hackingtool.git
synced 2025-06-20 06:15:54 +02:00
foxed rang3r run issue
using os.chdir to cd into rang3r directory
This commit is contained in:
@ -186,7 +186,7 @@ class PortScannerRanger(HackingTool):
|
|||||||
|
|
||||||
def run(self):
|
def run(self):
|
||||||
ip = input("Enter Ip >> ")
|
ip = input("Enter Ip >> ")
|
||||||
os.system("cd rang3r;")
|
os.chdir("rang3r")
|
||||||
subprocess.run(["sudo", "python", "rang3r.py", "--ip", ip])
|
subprocess.run(["sudo", "python", "rang3r.py", "--ip", ip])
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user