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

not running the kxss #2

Open
sushantdhopat opened this issue Nov 1, 2020 · 10 comments
Open

not running the kxss #2

sushantdhopat opened this issue Nov 1, 2020 · 10 comments

Comments

@sushantdhopat
Copy link

i put cmd kxss -h this didnt get any ouput not get any error then i run also different cmd this also not give any ouput

echo "http://testphp.vulnweb.com/search.php?test=123" | kxss

not give any output

@Emoe
Copy link
Owner

Emoe commented Jan 21, 2021

Sorry for the late response.
It is normal that kxss -h doesn't show any help. kxss waits for input over stdIN and needs no other flags like "-h".

Your other Command should work. How did you install the tool?
I just installed the tool on a new system to test it using the following command:
go get github.com/Emoe/kxss

And the tool just runs fine. Here's a Gif, i recorded while running it.

@notorious1337
Copy link

bro itsl literally not working
it is giving no output

@sushantdhopat
Copy link
Author

sushantdhopat commented May 3, 2021

It's not working / not showing any output because sometimes site is not vulnerable try to use on vulnerable platform and see

@hcr5246
Copy link

hcr5246 commented Dec 10, 2021

any updates?
this is what I get (kxss: command not found
)

@abdolzx
Copy link

abdolzx commented Jan 21, 2022

kxss: command not found

@hxhBrofessor
Copy link

I don't believe it is working with the latest golang version.. go get is deprecated and you have to use go install github.com/tomnomnom/httprobe@latest

It's not working for either...

@Nikakz
Copy link

Nikakz commented Sep 18, 2022

Nao funciona

@cyb3r-n3rd
Copy link

did it work it installed it via git clone & using go install not getting output of any form passed the url as well not output

@xspatrian
Copy link

same problem

@bayhaqibnu8
Copy link

I can finally solve the problem of kxss not running properly, follow this method:

  1. sudo rm -rf /usr/bin/kxss /usr/local/bin/kxss
  2. git clone https://github.com/Emoe/kxss.git
  3. cd kxss
  4. go env -w GO111MODULE=auto
  5. go build
  6. sudo cp kxss /usr/bin

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

10 participants