diff --git a/Hashes-and-Password-Cracking.md b/Hashes-and-Password-Cracking.md index 57e9844a47..788e13aa64 100644 --- a/Hashes-and-Password-Cracking.md +++ b/Hashes-and-Password-Cracking.md @@ -143,4 +143,4 @@ This data breaks down to the following table: | Oracle 11 | DEMO | `S:8F2D65FB5547B71C8DA3760F10960428CD307B1C6271691FC55C1F56554A;H:DC9894A01797D91D92ECA1DA66242209;T:23D1F8CAC9001F69630ED2DD8DF67DD3BE5C470B5EA97B622F757FE102D8BF14BEDC94A3CC046D10858D885DB656DC0CBF899A79CD8C76B788744844CADE54EEEB4FDEC478FB7C7CBFBBAC57BA3EF22C` | epsilon | raw-sha1,oracle | [auxiliary/scanner/oracle/oracle_hashdump](https://github.com/rapid7/metasploit-framework/blob/master/modules/auxiliary/scanner/oracle/oracle_hashdump.rb) | [auxiliary/analyze/jtr_oracle_fast](https://github.com/rapid7/metasploit-framework/blob/master/modules/auxiliary/analyze/jtr_oracle_fast.rb) | | Oracle 11 | oracle11_epsilon | `S:8F2D65FB5547B71C8DA3760F10960428CD307B1C6271691FC55C1F56554A;H:DC9894A01797D91D92ECA1DA66242209;T:23D1F8CAC9001F69630ED2DD8DF67DD3BE5C470B5EA97B622F757FE102D8BF14BEDC94A3CC046D10858D885DB656DC0CBF899A79CD8C76B788744844CADE54EEEB4FDEC478FB7C7CBFBBAC57BA3EF22C` | epsilon | raw-sha1,oracle | [modules/auxiliary/scanner/oracle/oracle_hashdump](https://github.com/rapid7/metasploit-framework/blob/master/modules/auxiliary/scanner/oracle/oracle_hashdump.rb) | [auxiliary/analyze/jtr_oracle_fast](https://github.com/rapid7/metasploit-framework/blob/master/modules/auxiliary/analyze/jtr_oracle_fast.rb) | | Oracle 12 | oracle12_epsilon | `H:DC9894A01797D91D92ECA1DA66242209;T:E3243B98974159CC24FD2C9A8B30BA62E0E83B6CA2FC7C55177C3A7F82602E3BDD17CEB9B9091CF9DAD672B8BE961A9EAC4D344BDBA878EDC5DCB5899F689EBD8DD1BE3F67BFF9813A464382381AB36B` | epsilon | pbkdf2,oracle12c | [auxiliary/scanner/oracle/oracle_hashdump](https://github.com/rapid7/metasploit-framework/blob/master/modules/auxiliary/scanner/oracle/oracle_hashdump.rb) | [auxiliary/analyze/jtr_oracle_fast](https://github.com/rapid7/metasploit-framework/blob/master/modules/auxiliary/analyze/jtr_oracle_fast.rb) | -| Postgres | example | `md5be86a79bf2043622d58d5453c47d4860` | password | raw-md5,postgres | | [auxiliary/analyze/jtr_postgres_fast](https://github.com/rapid7/metasploit-framework/blob/master/modules/auxiliary/analyze/jtr_postgres_fast.rb) | \ No newline at end of file +| Postgres | example | `md5be86a79bf2043622d58d5453c47d4860` | password | raw-md5,postgres | [auxiliary/scanner/postgres/postgres_hashdump](https://github.com/rapid7/metasploit-framework/blob/master/modules/auxiliary/scanner/postgres/postgres_hashdump.rb) | [auxiliary/analyze/jtr_postgres_fast](https://github.com/rapid7/metasploit-framework/blob/master/modules/auxiliary/analyze/jtr_postgres_fast.rb) | \ No newline at end of file