PushpenderIndia / subdover

Subdover is a MultiThreaded Subdomain Takeover Vulnerability Scanner Written In Python3
99 stars 34 forks source link

Why httpx rescan with https list #14

Closed blackcodersec closed 2 years ago

blackcodersec commented 2 years ago

I provide httprobe list, but I saw this script again performing with httpx scan.

blackcodersec commented 2 years ago

I think you have to need to stop httpx. Users can manually probe with httpx or httprobe. When starting subdover scan it works very slow.

blackcodersec commented 2 years ago

When I use live file then auto make a file live_httpx.txt then when I select live_httpx.txt and same auto make a new file live_httpx.txt_httpx.txt. why?

image

PushpenderIndia commented 2 years ago

Update subdover and use -skip flag with -l or --list flag

e.g. python3 subdover.py --list subdomains.txt -skip

Note : If you use -skip flag, then Make sure to manually use httpx/httprobe or any similar tool on your subdomain list before passing it to subdover