Add support for rule position 'p' in host mode

This commit is contained in:
mhasbini
2017-05-14 18:50:45 +03:00
parent b924901bb0
commit be0dec621a
4 changed files with 34 additions and 4 deletions
+1
View File
@@ -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
View File
@@ -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 '%'