Open tushar829 opened 4 years ago
Which OS you are using ? and can you please send the screenshot, Also mention the complete command here which you used.
am on parrot os Debian 5.7.10-1parrot2 (2020-07-31)
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
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 .
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
thanks
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
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")