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

Honestly, I don't think it works #4

Open
miaochiahao opened this issue Nov 5, 2020 · 6 comments
Open

Honestly, I don't think it works #4

miaochiahao opened this issue Nov 5, 2020 · 6 comments
Assignees
Labels
question Further information is requested

Comments

@miaochiahao
Copy link

I read your code. it seems you are trying to insert xss payloads into parameters and headers. However you didn't check any response for the potential reflected value.
Maybe you are trying to use xsshunter platform to receive message(as you mentioned, find blinding xss), but the fact is, there's no browser involved in and golang http client will not render javascript and html. In other words, if there are vulnerabilities, you will miss them.
Prove me if I'm wrong.

@aali99
Copy link

aali99 commented Dec 30, 2020

it checks blind xss so no need for reflection ,it will show only if the payload run in your xsshunter profile not in terminal

@miaochiahao
Copy link
Author

There's no browser involved in, the vulnerability will not be triggered. XSS in not a server side vulnerability type, so your tool won't work at all.

@r0x5r
Copy link

r0x5r commented Apr 21, 2022

may be it try to fuzzing bxss payload on header

@hellofresh01
Copy link

I tested it on a vulnerable site, it doesnt work

@ethicalhackingplayground
Copy link
Owner

ethicalhackingplayground commented Oct 29, 2022

Sorry everyone for the late reply, unfortunately this tool does not work since the dom needs to be rendered in order for the bxss payload to fire. Good news I will be working on a rust version hopefully soon so stay tuned for that. This time I will be using a headless browser to solve the problem I had with this tool. Meanwhile I will also fix this tool so a new commit will be happening shortly.

Regards,
Blake

@ethicalhackingplayground
Copy link
Owner

I've made a ton of changes and bxss should be all working fine, if you could please test it to see if everything works on your end, that would be great.

@ethicalhackingplayground ethicalhackingplayground added the question Further information is requested label Dec 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

5 participants