You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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').
@WalterHartwellW
Typically, tools installed with go install are placed as binaries in the ~/go/bin/<APP> directory.
Is golang installed on your OS? If so, you can build it by running go build . from the Dalfox source directory.
# Go dalfox source directory cd /home/kali/dalfox
# Build
go build .# Run
./dalfox
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
The text was updated successfully, but these errors were encountered: