Working with pre generated big hash database for whitelisting

This commit is contained in:
Gabor Gyorvari
2018-12-10 13:02:02 +01:00
parent e92d7f18ce
commit 2514db8933
3 changed files with 23 additions and 1 deletions

BIN
database/compressed.dat Normal file

Binary file not shown.

View File

@@ -0,0 +1 @@
df101137e1d4f449d2866f12bac60c64a7fc8d6a529220667cb708c0899102a9

View File

@@ -1 +1,22 @@
Test page
---
layout: default
---
<div class="home">
<h1 class="page-heading">General hash list</h1>
<p>To use the generated whitelist database simply add "--big-data" argument when calling the scanner.</p>
<p>Database contains unique md5 hashes for opensource projects in gzipped format, binary search used for efficiency.</p>
<h2><a href="https://checksums.kubik-rubik.de" target="_blank">Kubik-Rubik's CMS MD5 checksums</a></h2>
<p>Website contains hash information for every releases of the following CMS systems: Drupal, Joomla!, Pagekit, Typo3, Wordpress<br>Contao is excluded.</p>
<p>Maintainer is <a href="https://github.com/Kubik-Rubik" target="_blank">@Kubik-Rubik</a></p>
<h2>Workflow to generate database</h2>
<p>See <code>tools/bigdata/generate.php</code></p>
<h2>Latest database</h2>
<ul>
<li><a href="/database/compressed.dat">compressed.dat</a></li>
<li>sha256: df101137e1d4f449d2866f12bac60c64a7fc8d6a529220667cb708c0899102a9</li>
<li>updated on Dec 10, 2018</li>
</ul>
</div>