1
0
mirror of https://github.com/minimaxir/big-list-of-naughty-strings.git synced 2025-09-25 05:12:14 +02:00

update blns to account for more format strings

Made a couple of changes to the format strings:
- added more %s'. increases the chance of crashing. Sometimes the stack layout is just right and 1 or 2 %s will not cause a crash 
- added %n. Should cause a crash, even if several other specifiers don't
- added %@, this is for objective-c format functions.
This commit is contained in:
iljavs
2018-02-25 04:24:55 -06:00
committed by GitHub
parent cf2b864ab7
commit 2a9a2c9975

View File

@@ -588,9 +588,11 @@ Kernel.exit(1)
$HOME
$ENV{'HOME'}
%d
%s
%s%s%s%s%s
{0}
%*.*s
%@
%n
File:///
# File Inclusion