Emoe / kxss

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

kxss not running after installation. #15

Open adityaax opened 1 year ago

adityaax commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

Ok, I will check it and then give you the feedback.

On Wed, 24 May, 2023, 10:45 am Sahil Ojha, @.***> wrote:

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: image] https://user-images.githubusercontent.com/59600077/240493678-caad9ccb-4cc6-40a1-9a11-acbd827d2b7a.png

— Reply to this email directly, view it on GitHub https://github.com/Emoe/kxss/issues/15#issuecomment-1560469767, or unsubscribe https://github.com/notifications/unsubscribe-auth/AXQPS7Z2AEG3EDM33AOBIWTXHWKP7ANCNFSM6AAAAAAYIBMD4Y . You are receiving this because you authored the thread.Message ID: @.***>

sahiloj commented 1 year ago

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 commented 1 year ago

[image: 1.PNG] It sometimes does not work, but when work gives wrong output. Maybe I am using the Windows subsystem for linux that's why it gives errors. By the way thank you for your time.

On Wed, 24 May 2023 at 10:58, Sahil Ojha @.***> wrote:

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 ! :)

— Reply to this email directly, view it on GitHub https://github.com/Emoe/kxss/issues/15#issuecomment-1560477987, or unsubscribe https://github.com/notifications/unsubscribe-auth/AXQPS76HX4PEDQ4OCJBNZJTXHWMAVANCNFSM6AAAAAAYIBMD4Y . You are receiving this because you authored the thread.Message ID: @.***>