Added hash-mode: md5(sha1().md5().sha1())

This commit is contained in:
Gabriele Gristina
2019-07-25 23:56:20 +02:00
parent d1f473d6ba
commit eedceb698f
9 changed files with 1465 additions and 1 deletions
+1
View File
@@ -35,6 +35,7 @@
- Added hash-mode: Python passlib pbkdf2-sha256
- Added hash-mode: Python passlib pbkdf2-sha512
- Added hash-mode: Oracle Transportation Management (SHA256)
- Added hash-mode: md5(sha1($pass).md5($pass).sha1($pass))
##
## Bugs
+1
View File
@@ -18,6 +18,7 @@ Philipp "philsmd" Schmidt <philsmd@hashcat.net> (@philsmd)
Gabriele "matrix" Gristina <matrix@hashcat.net> (@gm4tr1x)
* md5(sha1($pass).md5($pass).sha1($pass)) kernel module
* gzip wordlists feature
* SHA-224 kernel module + optimizations
* Some AES OpenCL kernel module optimizations
+1
View File
@@ -74,6 +74,7 @@ NVIDIA GPUs require "NVIDIA Driver" (418.56 or later) and "CUDA Toolkit" (10.1 o
- md5(md5($pass).md5($salt))
- md5(strtoupper(md5($pass)))
- md5(sha1($pass))
- md5(sha1($pass).md5($pass).sha1($pass))
- sha1($pass.$salt)
- sha1($salt.$pass)
- sha1(utf16le($pass).$salt)