mirror of
https://github.com/fuzzdb-project/fuzzdb.git
synced 2025-02-16 08:18:23 +00:00
Strings which can be accidentally expanded into different strings if evaluated in the wrong context
e.g. used as a printf format string or via Perl or shell eval. Might expose sensitive data from the program doing the interpolation, or might just represent the wrong string. from minimaxir/big-list-of-naughty-strings
This commit is contained in:
parent
80772679c2
commit
ecb0850538
1 changed files with 6 additions and 0 deletions
6
attack/string-expansion/shell-expansion.txt
Normal file
6
attack/string-expansion/shell-expansion.txt
Normal file
|
@ -0,0 +1,6 @@
|
|||
$HOME
|
||||
$ENV{'HOME'}
|
||||
%d
|
||||
%s
|
||||
{0}
|
||||
%*.*s
|
Loading…
Add table
Reference in a new issue