Skip to content
New issue

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

Don't work #7

Open
tXambe opened this issue Jun 21, 2021 · 3 comments
Open

Don't work #7

tXambe opened this issue Jun 21, 2021 · 3 comments

Comments

@tXambe
Copy link

tXambe commented Jun 21, 2021

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

@z3dc0ps
Copy link

z3dc0ps commented Apr 5, 2022

try to do this

> export GOPATH=$HOME/go/bin
> export PATH=$GOPATH:$PATH
> kxss

@0xNakah
Copy link

0xNakah commented Jul 25, 2022

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

@cyb3r-n3rd
Copy link

this is the problem with go version it is working in go version1.20 but not workng in 1.21 not sure why

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants