kxss
kxss copied to clipboard
Don't work
Hello,
I installed the tool who as indicated on the main page, when I execute the tool I have this error:
echo "http://testphp.vulnweb.com/search.php?test=123" | kxss
zsh: command not found: kxss
In bash
echo "http://testphp.vulnweb.com/search.php?test=123" | kxss
kxss: command not found
A greeting and thanks
try to do this
> export GOPATH=$HOME/go/bin
> export PATH=$GOPATH:$PATH
> kxss
Run : go install github.com/Emoe/kxss@latest Run : cp /root/go/bin/kxss /usr/local/go/bin/ Run (Check/Usage) : echo “http://testasp.vulnweb.com/Search.asp?tfSearch=ok" | kxss
this is the problem with go version it is working in go version1.20 but not workng in 1.21 not sure why