mirror of
https://github.com/Z4nzu/hackingtool
synced 2026-05-24 01:18:39 +00:00
foxed rang3r run issue
using os.chdir to cd into rang3r directory
This commit is contained in:
parent
0d0f43b4d8
commit
0d8f1ddd7b
1 changed files with 1 additions and 1 deletions
|
|
@ -186,7 +186,7 @@ class PortScannerRanger(HackingTool):
|
|||
|
||||
def run(self):
|
||||
ip = input("Enter Ip >> ")
|
||||
os.system("cd rang3r;")
|
||||
os.chdir("rang3r")
|
||||
subprocess.run(["sudo", "python", "rang3r.py", "--ip", ip])
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue