PushpenderIndia / subdover

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

File "subdover.py", line 258, in <module> #3

Open tushar829 opened 4 years ago

tushar829 commented 4 years ago

Traceback (most recent call last): File "subdover.py", line 258, in enumSubdomain(arguments.domain)
File "subdover.py", line 101, in enumSubdomain os.remove(f"{domain}.txt")

PushpenderIndia commented 4 years ago

Which OS you are using ? and can you please send the screenshot, Also mention the complete command here which you used.

rijinrij commented 4 years ago

Screenshot at 2020-09-17 19-40-35 am on parrot os Debian 5.7.10-1parrot2 (2020-07-31)

PushpenderIndia commented 4 years ago

I think you have not installed httpx and findomain on your system, I have created a python installer for linux, download subdover again and follow the installation guide for linux

For Windows, you don't have to install httpx and findomain, as there binary is included in the project

tushar829 commented 4 years ago

github

tushar829 commented 4 years ago

github

PushpenderIndia commented 4 years ago

Please download the tool again and then use it, you are using older version, and also install it's dependencies via installer_linux.py

Follow installation guide for linux mentioned in the Readme.md

On Fri, 18 Sep, 2020, 10:55 AM tushar829, notifications@github.com wrote:

[image: github] https://user-images.githubusercontent.com/58245340/93559479-75d07980-f99d-11ea-8932-7fc4196f516f.jpeg

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/PushpenderIndia/subdover/issues/3#issuecomment-694659286, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANORYIQX4G223CJ2J3FDANDSGLVNRANCNFSM4RP4XLGA .

rijinrij commented 4 years ago

httpx is latest version but findomain is missing after install its shows another error ─[root@parrot]─[/opt/subdover] └──╼ #python3 subdover.py -l list.txt Author: Pushpender Singh | GitHub: PushpenderIndia

================================================================== [] Adding Appropriate Web Protocal to Subdomains using httpx ... [] Writing Subdomains in New TXT file ... Traceback (most recent call last): File "subdover.py", line 240, in os.rename(arguments.subdomainlist.replace(filename, filename.replace(" ", ""))+"-httpx.txt", arguments.subdomainlist.replace(filename, filename.replace(" ", ""))) FileNotFoundError: [Errno 2] No such file or directory: 'list.txt-httpx.txt' -> 'list.txt'

tushar829 commented 4 years ago

thanks

PushpenderIndia commented 4 years ago

httpx is latest version but findomain is missing after install its shows another error ─[root@parrot]─[/opt/subdover] └──╼ #python3 subdover.py -l list.txt Author: Pushpender Singh | GitHub: PushpenderIndia

================================================================== [] Adding Appropriate Web Protocal to Subdomains using httpx ... [] Writing Subdomains in New TXT file ... Traceback (most recent call last): File "subdover.py", line 240, in os.rename(arguments.subdomainlist.replace(filename, filename.replace(" ", ""))+"-httpx.txt", arguments.subdomainlist.replace(filename, filename.replace(" ", ""))) FileNotFoundError: [Errno 2] No such file or directory: 'list.txt-httpx.txt' -> 'list.txt'

Updated Subdover, now please check it again