Show HN: Big List of Naughty Strings for testing user-input data
1–10 of 80 posts
Re: Show HN: Big List of Naughty Strings for testing user-input data
#2Re: Show HN: Big List of Naughty Strings for testing user-input data
#3Looks interesting, but the Script Injection, SQL Injection and Server Code Injection sections need a lot more samples to be remotely useful.
I only added what was off the top of my head for those sections; this list will consistently be updated.
Re: Show HN: Big List of Naughty Strings for testing user-input data
#4Looks interesting, but the Script Injection, SQL Injection and Server Code Injection sections need a lot more samples to be remotely useful.
I definitely agree; hence the open-sourceness. :) I only added what was off the top of my head for those sections; this list will consistently be updated.
Re: Show HN: Big List of Naughty Strings for testing user-input data
#5Re: Show HN: Big List of Naughty Strings for testing user-input data
#6Re: Show HN: Big List of Naughty Strings for testing user-input data
#7[0] https://github.com/shutterstock/List-of-Dirty-Naughty-Obscen...
Re: Show HN: Big List of Naughty Strings for testing user-input data
#8Nice; sort of a programming complement to Shutterstock's _List of Dirty, Naughty, Obscene, and Otherwise Bad Words_[0]. So helpful to have a bunch of minds working on useful lists like this. Good to see that GitHub passes this test! [0] https://github.com/shutterstock/List-of-Dirty-Naughty-Obscen...
Except very few swear words, word filtering is pretty much useless.
Re: Show HN: Big List of Naughty Strings for testing user-input data
#9What about XML billion laughs strings, or parser-busting very long runs of parentheses?
Re: Show HN: Big List of Naughty Strings for testing user-input data
#10Is the scope just well-formed strings or would you consider adding binary nasties like null bytes, mal-encoded characters, or even just newlines on their own? What about XML billion laughs strings, or parser-busting very long runs of parentheses?