Skip to content

Commit

Permalink
Update cybersf/information_gathering/rang3r.py
Browse files Browse the repository at this point in the history
Co-authored-by: qodo-merge-pro[bot] <151058649+qodo-merge-pro[bot]@users.noreply.github.com>
Signed-off-by: fortishield <[email protected]>
  • Loading branch information
FortiShield and qodo-merge-pro[bot] authored Feb 10, 2025
1 parent 9fd425d commit 0446de8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cybersf/information_gathering/rang3r.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ def __init__(self):
def run(self):
os.chdir(self.full_path)
set_readline([])
from shlex import quote
user_domain = input('\nEnter a domain to enumerate for rang3r: ').strip()
return os.system('python3 rang3r.py -v -d ' + user_domain)
return os.system('python3 rang3r.py -v -d ' + quote(user_domain))

rang3r = rang3rRepo()

0 comments on commit 0446de8

Please sign in to comment.