0xKayala / NucleiFuzzer

NucleiFuzzer is a Powerful Automation tool for detecting XSS, SQLi, SSRF, Open-Redirect, etc.. Vulnerabilities in Web Applications
https://github.com/0xKayala/NucleiFuzzer
1.31k stars 201 forks source link

errors #37

Closed mdsabbirkhan closed 3 months ago

mdsabbirkhan commented 3 months ago

nf -d www.vodafone.om

_   __           __     _ ____

/ | / /_ ___/ / (_) / __ __ __ / |/ / / / / / / \/ / // / / / / / / _ \/ / / /| / // / // / / / / // / / // /_/ / / // |/_,/_/_/_/// _,/ /__//__// v1.0.3

                           Made by Satya Prakash (0xKayala)

Running ParamSpider on www.taeget.com

     ___                               _    __
    / _ \___ ________ ___ _  ___ ___  (_)__/ /__ ____
   / ___/ _ `/ __/ _ `/  ' \(_-</ _ \/ / _  / -_) __/
  /_/   \_,_/_/  \_,_/_/_/_/___/ .__/_/\_,_/\__/_/
                              /_/

                        - coded with <3 by Devansh Batham

[!] URLS containing these extensions will be excluded from the results : ['.png', '.jpg', '.gif', '.jpeg', '.swf', '.woff', '.svg', '.pdf', '.json', '.css', '.js', '.webp', '.woff', '.woff2', '.eot', '.ttf', '.otf', '.mp4', '.txt']

Traceback (most recent call last): File "/home/cyber/ParamSpider/paramspider.py", line 95, in main() File "/home/cyber/ParamSpider/paramspider.py", line 72, in main save_it.save_func(final_uris , args.output , args.domain) File "/home/cyber/ParamSpider/core/save_it.py", line 19, in save_func with open(filename, "a", encoding="utf-8") as f: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ NotADirectoryError: [Errno 20] Not a directory: 'output/taeget.com.yaml' No URLs found for the domain www.taeget.com. Exiting...

0xKayala commented 3 months ago

Bro, try to give the syntax correctly as shown in the below format without www or http/https:

nf -d vulnweb.com

mdsabbirkhan commented 3 months ago

nf -d vulnweb.com

_   __           __     _ ____

/ | / /_ ___/ / (_) / __ __ __ / |/ / / / / / / \/ / // / / / / / / _ \/ / / /| / // / // / / / / // / / // /_/ / / // |/_,/_/_/_/// _,/ /__//__// v1.0.3

                           Made by Satya Prakash (0xKayala)

Running ParamSpider on vulnweb.com

     ___                               _    __
    / _ \___ ________ ___ _  ___ ___  (_)__/ /__ ____
   / ___/ _ `/ __/ _ `/  ' \(_-</ _ \/ / _  / -_) __/
  /_/   \_,_/_/  \_,_/_/_/_/___/ .__/_/\_,_/\__/_/
                              /_/

                        - coded with <3 by Devansh Batham

[!] URLS containing these extensions will be excluded from the results : ['.png', '.jpg', '.gif', '.jpeg', '.swf', '.woff', '.svg', '.pdf', '.json', '.css', '.js', '.webp', '.woff', '.woff2', '.eot', '.ttf', '.otf', '.mp4', '.txt']

Traceback (most recent call last): File "/home/cyber/ParamSpider/paramspider.py", line 95, in main() File "/home/cyber/ParamSpider/paramspider.py", line 72, in main save_it.save_func(final_uris , args.output , args.domain) File "/home/cyber/ParamSpider/core/save_it.py", line 19, in save_func with open(filename, "a", encoding="utf-8") as f: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ NotADirectoryError: [Errno 20] Not a directory: 'output/vulnweb.com.yaml' No URLs found for the domain vulnweb.com. Exiting...

0xKayala commented 3 months ago

There could be some issues with the tools on your machine. Please uninstall and reinstall them and try to execute the tool as a fresh as I am not facing any issues from my end as shown in the below screenshot which I just executed now.

image image image