Skip to content

ScottNeaves/refl-xss-vuln

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This app is vulnerable to reflected XSS

How to run:

Spoiler Below!

 

 

 

 

 

The attack string is "PHM8c2NyaXB0PmNyaXB0PmFsZXJ0KDEpPC9zPC9zY3JpcHQ%2BY3JpcHQ%2B", which is the url-encoded b64-encoded version of this: "<s<script>cript>alert(1)</s</script>cript>"

Note: another way to bypass chrome's XSS protections besides requiring b64-encoded query parameter and then decoding it would have been just to pass back the X-XSS-Protection header with a value of 0: https://stackoverflow.com/questions/43249998/chrome-err-blocked-by-xss-auditor-details

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages