mirror of
https://github.com/scr34m/php-malware-scanner.git
synced 2026-06-16 12:30:35 +00:00
Working with pre generated big hash database for whitelisting
This commit is contained in:
BIN
database/compressed.dat
Normal file
BIN
database/compressed.dat
Normal file
Binary file not shown.
1
database/compressed.sha256
Normal file
1
database/compressed.sha256
Normal file
@@ -0,0 +1 @@
|
||||
df101137e1d4f449d2866f12bac60c64a7fc8d6a529220667cb708c0899102a9
|
||||
23
index.html
23
index.html
@@ -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>
|
||||
Reference in New Issue
Block a user