Emoe / kxss

This a adaption of tomnomnom's kxss tool with a different output format
Apache License 2.0
421 stars 72 forks source link

Don't work #7

Open tXambe opened 3 years ago

tXambe commented 3 years ago

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 commented 2 years ago

try to do this

> export GOPATH=$HOME/go/bin
> export PATH=$GOPATH:$PATH
> kxss
0xNakah commented 2 years ago

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 commented 8 months ago

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