zessx
zessx

Reputation: 68790

Typical text for forms vulnerability testing

For an usual need, I was searching for a typical text block to try my HTML/PHP forms, and mail sent.

Currently, I use this one :

test "test"
çà ;: $€
<script>alert('test');</script>

It allows me to test :

I wanna make this block evolve, that's why I'm asking if anybody uses a similar block, maybe more complete.

Upvotes: 0

Views: 4199

Answers (1)

rbaker86
rbaker86

Reputation: 1822

Plenty of useful ones to try here: https://www.owasp.org/index.php/XSS_Filter_Evasion_Cheat_Sheet

Upvotes: 4

Related Questions