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

It showing scanning but then not showing results #361

Open
Rohinish69 opened this issue May 29, 2023 · 8 comments
Open

It showing scanning but then not showing results #361

Rohinish69 opened this issue May 29, 2023 · 8 comments

Comments

@Rohinish69
Copy link

Rohinish69 commented May 29, 2023

image

@mustuser
Copy link

me tooo same probleme

@R3V3R5327
Copy link

me tooo same probleme
Screenshot_2023-06-07_00-27-06

@youssef20390
Copy link

i used a vpn and removed virustotal from the source code and it worked

@Mfnio
Copy link

Mfnio commented Aug 4, 2023

i used a vpn and removed virustotal from the source code and it worked

how?

@pgiovanni
Copy link

pgiovanni commented Aug 6, 2023

#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.

@A-ragon
Copy link

A-ragon commented Sep 18, 2023

@pgiovanni Thanks for the update!

@Divyanshukothari
Copy link

hey I did the same as @pgiovanni said but it is still not working for me and showing no results
I am running wsl for ubuntu

@danuamirudin
Copy link

Hello,
the solution is so simple
you can add -b that's BRUTEFORCE if don't want to change any code. but you must wait a more longer

Alternatively, if want to go in advance you can go to
/usr/lib/python3/dist-packages/sublist3r.py if you installing using a package manager like APT
then, delete all properties inside class Virustotal(enumratorBaseThreaded):

Note: doesn't matter what Installation method you use. It works for me although installation from Docker

Selection_028

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

9 participants