Hashcat and HashID changes

This commit is contained in:
Left4Code
2025-05-05 22:01:42 -04:00
parent 4d055f0712
commit 6a291e1aa6
8 changed files with 533 additions and 24 deletions

View File

@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Left 4 Code</title>
<title>Left4Code - (Digital Forensics)</title>
<link rel="icon" type="image/x-icon" href="../favicon/favicon.ico">
<link rel="stylesheet" type="text/css" href='../style.css'>
</head>
@@ -29,7 +29,7 @@
<hr>
<p>[*Note*] This course got it's list of tools from <a href="https://tsurugi-linux.org/documentation_tsurugi_linux_tools_listing_2024.php">this Tsurugi Linux page</a> if this course ever becomes outdated (probably will unless I do community-submitted git integration) you can always find an updated list of tools there.</p>
<hr>
<p>[*Also Note*] Everything with a "[&#x2705;]" means the section exists and "[&#x274C;]" means it does not. [🛠️] means I'm currently working on it.</p>
<p>[*Also Note*] Everything with a "[&#x2705;]" means the section exists and "[&#x274C;]" means it does not. [🛠️] means I'm currently working on it and [⚔️] denotes a challenge CTF for that specific section.</p>
<hr>
</dl>
@@ -45,9 +45,11 @@
<hr>
<li><a href="hash_forensics/gtkhash.html">GtkHash &#8212; [&#x2705;]</a></li>
<li><a href="hash_forensics/shasum.html">sha*sum &#8212; [&#x2705;]</a></li>
<li><a href="itscoming.html">hashcat &#8212; [🛠️]</a></li>
<li><a href="itscoming.html">hashid &#8212; [&#x274C;]</a></li>
<li><a href="itscoming.html">OpenTimestamps &#8212; [&#x274C;]</a></li>
<li><a href="hash_forensics/hashid.html">hashid &#8212; [&#x2705;]</a></li>
<li><a href="hash_forensics/hashcat.html">hashcat &#8212; [&#x2705;]</a></li>
<hr>
<li><a href="https://git.qwik.space/left4code/L4C_Forensics_CTF/src/branch/master/Filesystem%20Imaging%20&%20hashing/hashing/CTF_HashMash">(HashMash) &#8212; [⚔️]</a></li>
<hr>
</ul>
<h3 class="blog-header">Data Acquisition</h3>
<ul>
@@ -91,6 +93,7 @@
<ul>
<li><a href="itscoming.html">etherscan &#8212; [&#x274C;]</a></li>
<li><a href="itscoming.html">blockchair &#8212; [&#x274C;]</a></li>
<li><a href="itscoming.html">OpenTimestamps &#8212; [&#x274C;]</a></li>
<li><a href="itscoming.html">WalletSleuth &#8212; [&#x274C;]</a></li>
</ul>
@@ -99,6 +102,9 @@
<ul>
<li><a href="metadata_forensics/mat2.html">mat2 &#8212; [&#x2705;]</a></li>
<li><a href="metadata_forensics/exiftool.html">ExifTool &#8212; [&#x2705;]</a></li>
<hr>
<li><a href="https://git.qwik.space/left4code/L4C_Forensics_CTF/src/branch/master/Metadata%20Forensics">(BKFLAG) &#8212; [⚔️]</a></li>
<hr>
</ul>
<h3 class="blog-header">Putting Together a Timeline & Report</h3>