Skip to content

Commit

Permalink
removed hashcat id 5000 support; testsuite passes!
Browse files Browse the repository at this point in the history
  • Loading branch information
CPunch committed Jan 4, 2024
1 parent 50f6f91 commit 6de4032
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion rules.go
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,6 @@ var (
{"Haval-256", -1, "haval-256-3", false},
{"GOST R 34.11-94", 6900, "gost", false},
{"GOST CryptoPro S-Box", -1, "", false},
{"SHA3-256", 5000, "raw-keccak-256", false},
{"Skein-256", -1, "skein-256", false},
{"Skein-512(256)", -1, "", false},
{"Ventrilo", -1, "", true},
Expand Down
6 changes: 0 additions & 6 deletions test/detect_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -358,12 +358,6 @@ func TestISCSI_CHAP_AUTHENTICATION__MD5_CHAP__7(t *testing.T) {
is.True(checkIncludedHashID(hashes, 4800)) // Should find iSCSI CHAP authentication, MD5(CHAP) 7 in hashes
}

func TestSHA1_SHA1__SALT__PASS__SALT__(t *testing.T) {
is := is.New(t)
hashes := gdth.Detect("05ac0c544060af48f993f9c3cdf2fc03937ea35b:232725102020")
is.True(checkIncludedHashID(hashes, 5000)) // Should find sha1(sha1($salt.$pass.$salt)) in hashes
}

func TestHALF_MD5(t *testing.T) {
is := is.New(t)
hashes := gdth.Detect("8743b52063cd8409")
Expand Down

0 comments on commit 6de4032

Please sign in to comment.