Skip to content

paralax/xss-labs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xss-labs

small set of PHP scripts to practice exploiting XSS and CSRF injection vulns

why?

for training and testing purposes. you can test detection products (e.g. vulnerability scanners), exploit tools, etc.

these are NOT intended for evaluating appsec testing tools.

the idea is that you'd add these to an Apache VirtualHost directive for testing purposes. if you need to do some quick and dirty testing, fire up php -S 0.0.0.0:8080 or something and go to town. Or you can use the Dockerfile.

who?

jose nazario @jnazario

inspired by

https://github.com/AUDI-1/sqli-labs

useful links

XSS

SSRF

About

small set of scripts to practice exploit XSS and CSRF vulnerabilities

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages