Sublist3r icon indicating copy to clipboard operation
Sublist3r copied to clipboard

It showing scanning but then not showing results

Open Rohinish69 opened this issue 1 year ago • 8 comments

image

Rohinish69 avatar May 29 '23 06:05 Rohinish69

me tooo same probleme

mustuser avatar May 29 '23 13:05 mustuser

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

R3V3R5327 avatar Jun 06 '23 18:06 R3V3R5327

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

youssef20390 avatar Jun 07 '23 16:06 youssef20390

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

how?

Mfnio avatar Aug 04 '23 19:08 Mfnio

https://github.com/aboul3la/Sublist3r/issues/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.

pgiovanni avatar Aug 06 '23 01:08 pgiovanni

@pgiovanni Thanks for the update!

A-ragon avatar Sep 18 '23 04:09 A-ragon

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

Divyanshukothari avatar Oct 19 '23 05:10 Divyanshukothari

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

danuamirudin avatar Mar 26 '24 01:03 danuamirudin