PushpenderIndia / subdover

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

Traceback (most recent call last): #1

Closed rijinrij closed 4 years ago

rijinrij commented 4 years ago

File "subdover.py", line 182, in os.rename(f"{arguments.subdomain_list}-httpx.txt", f"{arguments.subdomain_list}") FileNotFoundError: [Errno 2] No such file or directory: 'example_target.txt-httpx.txt' -> 'example_target.txt'

PushpenderIndia commented 4 years ago

Make sure to give full path of subdomainList after --list parameter

On Wed, 2 Sep, 2020, 7:14 PM rijinkcw, notifications@github.com wrote:

File "subdover.py", line 182, in os.rename(f"{arguments.subdomain_list}-httpx.txt", f"{arguments.subdomain_list}") FileNotFoundError: [Errno 2] No such file or directory: 'example_target.txt-httpx.txt' -> 'example_target.txt'

— 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/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANORYIRLLDHJRCDGJQG75U3SDZD2TANCNFSM4QTAZY4Q .

PushpenderIndia commented 4 years ago

On which system, you are using subdover ?

On Thu, 3 Sep, 2020, 11:51 AM Cyber Academy, singhpushpender250@gmail.com wrote:

Make sure to give full path of subdomainList after --list parameter

On Wed, 2 Sep, 2020, 7:14 PM rijinkcw, notifications@github.com wrote:

File "subdover.py", line 182, in os.rename(f"{arguments.subdomain_list}-httpx.txt", f"{arguments.subdomain_list}") FileNotFoundError: [Errno 2] No such file or directory: 'example_target.txt-httpx.txt' -> 'example_target.txt'

— 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/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANORYIRLLDHJRCDGJQG75U3SDZD2TANCNFSM4QTAZY4Q .

rijinrij commented 4 years ago

Kali Linux on WSL

PushpenderIndia commented 4 years ago

Please Clone Latest Edition of Subdover and try again!

Now it should be fixed

rijinrij commented 4 years ago

thanks fixed

rijinrij commented 4 years ago

root@MrCyguru:/opt/subdover# python3 subdover.py --help Traceback (most recent call last): File "subdover.py", line 1, in from src.fingerprints import * ModuleNotFoundError: No module named 'src.fingerprints'

PushpenderIndia commented 4 years ago

Added init.py file in src directory, now check again that the issue is solved or not