Add support for rule position 'p' in host mode
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
- Wordlist encoding: Support added for internal convert from and to user-defined encoding during runtime
|
||||
- Wordlist encoding: Added parameters --encoding-from and --encoding-to to configure wordlist encoding handling
|
||||
- Rules: Support added for rule 'eX'
|
||||
- Rules: Support added for position 'p' in host mode (using -j or -k)
|
||||
|
||||
##
|
||||
## Improvements
|
||||
|
||||
+1
-1
@@ -56,4 +56,4 @@
|
||||
#define RULE_OP_REJECT_EQUAL_AT '=' // reject plains that do not contain char X at position N
|
||||
#define RULE_OP_REJECT_CONTAINS '%' // reject plains that contain char X less than N times
|
||||
#define RULE_OP_REJECT_MEMORY 'Q' // reject plains that match the plain saved (see M), i.e. if unchanged
|
||||
|
||||
#define RULE_LAST_REJECTED_SAVED_POS 'p' // position of the character last found with '/' or '%'
|
||||
|
||||
Reference in New Issue
Block a user