-
Notifications
You must be signed in to change notification settings - Fork 79
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
Comments
Try this: |
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
<#15 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AXQPS7Z2AEG3EDM33AOBIWTXHWKP7ANCNFSM6AAAAAAYIBMD4Y>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
You can also try this if you face kxss didn't appreared in your kxss directory: $ cat urls.txt | kxss Hope this helps ! :) |
[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
<#15 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AXQPS76HX4PEDQ4OCJBNZJTXHWMAVANCNFSM6AAAAAAYIBMD4Y>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: