We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
try to do this
> export GOPATH=$HOME/go/bin
> export PATH=$GOPATH:$PATH
> kxss
Sorry, something went wrong.
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
No branches or pull requests
Hello,
I installed the tool who as indicated on the main page, when I execute the tool I have this error:
In bash
A greeting and thanks
The text was updated successfully, but these errors were encountered: