diff options
author | vanhauser-thc <vh@thc.org> | 2023-12-27 13:53:11 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2023-12-27 13:53:11 +0100 |
commit | 1fc1b32db261b27cf14f0d1d7f77a06854b7376c (patch) | |
tree | 1b5e241dc505bb251a2603e5072d0a22df0bdf1d /injections.dic | |
parent | b01ef97569060bb9f7451d1c2c301b5e774b8358 (diff) | |
download | afl++-1fc1b32db261b27cf14f0d1d7f77a06854b7376c.tar.gz |
initial simple injection detection support
Diffstat (limited to 'injections.dic')
-rw-r--r-- | injections.dic | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/injections.dic b/injections.dic new file mode 100644 index 00000000..4063cd17 --- /dev/null +++ b/injections.dic @@ -0,0 +1,7 @@ +"1'\" OR \"1\"=\"1" +"1\"' OR '1'='1" +"'\"><FUZZ" +"*)(FUZZ=*))(|" +"\";FUZZ;\"" +"';FUZZ;'" +"$(FUZZ)" |