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

kxss not running after installation. #15

Open
adityaax opened this issue May 19, 2023 · 4 comments
Open

kxss not running after installation. #15

adityaax opened this issue May 19, 2023 · 4 comments

Comments

@adityaax
Copy link

adityaax commented May 19, 2023

I have tried this-
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

But nothing happened ### the tool is getting stopped without showing any output or error, I tried to add kxss to /usr/bin but this also not worked for me.
I am using windows subsystem for Linux.

Any help will be beneficial.

@sahiloj
Copy link

sahiloj commented May 24, 2023

Try this:
git clone https://github.com/Emoe/kxss.git
cd kxss
go build
cp kxss /usr/bin

Now, ipipe kxss with any urls.txt
cat urls.txt | kxss
image

@adityaax
Copy link
Author

adityaax commented May 24, 2023 via email

@sahiloj
Copy link

sahiloj commented May 24, 2023

You can also try this if you face kxss didn't appreared in your kxss directory:
$ go build main.go
$ mv main kxss
$ cp kxss /usr/bin

$ cat urls.txt | kxss

Hope this helps ! :)

@adityaax
Copy link
Author

adityaax commented May 24, 2023 via email

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

2 participants