Skip to content

Commit

Permalink
add dynamic_{60..68}
Browse files Browse the repository at this point in the history
  • Loading branch information
noraj committed Apr 26, 2021
1 parent 112efb8 commit cb8bd3b
Showing 1 changed file with 38 additions and 2 deletions.
40 changes: 38 additions & 2 deletions data/prototypes.json
Expand Up @@ -1340,13 +1340,13 @@
"name": "Ventrilo"
},
{
"john": null,
"john": "dynamic_62",
"hashcat": 1410,
"extended": true,
"name": "sha256($pass.$salt)"
},
{
"john": null,
"john": "dynamic_61",
"hashcat": 1420,
"extended": true,
"name": "sha256($salt.$pass)"
Expand Down Expand Up @@ -1374,6 +1374,42 @@
"hashcat": 1460,
"extended": true,
"name": "HMAC-SHA256 (key = $salt)"
},
{
"john": "dynamic_63",
"hashcat": null,
"extended": true,
"name": "sha256(sha256($pass))"
},
{
"john": "dynamic_64",
"hashcat": null,
"extended": true,
"name": "sha256(sha256_raw($pass))"
},
{
"john": "dynamic_65",
"hashcat": null,
"extended": true,
"name": "sha256(sha256($pass).$salt)"
},
{
"john": "dynamic_66",
"hashcat": null,
"extended": true,
"name": "sha256($salt.sha256($pass))"
},
{
"john": "dynamic_67",
"hashcat": null,
"extended": true,
"name": "sha256(sha256($salt).sha256($pass))"
},
{
"john": "dynamic_68",
"hashcat": null,
"extended": true,
"name": "sha256(sha256($pass).sha256($pass))"
}
]
},
Expand Down

0 comments on commit cb8bd3b

Please sign in to comment.