Skip to content

Commit

Permalink
fix mysql-sha1
Browse files Browse the repository at this point in the history
fix #35
  • Loading branch information
noraj committed Jun 21, 2021
1 parent 48a55bf commit c0dc170
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
15 changes: 12 additions & 3 deletions data/prototypes.json
Original file line number Diff line number Diff line change
Expand Up @@ -1033,19 +1033,28 @@
]
},
{
"regex": "^\\*[a-f0-9]{40}$",
"regex": "^(\\*)?[a-f0-9]{40}$",
"modes": [
{
"john": "mysql-sha1",
"hashcat": 300,
"extended": false,
"name": "MySQL5.x"
"name": "MySQL5.x",
"samples": [
"*2c905879f74f28f8570989947d06a8429fb943e6",
"*A8A397146B1A5F8C8CF26404668EFD762A1B7B82"
]
},
{
"john": "mysql-sha1",
"hashcat": 300,
"extended": false,
"name": "MySQL4.1"
"name": "MySQL4.1",
"samples": [
"*5AD8F88516BD021DD43F171E2C785C69F8E54ADB",
"*be1bdec0aa74b4dcb079943e70528096cca985f8",
"fcf7c1b8749cf99d88e5f34271d636178fb5d130"
]
}
]
},
Expand Down
2 changes: 2 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
- RIPEMD [#32][#32]
- net-md5 [#33][#33]
- PrestaShop [#34][#34]
- mysql-sha1 [#35][#35]
- Chore:
- Add prototypes tests

Expand All @@ -23,6 +24,7 @@
[#32]:https://github.com/noraj/haiti/issues/32
[#33]:https://github.com/noraj/haiti/issues/33
[#34]:https://github.com/noraj/haiti/issues/34
[#35]:https://github.com/noraj/haiti/issues/35

## [1.1.2]

Expand Down

0 comments on commit c0dc170

Please sign in to comment.