-
Notifications
You must be signed in to change notification settings - Fork 434
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No such file or directory Error #129
Comments
have you got the solution? |
. |
same problem can anyone help ? |
check this tool |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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'
The text was updated successfully, but these errors were encountered: