Arrexel / phpbash

A semi-interactive PHP shell compressed into a single file.
Apache License 2.0
868 stars 195 forks source link

Patch XSS vuln #16

Closed 20esaua closed 6 years ago

20esaua commented 6 years ago

This pull request patches two XSS vulnerabilities in the filename by encoding them with htmlentities.

Note to Maintainers: I don't have a script to minify the page. I'd appreciate if you could minify it for me before merging.

Arrexel commented 6 years ago

Nice catch, thanks for the contribution!