Skip to content

Commit

Permalink
add new extended types
Browse files Browse the repository at this point in the history
  • Loading branch information
noraj committed Feb 10, 2021
1 parent 219f011 commit f55e843
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions data/prototypes.json
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@
"name": "md5(strtoupper(md5($pass)))"
},
{
"john": null,
"john": "dynamic_22",
"hashcat": 4400,
"extended": true,
"name": "md5(sha1($pass))"
Expand Down Expand Up @@ -480,6 +480,12 @@
"hashcat": null,
"extended": true,
"name": "md5($salt.Y.$pass.0xF7.$salt)"
},
{
"john": "dynamic_29",
"hashcat": null,
"extended": true,
"name": "md5(utf16($pass))"
}
]
},
Expand Down Expand Up @@ -789,19 +795,19 @@
"name": "sha1(sha1(sha1($pass)))"
},
{
"john": null,
"john": "dynamic_23",
"hashcat": 4700,
"extended": true,
"name": "sha1(md5($pass))"
},
{
"john": null,
"john": "dynamic_24",
"hashcat": 110,
"extended": true,
"name": "sha1($pass.$salt)"
},
{
"john": null,
"john": "dynamic_25",
"hashcat": 120,
"extended": true,
"name": "sha1($salt.$pass)"
Expand Down

0 comments on commit f55e843

Please sign in to comment.