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

Add reflective scanning for XSS injection. #13

Open
M4cs opened this issue Oct 11, 2019 · 6 comments
Open

Add reflective scanning for XSS injection. #13

M4cs opened this issue Oct 11, 2019 · 6 comments
Labels
discussion enhancement New feature or request good first issue Good for newcomers Hacktoberfest Open Source 2019 Hacktoberfest Project help wanted Extra attention is needed

Comments

@M4cs
Copy link
Owner

M4cs commented Oct 11, 2019

We need a way to check for vulnerabilities other than alerts. If a payload injects a bold tag with no closing tag we need to make sure that the webpage has bold text following where it shouldnt.

Should we add a templating system? you can feed the source of the page normally and then parae through that? @TotallyNotChase what do you think?

@M4cs M4cs added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers Hacktoberfest Open Source 2019 Hacktoberfest Project discussion labels Oct 11, 2019
@Chr0nicT
Copy link
Contributor

Copy the source of the page.
Inject
Diff the source

Has it changed?

I’m on it, btw.

@M4cs
Copy link
Owner Author

M4cs commented Oct 11, 2019

No youre not being assigned this. I want @TotallyNotChase opinion first and to see his changes/improvements.

@TotallyNotChase
Copy link
Contributor

@Chr0nicT I think that's a nice and simple solution but shouldn't we worry about the page being changed other than the bold tag? Submitting a form, for example, can also change the page source whether or not the reflective scanning works.

So I guess we'll have to check through the diff for exactly what we want with this. I think chronic should on this if he wants @M4cs

@TotallyNotChase
Copy link
Contributor

As a sidenote, could someone link me a website/source that is vulnerable to this exploit? I'd love to see whether there are other ways of doin this :D

@S03HT3T
Copy link

S03HT3T commented Oct 12, 2019

Screenshot from 2019-10-12 22-07-42
Why?????

@TotallyNotChase
Copy link
Contributor

Could you post the error itself, need to scroll down a bit from there @S03HT3T

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discussion enhancement New feature or request good first issue Good for newcomers Hacktoberfest Open Source 2019 Hacktoberfest Project help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

4 participants