devanshbatham / ParamSpider

Mining URLs from dark corners of Web Archives for bug hunting/fuzzing/further probing
MIT License
2.34k stars 403 forks source link

FileNotFoundError #112

Closed 0xPugal closed 5 months ago

0xPugal commented 6 months ago

paramspider -l domains.txt -s

--SNIP--
[INFO] Fetching URLs for charts.redacted.com/
[INFO] Found 2 URLs for charts.redacted.com/
[INFO] Cleaning URLs for charts.redacted.com/
[INFO] Found 1 URLs after cleaning
[INFO] Extracting URLs with parameters
Traceback (most recent call last):
  File "/usr/local/bin/paramspider", line 8, in <module>
    sys.exit(main())
  File "/usr/local/lib/python3.10/dist-packages/paramspider/main.py", line 165, in main
    fetch_and_clean_urls(domain, extensions, args.stream,args.proxy, args.placeholder)
  File "/usr/local/lib/python3.10/dist-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/charts.redacted.com/.txt'
Ahmadzdddd commented 6 months ago

I have similar error ! looks the project is ending no one is responding!

szybnev commented 5 months ago

I have similar error.

Traceback (most recent call last):
  File "/home/redacted/tools/paramspider/venv/bin/paramspider", line 8, in <module>
    sys.exit(main())
             ^^^^^^
  File "/home/redacted/tools/paramspider/venv/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/redacted/tools/paramspider/venv/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/https://redacted.tld/services.php.txt'

OS specs:

PRETTY_NAME="Kali GNU/Linux Rolling"
NAME="Kali GNU/Linux"
VERSION_ID="2023.4"
VERSION="2023.4"
VERSION_CODENAME=kali-rolling
ID=kali
ID_LIKE=debian
HOME_URL="https://www.kali.org/"
SUPPORT_URL="https://forums.kali.org/"
BUG_REPORT_URL="https://bugs.kali.org/"
ANSI_COLOR="1;31"
devanshbatham commented 5 months ago

domains.txt should be host names and not URLs.

example.com ✅ https://example.comhttps://example.com/