1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-10-31 20:48:57 +00:00
hashcat/rules/T0XlC_3_rule.rule
Jens Steube 6509351dce Rules: Add new rulesets from T0XlC: T0XlCv2, T0XlC_3_rule, T0XlC_insert_HTLM_entities_0_Z
T0XlC_3_rule: example ruleset for the new 3 modifier.
T0XlC_insert_HTLM_entities_0_Z: inserts the HTML entity names and numbers from 0 to Z (it's pretty powerful but only applies where the websites encode somehow the password characters then hash them)
2022-04-09 19:37:36 +02:00

48 lines
1.3 KiB
Plaintext

# Created by: T0XlC ᨐ
#
# Upper case the letter after the Nth instance of a char
#
# -------------------------------------------------------------------------------------
# | DICTIONARY_WORD 3_RULE OUTPUT |
# -------------------------------------------------------------------------------------
# | one and that's it 31 @ oneandThat'sit |
# | You must not sleep 30 31 32 33 @ $1 $2 YouMustNotSleep12 |
# | Create new password 30 31 32 33 so0 Create New Passw0rd |
# | This isn't secure 30 31 32 33 @ TE ThisIsn'tSecurE |
# | I took your words 30 31 32 33 34 @ ] ] ] $m $a $n ITookYourWoman |
# | encrypt your passwords 30 31 32 33 @ T0 EncryptYourPasswords |
# -------------------------------------------------------------------------------------ᨐ
#
# hint : use as a combination rule -r T0XlC_3_rule.rule -r T0XlC_3_rule.rule or -r T0XlC_3_rule.rule -r best64.rule
:
@
30
31
32
33
34
35
36
37
38
39
3A
30 31 32 33 34 35 36 37 38 39 3A
30 31 32 33 34 35 36 37 38 39 3A @
T1
T2
T3
T4
T5
T6
T7
T8
T9
TA
TB
TC
TD
TE
TF