2019-08-07 15:46:21 +02:00
|
|
|
|
|
|
|
_____: _____________ _____: -aTZ! _______ ____
|
|
|
|
_\ |__\_______ _/_______ _\ |_____ _______\______ /__ ______
|
|
|
|
| _ | __ \ ____/____ _ | ___/____ __ |_______/
|
|
|
|
|: | .| \ _\____ / | .| \ / \ :| |
|
|
|
|
|_____| :|______/ / //____| :|___ //_________| :|
|
|
|
|
|_____| /___________/ |_____| /_____/ /_______|
|
|
|
|
: : :
|
|
|
|
|
2020-06-16 17:30:11 +02:00
|
|
|
hashcat v6.0.0
|
2017-03-31 15:28:20 +02:00
|
|
|
==============
|
2016-05-10 19:07:07 +02:00
|
|
|
|
2020-04-01 10:16:49 +02:00
|
|
|
AMD GPUs on Linux require "RadeonOpenCompute (ROCm)" Software Platform (3.1 or later)
|
|
|
|
AMD GPUs on Windows require "AMD Radeon Adrenalin 2020 Edition" (20.2.2 or later)
|
2017-03-26 19:52:36 +02:00
|
|
|
Intel CPUs require "OpenCL Runtime for Intel Core and Intel Xeon Processors" (16.1.1 or later)
|
2020-04-01 10:16:49 +02:00
|
|
|
NVIDIA GPUs require "NVIDIA Driver" (440.64 or later) and "CUDA Toolkit" (9.0 or later)
|
2015-12-04 15:47:52 +01:00
|
|
|
|
|
|
|
##
|
|
|
|
## Features
|
|
|
|
##
|
|
|
|
|
|
|
|
- World's fastest password cracker
|
2016-05-10 19:07:07 +02:00
|
|
|
- World's first and only in-kernel rule engine
|
2015-12-04 15:47:52 +01:00
|
|
|
- Free
|
2016-02-04 10:59:13 +01:00
|
|
|
- Open-Source (MIT License)
|
2017-10-20 13:36:47 +02:00
|
|
|
- Multi-OS (Linux, Windows and macOS)
|
2020-06-16 15:08:32 +02:00
|
|
|
- Multi-Platform (CPU, GPU, APU, etc., everything that comes with an OpenCL runtime)
|
2016-02-04 10:59:13 +01:00
|
|
|
- Multi-Hash (Cracking multiple hashes at the same time)
|
|
|
|
- Multi-Devices (Utilizing multiple devices in same system)
|
|
|
|
- Multi-Device-Types (Utilizing mixed device types in same system)
|
2018-10-28 16:47:13 +01:00
|
|
|
- Supports password candidate brain functionality
|
2016-02-04 10:59:13 +01:00
|
|
|
- Supports distributed cracking networks (using overlay)
|
|
|
|
- Supports interactive pause / resume
|
2015-12-04 15:47:52 +01:00
|
|
|
- Supports sessions
|
|
|
|
- Supports restore
|
2016-04-29 05:28:49 +02:00
|
|
|
- Supports reading password candidates from file and stdin
|
2015-12-04 15:47:52 +01:00
|
|
|
- Supports hex-salt and hex-charset
|
2016-04-29 05:28:49 +02:00
|
|
|
- Supports automatic performance tuning
|
|
|
|
- Supports automatic keyspace ordering markov-chains
|
2015-12-04 15:47:52 +01:00
|
|
|
- Built-in benchmarking system
|
|
|
|
- Integrated thermal watchdog
|
2020-02-11 11:42:49 +01:00
|
|
|
- 300+ Hash-types implemented with performance in mind
|
2015-12-04 15:47:52 +01:00
|
|
|
|
|
|
|
##
|
|
|
|
## Hash-Types
|
|
|
|
##
|
|
|
|
|
|
|
|
- MD4
|
|
|
|
- MD5
|
|
|
|
- SHA1
|
2018-10-15 10:39:28 +02:00
|
|
|
- SHA2-224
|
|
|
|
- SHA2-256
|
|
|
|
- SHA2-384
|
|
|
|
- SHA2-512
|
|
|
|
- SHA3-224
|
|
|
|
- SHA3-256
|
|
|
|
- SHA3-384
|
|
|
|
- SHA3-512
|
2019-08-07 15:46:21 +02:00
|
|
|
- RIPEMD-160
|
|
|
|
- BLAKE2b-512
|
|
|
|
- GOST R 34.11-2012 (Streebog) 256-bit, big-endian
|
|
|
|
- GOST R 34.11-2012 (Streebog) 512-bit, big-endian
|
|
|
|
- GOST R 34.11-94
|
|
|
|
- Half MD5
|
|
|
|
- Java Object hashCode()
|
2018-10-15 10:39:28 +02:00
|
|
|
- Keccak-224
|
|
|
|
- Keccak-256
|
|
|
|
- Keccak-384
|
|
|
|
- Keccak-512
|
2015-12-04 15:47:52 +01:00
|
|
|
- Whirlpool
|
2019-08-07 15:46:21 +02:00
|
|
|
- SipHash
|
|
|
|
- BitShares v0.x - sha512(sha512_bin(pass))
|
2015-12-04 15:47:52 +01:00
|
|
|
- md5($pass.$salt)
|
|
|
|
- md5($salt.$pass)
|
|
|
|
- md5($salt.$pass.$salt)
|
2017-01-31 11:44:58 +01:00
|
|
|
- md5($salt.md5($pass))
|
2017-02-01 19:56:49 +01:00
|
|
|
- md5($salt.md5($pass.$salt))
|
2019-08-07 15:46:21 +02:00
|
|
|
- md5($salt.md5($salt.$pass))
|
|
|
|
- md5($salt.sha1($salt.$pass))
|
|
|
|
- md5($salt.utf16le($pass))
|
2017-01-31 11:44:58 +01:00
|
|
|
- md5(md5($pass))
|
2017-02-12 18:12:17 +01:00
|
|
|
- md5(md5($pass).md5($salt))
|
2017-01-31 11:44:58 +01:00
|
|
|
- md5(sha1($pass))
|
2019-08-07 15:46:21 +02:00
|
|
|
- md5(sha1($pass).md5($pass).sha1($pass))
|
|
|
|
- md5(sha1($salt).md5($pass))
|
|
|
|
- md5(strtoupper(md5($pass)))
|
|
|
|
- md5(utf16le($pass).$salt)
|
2015-12-04 15:47:52 +01:00
|
|
|
- sha1($pass.$salt)
|
|
|
|
- sha1($salt.$pass)
|
2019-08-07 15:46:21 +02:00
|
|
|
- sha1($salt.$pass.$salt)
|
2017-01-31 11:44:58 +01:00
|
|
|
- sha1($salt.sha1($pass))
|
2019-08-07 15:46:21 +02:00
|
|
|
- sha1($salt.utf16le($pass))
|
|
|
|
- sha1($salt1.$pass.$salt2)
|
|
|
|
- sha1(CX)
|
2015-12-04 15:47:52 +01:00
|
|
|
- sha1(md5($pass))
|
2019-07-26 01:46:43 +02:00
|
|
|
- sha1(md5($pass).$salt)
|
2019-08-07 15:46:21 +02:00
|
|
|
- sha1(md5($pass.$salt))
|
2018-12-10 16:50:58 +01:00
|
|
|
- sha1(md5(md5($pass)))
|
2019-08-07 15:46:21 +02:00
|
|
|
- sha1(sha1($pass))
|
|
|
|
- sha1(utf16le($pass).$salt)
|
2015-12-04 15:47:52 +01:00
|
|
|
- sha256($pass.$salt)
|
|
|
|
- sha256($salt.$pass)
|
2020-01-15 09:16:05 +01:00
|
|
|
- sha256($salt.$pass.$salt)
|
2018-01-30 11:24:21 +01:00
|
|
|
- sha256($salt.utf16le($pass))
|
2019-07-13 20:51:38 +02:00
|
|
|
- sha256(md5($pass))
|
2019-08-07 15:46:21 +02:00
|
|
|
- sha256(sha256($pass).$salt)
|
2020-01-15 09:16:05 +01:00
|
|
|
- sha256(sha256_bin($pass))
|
2019-08-07 15:46:21 +02:00
|
|
|
- sha256(utf16le($pass).$salt)
|
2015-12-04 15:47:52 +01:00
|
|
|
- sha512($pass.$salt)
|
|
|
|
- sha512($salt.$pass)
|
2018-01-30 11:24:21 +01:00
|
|
|
- sha512($salt.utf16le($pass))
|
2019-08-07 15:46:21 +02:00
|
|
|
- sha512(utf16le($pass).$salt)
|
|
|
|
- Ruby on Rails Restful-Authentication
|
2015-12-04 15:47:52 +01:00
|
|
|
- HMAC-MD5 (key = $pass)
|
|
|
|
- HMAC-MD5 (key = $salt)
|
|
|
|
- HMAC-SHA1 (key = $pass)
|
|
|
|
- HMAC-SHA1 (key = $salt)
|
|
|
|
- HMAC-SHA256 (key = $pass)
|
|
|
|
- HMAC-SHA256 (key = $salt)
|
|
|
|
- HMAC-SHA512 (key = $pass)
|
|
|
|
- HMAC-SHA512 (key = $salt)
|
2019-08-07 15:46:21 +02:00
|
|
|
- HMAC-Streebog-256 (key = $pass), big-endian
|
|
|
|
- HMAC-Streebog-256 (key = $salt), big-endian
|
|
|
|
- HMAC-Streebog-512 (key = $pass), big-endian
|
|
|
|
- HMAC-Streebog-512 (key = $salt), big-endian
|
|
|
|
- CRC32
|
2018-01-30 11:24:21 +01:00
|
|
|
- 3DES (PT = $salt, key = $pass)
|
2019-08-07 15:46:21 +02:00
|
|
|
- DES (PT = $salt, key = $pass)
|
2018-01-30 11:24:21 +01:00
|
|
|
- ChaCha20
|
2019-08-07 15:46:21 +02:00
|
|
|
- Skip32 (PT = $salt, key = $pass)
|
2015-12-04 15:47:52 +01:00
|
|
|
- PBKDF2-HMAC-MD5
|
|
|
|
- PBKDF2-HMAC-SHA1
|
|
|
|
- PBKDF2-HMAC-SHA256
|
|
|
|
- PBKDF2-HMAC-SHA512
|
2019-08-07 15:46:21 +02:00
|
|
|
- scrypt
|
|
|
|
- phpass
|
|
|
|
- Ansible Vault
|
|
|
|
- Atlassian (PBKDF2-HMAC-SHA1)
|
2019-05-15 07:29:29 +02:00
|
|
|
- Python passlib pbkdf2-sha512
|
2019-08-07 15:46:21 +02:00
|
|
|
- Python passlib pbkdf2-sha256
|
|
|
|
- Python passlib pbkdf2-sha1
|
|
|
|
- TACACS+
|
|
|
|
- SIP digest authentication (MD5)
|
|
|
|
- IKE-PSK MD5
|
|
|
|
- IKE-PSK SHA1
|
2019-12-19 22:14:42 +01:00
|
|
|
- WPA-PBKDF2-PMKID+EAPOL
|
|
|
|
- WPA-PMK-PMKID+EAPOL
|
2018-01-30 11:24:21 +01:00
|
|
|
- IPMI2 RAKP HMAC-SHA1
|
|
|
|
- CRAM-MD5
|
2019-08-07 15:46:21 +02:00
|
|
|
- iSCSI CHAP authentication, MD5(CHAP)
|
|
|
|
- JWT (JSON Web Token)
|
|
|
|
- Kerberos 5, etype 23, AS-REQ Pre-Auth
|
|
|
|
- Kerberos 5, etype 23, TGS-REP
|
|
|
|
- Kerberos 5, etype 23, AS-REP
|
|
|
|
- Kerberos 5, etype 17, TGS-REP
|
|
|
|
- Kerberos 5, etype 18, TGS-REP
|
|
|
|
- Kerberos 5, etype 17, Pre-Auth
|
|
|
|
- Kerberos 5, etype 18, Pre-Auth
|
|
|
|
- NetNTLMv1 / NetNTLMv1+ESS
|
|
|
|
- NetNTLMv2
|
|
|
|
- Skype
|
2020-04-08 14:31:47 +02:00
|
|
|
- Telegram Desktop App Passcode (PBKDF2-HMAC-SHA1)
|
|
|
|
- Telegram Mobile App Passcode (SHA256)
|
2018-01-30 11:24:21 +01:00
|
|
|
- PostgreSQL CRAM (MD5)
|
|
|
|
- MySQL CRAM (SHA1)
|
2020-07-17 14:27:00 +02:00
|
|
|
- XMPP SCRAM
|
2019-08-07 15:46:21 +02:00
|
|
|
- RACF
|
|
|
|
- AIX {smd5}
|
|
|
|
- AIX {ssha1}
|
|
|
|
- AIX {ssha256}
|
|
|
|
- AIX {ssha512}
|
2015-12-04 15:47:52 +01:00
|
|
|
- LM
|
2019-08-07 15:46:21 +02:00
|
|
|
- QNX /etc/shadow (MD5)
|
|
|
|
- QNX /etc/shadow (SHA256)
|
|
|
|
- QNX /etc/shadow (SHA512)
|
2018-01-30 11:24:21 +01:00
|
|
|
- DPAPI masterkey file v1
|
|
|
|
- DPAPI masterkey file v2
|
2019-08-07 15:46:21 +02:00
|
|
|
- GRUB 2
|
|
|
|
- MS-AzureSync PBKDF2-HMAC-SHA256
|
2018-01-30 11:24:21 +01:00
|
|
|
- BSDi Crypt, Extended DES
|
2019-08-07 15:46:21 +02:00
|
|
|
- NTLM
|
|
|
|
- macOS v10.4, macOS v10.5, MacOS v10.6
|
|
|
|
- macOS v10.7
|
|
|
|
- macOS v10.8+ (PBKDF2-SHA512)
|
|
|
|
- Radmin2
|
|
|
|
- Samsung Android Password/PIN
|
2018-01-30 11:24:21 +01:00
|
|
|
- bcrypt $2*$, Blowfish (Unix)
|
2019-08-07 15:46:21 +02:00
|
|
|
- md5crypt, MD5 (Unix), Cisco-IOS $1$ (MD5)
|
|
|
|
- descrypt, DES (Unix), Traditional DES
|
2018-01-30 11:24:21 +01:00
|
|
|
- sha256crypt $5$, SHA256 (Unix)
|
|
|
|
- sha512crypt $6$, SHA512 (Unix)
|
2019-08-07 15:46:21 +02:00
|
|
|
- Windows Phone 8+ PIN/password
|
2018-01-30 11:24:21 +01:00
|
|
|
- Cisco-ASA MD5
|
|
|
|
- Cisco-IOS $8$ (PBKDF2-SHA256)
|
|
|
|
- Cisco-IOS $9$ (scrypt)
|
2019-08-07 15:46:21 +02:00
|
|
|
- Cisco-IOS type 4 (SHA256)
|
|
|
|
- Cisco-PIX MD5
|
2020-01-14 17:15:34 +01:00
|
|
|
- Citrix NetScaler (SHA1)
|
|
|
|
- Citrix NetScaler (SHA512)
|
2019-08-07 15:46:21 +02:00
|
|
|
- Domain Cached Credentials (DCC), MS Cache
|
|
|
|
- Domain Cached Credentials 2 (DCC2), MS Cache 2
|
|
|
|
- FortiGate (FortiOS)
|
2018-01-30 11:24:21 +01:00
|
|
|
- ArubaOS
|
2019-08-07 15:46:21 +02:00
|
|
|
- Juniper IVE
|
|
|
|
- Juniper NetScreen/SSG (ScreenOS)
|
|
|
|
- Juniper/NetBSD sha1crypt
|
|
|
|
- MSSQL (2000)
|
|
|
|
- MSSQL (2005)
|
|
|
|
- MSSQL (2012, 2014)
|
|
|
|
- PostgreSQL
|
|
|
|
- Oracle H: Type (Oracle 7+)
|
|
|
|
- Oracle S: Type (Oracle 11+)
|
|
|
|
- Oracle T: Type (Oracle 12+)
|
|
|
|
- MySQL323
|
|
|
|
- MySQL4.1/MySQL5
|
2020-02-11 11:36:16 +01:00
|
|
|
- MySQL $A$ (sha256crypt)
|
2019-08-07 15:46:21 +02:00
|
|
|
- Sybase ASE
|
|
|
|
- hMailServer
|
|
|
|
- DNSSEC (NSEC3)
|
|
|
|
- CRAM-MD5 Dovecot
|
|
|
|
- SSHA-256(Base64), LDAP {SSHA256}
|
|
|
|
- SSHA-512(Base64), LDAP {SSHA512}
|
2020-03-03 09:55:13 +01:00
|
|
|
- RedHat 389-DS LDAP (PBKDF2-HMAC-SHA256)
|
2019-08-07 15:46:21 +02:00
|
|
|
- FileZilla Server >= 0.9.55
|
|
|
|
- ColdFusion 10+
|
|
|
|
- Apache $apr1$ MD5, md5apr1, MD5 (APR)
|
|
|
|
- Episerver 6.x < .NET 4
|
|
|
|
- Episerver 6.x >= .NET 4
|
|
|
|
- nsldap, SHA-1(Base64), Netscape LDAP SHA
|
|
|
|
- nsldaps, SSHA-1(Base64), Netscape LDAP SSHA
|
2015-12-04 15:47:52 +01:00
|
|
|
- SAP CODVN B (BCODE)
|
2019-08-07 15:46:21 +02:00
|
|
|
- SAP CODVN B (BCODE) from RFC_READ_TABLE
|
2015-12-04 15:47:52 +01:00
|
|
|
- SAP CODVN F/G (PASSCODE)
|
2019-08-07 15:46:21 +02:00
|
|
|
- SAP CODVN F/G (PASSCODE) from RFC_READ_TABLE
|
2015-12-04 15:47:52 +01:00
|
|
|
- SAP CODVN H (PWDSALTEDHASH) iSSHA-1
|
2019-08-07 15:46:21 +02:00
|
|
|
- PeopleSoft
|
|
|
|
- PeopleSoft PS_TOKEN
|
2019-08-08 11:30:24 +02:00
|
|
|
- SolarWinds Orion
|
2018-01-30 11:24:21 +01:00
|
|
|
- Lotus Notes/Domino 5
|
|
|
|
- Lotus Notes/Domino 6
|
|
|
|
- Lotus Notes/Domino 8
|
2019-06-22 16:05:02 +02:00
|
|
|
- Oracle Transportation Management (SHA256)
|
2019-08-07 15:46:21 +02:00
|
|
|
- Huawei sha1(md5($pass).$salt)
|
|
|
|
- AuthMe sha256
|
2020-01-16 12:15:17 +01:00
|
|
|
- AES Crypt (SHA256)
|
2019-12-31 18:42:13 +01:00
|
|
|
- BitLocker
|
2018-01-30 11:24:21 +01:00
|
|
|
- eCryptfs
|
|
|
|
- LUKS
|
2019-08-07 15:46:21 +02:00
|
|
|
- VeraCrypt
|
2018-06-18 14:38:35 +02:00
|
|
|
- FileVault 2
|
2019-08-07 15:46:21 +02:00
|
|
|
- DiskCryptor
|
|
|
|
- Android FDE (Samsung DEK)
|
|
|
|
- Android FDE <= 4.3
|
2018-11-12 21:31:01 +01:00
|
|
|
- Apple File System (APFS)
|
2019-08-07 15:46:21 +02:00
|
|
|
- TrueCrypt
|
2017-12-13 10:39:39 +01:00
|
|
|
- PDF 1.1 - 1.3 (Acrobat 2 - 4)
|
2019-08-07 15:46:21 +02:00
|
|
|
- PDF 1.1 - 1.3 (Acrobat 2 - 4), collider #1
|
|
|
|
- PDF 1.1 - 1.3 (Acrobat 2 - 4), collider #2
|
2017-12-13 10:39:39 +01:00
|
|
|
- PDF 1.4 - 1.6 (Acrobat 5 - 8)
|
|
|
|
- PDF 1.7 Level 3 (Acrobat 9)
|
|
|
|
- PDF 1.7 Level 8 (Acrobat 10 - 11)
|
2020-08-12 11:05:35 +02:00
|
|
|
- Apple iWork
|
2019-08-07 15:46:21 +02:00
|
|
|
- MS Office 2007
|
|
|
|
- MS Office 2010
|
|
|
|
- MS Office 2013
|
|
|
|
- MS Office <= 2003 $0/$1, MD5 + RC4
|
|
|
|
- MS Office <= 2003 $0/$1, MD5 + RC4, collider #1
|
|
|
|
- MS Office <= 2003 $0/$1, MD5 + RC4, collider #2
|
|
|
|
- MS Office <= 2003 $3/$4, SHA1 + RC4
|
|
|
|
- MS Office <= 2003 $3, SHA1 + RC4, collider #1
|
|
|
|
- MS Office <= 2003 $3, SHA1 + RC4, collider #2
|
2018-12-06 18:00:09 +01:00
|
|
|
- Open Document Format (ODF) 1.2 (SHA-256, AES)
|
2019-08-07 15:46:21 +02:00
|
|
|
- Open Document Format (ODF) 1.1 (SHA-1, Blowfish)
|
2020-06-25 17:36:43 +02:00
|
|
|
- Apple Keychain
|
2019-08-07 15:46:21 +02:00
|
|
|
- Apple Secure Notes
|
|
|
|
- JKS Java Key Store Private Keys (SHA1)
|
2020-08-29 16:12:15 +02:00
|
|
|
- PKCS#8 Private Keys
|
2020-08-15 19:25:39 +02:00
|
|
|
- RSA/DSA/EC/OpenSSH Private Keys
|
2019-08-07 15:46:21 +02:00
|
|
|
- 1Password, agilekeychain
|
|
|
|
- 1Password, cloudkeychain
|
2020-08-13 10:25:56 +02:00
|
|
|
- Bitwarden
|
2018-01-30 11:24:21 +01:00
|
|
|
- Password Safe v2
|
|
|
|
- Password Safe v3
|
|
|
|
- LastPass + LastPass sniffed
|
2019-08-07 15:46:21 +02:00
|
|
|
- KeePass 1 (AES/Twofish) and KeePass 2 (AES)
|
2015-12-04 15:47:52 +01:00
|
|
|
- Bitcoin/Litecoin wallet.dat
|
2019-11-16 10:48:52 +01:00
|
|
|
- Electrum Wallet (Salt-Type 1-5)
|
2015-12-04 15:47:52 +01:00
|
|
|
- Blockchain, My Wallet
|
2017-04-16 13:19:23 +02:00
|
|
|
- Blockchain, My Wallet, V2
|
2019-02-23 17:50:21 +01:00
|
|
|
- Blockchain, My Wallet, Second Password (SHA256)
|
2019-08-07 15:46:21 +02:00
|
|
|
- Ethereum Pre-Sale Wallet, PBKDF2-HMAC-SHA256
|
2017-06-03 23:23:03 +02:00
|
|
|
- Ethereum Wallet, PBKDF2-HMAC-SHA256
|
|
|
|
- Ethereum Wallet, SCRYPT
|
2020-02-06 20:25:14 +01:00
|
|
|
- MultiBit Classic .key (MD5)
|
2020-05-08 10:57:32 +02:00
|
|
|
- MultiBit HD (scrypt)
|
2019-08-07 15:46:21 +02:00
|
|
|
- 7-Zip
|
|
|
|
- RAR3-hp
|
|
|
|
- RAR5
|
|
|
|
- PKZIP (Compressed)
|
|
|
|
- PKZIP (Compressed Multi-File)
|
|
|
|
- PKZIP (Mixed Multi-File)
|
|
|
|
- PKZIP (Mixed Multi-File Checksum-Only)
|
|
|
|
- PKZIP (Uncompressed)
|
|
|
|
- PKZIP Master Key
|
|
|
|
- PKZIP Master Key (6 byte optimization)
|
2020-05-31 10:36:41 +02:00
|
|
|
- SecureZIP AES-128
|
|
|
|
- SecureZIP AES-192
|
|
|
|
- SecureZIP AES-256
|
2019-08-07 15:46:21 +02:00
|
|
|
- iTunes backup < 10.0
|
|
|
|
- iTunes backup >= 10.0
|
|
|
|
- WinZip
|
|
|
|
- Android Backup
|
2020-08-12 11:22:37 +02:00
|
|
|
- AxCrypt 1
|
|
|
|
- AxCrypt 1 in-memory SHA1
|
2020-08-14 16:18:29 +02:00
|
|
|
- AxCrypt 2 AES-128
|
|
|
|
- AxCrypt 2 AES-256
|
2019-08-07 15:46:21 +02:00
|
|
|
- WBB3 (Woltlab Burning Board)
|
|
|
|
- vBulletin < v3.8.5
|
|
|
|
- vBulletin >= v3.8.5
|
|
|
|
- PHPS
|
|
|
|
- SMF (Simple Machines Forum) > v1.1
|
|
|
|
- MediaWiki B type
|
|
|
|
- Redmine
|
|
|
|
- Joomla < 2.5.18
|
|
|
|
- OpenCart
|
|
|
|
- PrestaShop
|
|
|
|
- Tripcode
|
|
|
|
- Drupal7
|
|
|
|
- osCommerce, xt:Commerce
|
|
|
|
- PunBB
|
|
|
|
- MyBB 1.2+, IPB2+ (Invision Power Board)
|
2019-11-26 17:16:18 +01:00
|
|
|
- Django (PBKDF2-SHA256)
|
|
|
|
- Django (SHA-1)
|
|
|
|
- Web2py pbkdf2-sha512
|
2019-08-07 15:46:21 +02:00
|
|
|
- TOTP (HMAC-SHA1)
|
2015-12-04 15:47:52 +01:00
|
|
|
|
|
|
|
##
|
2016-04-29 05:28:49 +02:00
|
|
|
## Attack-Modes
|
2015-12-04 15:47:52 +01:00
|
|
|
##
|
|
|
|
|
2016-04-29 05:28:49 +02:00
|
|
|
- Straight *
|
|
|
|
- Combination
|
|
|
|
- Brute-force
|
|
|
|
- Hybrid dict + mask
|
|
|
|
- Hybrid mask + dict
|
2016-02-04 10:59:13 +01:00
|
|
|
|
2016-04-29 05:28:49 +02:00
|
|
|
* = Supports rules
|
2016-02-04 10:59:13 +01:00
|
|
|
|
|
|
|
##
|
2016-04-29 05:28:49 +02:00
|
|
|
## Supported OpenCL runtimes
|
2015-12-04 15:47:52 +01:00
|
|
|
##
|
|
|
|
|
2016-06-07 18:12:07 +02:00
|
|
|
- AMD
|
2016-04-29 05:28:49 +02:00
|
|
|
- Apple
|
|
|
|
- Intel
|
2016-06-07 18:12:07 +02:00
|
|
|
- NVidia
|
2020-06-03 09:29:20 +02:00
|
|
|
- POCL
|
2020-06-05 09:07:23 +02:00
|
|
|
- ROCm
|
2016-05-10 19:07:07 +02:00
|
|
|
|
|
|
|
##
|
|
|
|
## Supported OpenCL device types
|
|
|
|
##
|
|
|
|
|
|
|
|
- GPU
|
2016-10-29 13:50:43 +02:00
|
|
|
- CPU
|
2016-05-10 19:07:07 +02:00
|
|
|
- APU
|