[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'
The error shows No such file or directory Error
paramspider -d http://testphp.vulnweb.com
____ __ ()/ / ____
/ \/ _
/ __/ _
/ ' (-</ \/ / / -) // ./_,// _,////_/ ._//_,_/\//
// /_/
[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'