diff options
author | vanhauser-thc <vh@thc.org> | 2023-12-27 13:58:25 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2023-12-27 13:58:25 +0100 |
commit | 98a2a334de15ed08d82c76bfa97d1f22c81f9a7d (patch) | |
tree | 82a98ec89d1f6f1b7bfd3af6f4de11780ce4058a /docs | |
parent | 1fc1b32db261b27cf14f0d1d7f77a06854b7376c (diff) | |
download | afl++-98a2a334de15ed08d82c76bfa97d1f22c81f9a7d.tar.gz |
inject docs
Diffstat (limited to 'docs')
-rw-r--r-- | docs/env_variables.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/env_variables.md b/docs/env_variables.md index a7636511..a972b6da 100644 --- a/docs/env_variables.md +++ b/docs/env_variables.md @@ -196,6 +196,19 @@ in the specified file. For more information, see [instrumentation/README.instrument_list.md](../instrumentation/README.instrument_list.md). +#### INJECTIONS + +This feature is able to find simple injection vulnerabilities in insecure +calls to mysql/mariadb/nosql/postgresql/ldap and XSS in libxml2. + + - Setting `AFL_LLVM_INJECTIONS_ALL` will enable all injection hooking + + - Setting `AFL_LLVM_INJECTIONS_SQL` will enable SQL injection hooking + + - Setting `AFL_LLVM_INJECTIONS_LDAP` will enable LDAP injection hooking + + - Setting `AFL_LLVM_INJECTIONS_XSS` will enable XSS injection hooking + #### LAF-INTEL This great feature will split compares into series of single byte comparisons to |