Skip to content

Feature: Mangling rules server

Ben Sykes requested to merge feature/mangling_rules_server into master

Created by: SystemFiles

Implemented the following mangling rules:

  • Common replacements (for replacing common values such as a = [4, @]
  • Auto Correct (for adding probable passwords based on incomplete word entries
  • Common Passwords (for adding a list of the most common-used passwords to the combo-list) [note: This will not work until PVC on k8s is setup to store the files: uploads/, exports/ and files/(which contains the rockyou.txt password list)]

Still to do (at a later time):

  • prefixSuffix Insertion
  • word permutations

Merge request reports

Loading