ParamSpider icon indicating copy to clipboard operation
ParamSpider copied to clipboard

file creation issue after running paramspider -l list.txt

Open rohandeb2 opened this issue 1 year ago • 2 comments

Traceback (most recent call last): File "/usr/local/bin/paramspider", line 8, in sys.exit(main()) ^^^^^^ File "/usr/local/lib/python3.11/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.11/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/target.com/.txt'

rohandeb2 avatar Aug 25 '24 05:08 rohandeb2

i solved most of the error here https://github.com/knrredhelmet/paraminer

ghost avatar Sep 17 '24 11:09 ghost

https://github.com/knrredhelmet/paraminer gives 404 not found

CanalTP avatar Dec 04 '25 16:12 CanalTP