-
Notifications
You must be signed in to change notification settings - Fork 469
Description
The error shows No such file or directory Error
paramspider -d http://testphp.vulnweb.com
_ __
___ ___ ________ ___ _ ___ ___ ()/ / ____
/ _ / _ / __/ _ / ' (-</ _ / / _ / -) /
/ ./_,// _,///// .//_,/_//
// //
with <3 by @0xasm0d3us
[INFO] Fetching URLs for http://testphp.vulnweb.com
[INFO] Found 9812 URLs for http://testphp.vulnweb.com
[INFO] Cleaning URLs for http://testphp.vulnweb.com
[INFO] Found 673 URLs after cleaning
[INFO] Extracting URLs with parameters
Traceback (most recent call last):
File "/usr/local/bin/paramspider", line 33, in
sys.exit(load_entry_point('paramspider==0.1.0', 'console_scripts', 'paramspider')())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/user/.local/lib/python3.11/site-packages/paramspider/main.py", line 161, in main
fetch_and_clean_urls(domain, extensions, args.stream, args.proxy, args.placeholder)
File "/home/user/.local/lib/python3.11/site-packages/paramspider/main.py", line 111, in fetch_and_clean_urls
with open(result_file, "w") as f:
^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: 'results/http://testphp.vulnweb.com.txt'