-
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added `CommandInjection.test_param` for enumerating over every combination of Command Injection escape quote, escape operator, and terminator character, for a single param. * Added `SQLI.test_param` for enumerating over every combination of SQL injection escape quotes, escape quotes, and statement terminaton settings for a single param. * Added `SSTI.test_param` for enumerating over every SSTI escape syntax for a single param. * These new `.test_param` methods ensures that only one vulnerability is discovered per query param, header name, cookie param, or form param.
- Loading branch information
1 parent
b1656c0
commit 2269921
Showing
8 changed files
with
612 additions
and
1,529 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.