0xKayala / NucleiFuzzer

NucleiFuzzer is a Powerful Automation tool for detecting XSS, SQLi, SSRF, Open-Redirect, etc.. Vulnerabilities in Web Applications

Home Page:https://github.com/0xKayala/NucleiFuzzer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error: No such option: -s

somersbyy opened this issue · comments

Screenshot_1

Hello! How to fix this?
Error: No such option: -s

You are using python based httpx tool that is why you are facing this issue. Uninstall it and install the projectdiscovery's httpx go based tool so that you can use the nucleifuzzer tool

pip uninstall httpx

go install -v github.com/projectdiscovery/httpx/cmd/httpx@latest

Thanks for the help!