Closed rijinrij closed 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 .
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 .
Kali Linux on WSL
Please Clone Latest Edition of Subdover and try again!
Now it should be fixed
thanks fixed
root@MrCyguru:/opt/subdover# python3 subdover.py --help
Traceback (most recent call last):
File "subdover.py", line 1, in
Added init.py file in src directory, now check again that the issue is solved or not
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'