hahwul / dalfox

🌙🦊 Dalfox is a powerful open-source XSS scanner and utility focused on automation.
https://dalfox.hahwul.com
MIT License
3.45k stars 387 forks source link

"Dalfox" is not a command #521

Open spacezero20 opened 5 months ago

spacezero20 commented 5 months ago

Dalfox: command not found

I followed the setup instructions when installing from source using go-get, and can't run dalfox. I get the following error (even if ran as root)

dalfox: command not found

Why can't I run this?

Environment

hahwul commented 5 months ago

Hi @spacezero20 Is the ~/go/bin directory registered in the PATH? If it is, please let me know the result after running the go install github.com/hahwul/dalfox/v2@latest command. (Previously, installation was done via go get, but now it is carried out using 'go install').

e.g


# cat ~/.zshrc | grep bin
export PATH=$PATH:/Users/hahwul/go/bin
``