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

not working #359

Open
abasidimed opened this issue Apr 29, 2023 · 4 comments
Open

not working #359

abasidimed opened this issue Apr 29, 2023 · 4 comments

Comments

@abasidimed
Copy link

not working , should not try it 1/5 and must remove it from the site

@youssef20390
Copy link

same here have you found a solution ??

@Rohinish69
Copy link

Same

@pgiovanni
Copy link

#343 this shows how to fix the virustotal issue. i'm just going to clone the repo open the sublist3r.py file in vim (or any other ide) and remove the VirusTotal class along with it's appearances in any other enums.

Update: this didn't fix it for me

however this repo works https://github.com/huntergregal/Sublist3r

Update 2: upon further inspection of the two repositories, line 158 is the difference maker.

The line appears as below in huntergregal's repo. I'm guessing its for linux users:
'User-Agent': 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:105.0) Gecko/20100101 Firefox/105.0',

It appears as below in aboul3la's repo:

'User-Agent': 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36',

This WORKS if you replace aboul3la's line with hungergregals line.

My best guess is that it is an operating system differentiator of some sort.

@lawrencepn
Copy link

@pgiovanni I can confirm that fixed it for me too. Thanks.

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

5 participants