Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PROGRAM BROTHER MAN PLEASE READ AND RESPOND = WE NEED YOU SIR`s !!!! #386

Open
Huzzla101 opened this issue Nov 28, 2024 · 1 comment
Open

Comments

@Huzzla101
Copy link

hi i just startet testing ur pen testing software now and i saw it in action on youtube where it does exactly what i want ... but when i start it this comes. i give u the whole deal please revert.... Reply when have time Sir---- We need to stay geeked... 📦 :p

i get this first when starting up program :
/home/mastermind/Sublist3r/sublist3r.py:75: SyntaxWarning: invalid escape sequence '_'
print("""%s
/home/mastermind/Sublist3r/sublist3r.py:286: SyntaxWarning: invalid escape sequence '/'
link_regx = re.compile('<cite.?>(.?)</cite>')
/home/mastermind/Sublist3r/sublist3r.py:343: SyntaxWarning: invalid escape sequence '/'
link = re.sub("<(/)?b>", "", link)

THEN program starts i start search and this come:

              # Coded By Ahmed Aboul-Ela - @aboul3la

Usage: python sublist3r.py [Options] use -h for help
Error: the following arguments are required: -d/--domain
mastermind@GRANDM:~/Sublist3r$ python3 sublist3r.py -d www.vg.no
/home/mastermind/Sublist3r/sublist3r.py:75: SyntaxWarning: invalid escape sequence '_'
print("""%s
/home/mastermind/Sublist3r/sublist3r.py:286: SyntaxWarning: invalid escape sequence '/'
link_regx = re.compile('<cite.?>(.?)</cite>')
/home/mastermind/Sublist3r/sublist3r.py:343: SyntaxWarning: invalid escape sequence '/'
link = re.sub("<(/)?b>", "", link)
/home/mastermind/Sublist3r/sublist3r.py:439: SyntaxWarning: invalid escape sequence '/'
link = re.sub('<(/)?strong>|<span.?>|<|>', '', link)
/home/mastermind/Sublist3r/sublist3r.py:658: SyntaxWarning: invalid escape sequence '/'
tbl_regex = re.compile('</a>Host Records.
?<table.?>(.?)', re.S)
/home/mastermind/Sublist3r/sublist3r.py:898: SyntaxWarning: invalid escape sequence '-'
domain_check = re.compile("^(http|https)?[a-zA-Z0-9]+([-.]{1}[a-zA-Z0-9]+)*.[a-zA-Z]{2,}$")

             ____        _     _ _     _   _____
            / ___| _   _| |__ | (_)___| |_|___ / _ __
            \___ \| | | | '_ \| | / __| __| |_ \| '__|
             ___) | |_| | |_) | | \__ \ |_ ___) | |
            |____/ \__,_|_.__/|_|_|___/\__|____/|_|

            # Coded By Ahmed Aboul-Ela - @aboul3la

[-] Enumerating subdomains now for www.vg.no
[-] Searching now in Baidu..
[-] Searching now in Yahoo..
[-] Searching now in Google..
[-] Searching now in Bing..
[-] Searching now in Ask..
[-] Searching now in Netcraft..
[-] Searching now in DNSdumpster..
[-] Searching now in Virustotal..
[-] Searching now in ThreatCrowd..
[-] Searching now in SSL Certificates..
[-] Searching now in PassiveDNS..
Process DNSdumpster-8:
Traceback (most recent call last):
File "/usr/lib/python3.12/multiprocessing/process.py", line 314, in _bootstrap
self.run()
File "/home/mastermind/Sublist3r/sublist3r.py", line 268, in run
domain_list = self.enumerate()
^^^^^^^^^^^^^^^^
File "/home/mastermind/Sublist3r/sublist3r.py", line 647, in enumerate
token = self.get_csrftoken(resp)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/mastermind/Sublist3r/sublist3r.py", line 641, in get_csrftoken
token = csrf_regex.findall(resp)[0]
~~~~~~~~~~~~~~~~~~~~~~~~^^^
IndexError: list index out of range
[!] Error: Virustotal probably now is blocking our requests

@Rand0x
Copy link

Rand0x commented Dec 1, 2024

Read your errors - there are Regex-String errors, fix them. Example:
ERROR: link_regx = re.compile('<cite.?>(.?)')
FIX: link_regx = re.compile(r'<cite.?>(.?)')

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants