PushpenderIndia / subdover

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

gives error and delete wite list #4

Closed rijinrij closed 4 years ago

rijinrij commented 4 years ago

┌─[root@parrot]─[/opt/subdover] └──╼ #ls env example_target.txt externals img README.md requirements.txt src subdover.py version.txt ┌─[root@parrot]─[/opt/subdover] └──╼ #nano list.txt ┌─[root@parrot]─[/opt/subdover] └──╼ #ls env example_target.txt externals img list.txt README.md requirements.txt src subdover.py version.txt ┌─[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' ┌─[✗]─[root@parrot]─[/opt/subdover] └──╼ #ls env example_target.txt externals img README.md requirements.txt src subdover.py version.txt ┌─[root@parrot]─[/opt/subdover] └──╼ #

PushpenderIndia commented 4 years ago

Please download subdover again, i think this issue has been fixed already.

Download subdover again (not through --update) and confirm whether the issue is fixed or not

On Sat, 19 Sep, 2020, 6:07 PM rijin m, notifications@github.com wrote:

┌─[root@parrot]─[/opt/subdover] └──╼ #ls env example_target.txt externals img README.md requirements.txt src subdover.py version.txt ┌─[root@parrot]─[/opt/subdover] └──╼ #nano list.txt ┌─[root@parrot]─[/opt/subdover] └──╼ #ls env example_target.txt externals img list.txt README.md requirements.txt src subdover.py version.txt ┌─[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.subdomain_list.replace(filename, filename.replace(" ", ""))+"-httpx.txt", arguments.subdomain_list.replace(filename, filename.replace(" ", ""))) FileNotFoundError: [Errno 2] No such file or directory: 'list.txt-httpx.txt' -> 'list.txt' ┌─[✗]─[root@parrot]─[/opt/subdover] └──╼ #ls env example_target.txt externals img README.md requirements.txt src subdover.py version.txt ┌─[root@parrot]─[/opt/subdover] └──╼ #

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/PushpenderIndia/subdover/issues/4, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANORYIXYFDE7FEBOZVNMLN3SGSQXBANCNFSM4RTAAILA .

rijinrij commented 4 years ago

fixed thanks, and error with -d domain.com [] Finding Subdomain Using findomain ... [] Adding Appropriate Web Protocal to Subdomains using httpx ... [*] Saving Subdomains in TXT file ... Traceback (most recent call last): File "subdover.py", line 268, in enumSubdomain(arguments.domain)
File "subdover.py", line 101, in enumSubdomain os.remove(f"{domain}.txt") FileNotFoundError: [Errno 2] No such file or directory: 'google.com.txt'

PushpenderIndia commented 4 years ago

Make sure that findomain is installed on your system and is accessible from any directory,

Install all the dependencies using installer_linux.py, and then try again

Type "findomain" in your terminal without qoutes, if findomain is running without any issue, then please tell,

Otherwise, it is a issue due to missing dependency

On Sat, 19 Sep, 2020, 8:47 PM rijin m, notifications@github.com wrote:

fixed thanks, and error with -d domain.com [ ] Finding Subdomain Using findomain ... [] Adding Appropriate Web Protocal to Subdomains using httpx ... [*] Saving Subdomains in TXT file ... Traceback (most recent call last): File "subdover.py", line 268, in enumSubdomain(arguments.domain) File "subdover.py", line 101, in enumSubdomain os.remove(f"{domain}.txt") FileNotFoundError: [Errno 2] No such file or directory: 'google.com.txt'

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

PushpenderIndia commented 4 years ago

Download Subdover again, I have added a dependencies checker, so it will check the dependencies every time you run it.

If particular dependency is not installed, it will simply show it to screen and quite.

Kindly download subdover again and check whether the issue you are facing is due to missing dependencies

rijinrij commented 4 years ago

thanks for update its fixed