mirror of
https://github.com/scr34m/php-malware-scanner.git
synced 2026-06-16 12:30:35 +00:00
Combined whitelist release
This commit is contained in:
Binary file not shown.
@@ -1 +1 @@
|
||||
4c66a01945539cbce8694bb7452d20465cedc29a0f582ae2a91e570a12f40bd3
|
||||
dd3dce0db58fd01f5891bcf09a8af6452b9eead4a41588a494cb15fc54bf5cc5
|
||||
10
index.html
10
index.html
@@ -2,8 +2,8 @@
|
||||
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>
|
||||
<h1 class="page-heading">Combined whitelist</h1>
|
||||
<p>To use the database simply add "--combined-whitelist" 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>
|
||||
@@ -16,12 +16,12 @@ layout: default
|
||||
</ul>
|
||||
|
||||
<h2>Workflow to generate database</h2>
|
||||
<p>See <code>tools/bigdata/generate.php</code></p>
|
||||
<p>See <code>tools/combined_whitelist/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>
|
||||
<li>sha256: dd3dce0db58fd01f5891bcf09a8af6452b9eead4a41588a494cb15fc54bf5cc5</li>
|
||||
<li>updated on Dec 11, 2018</li>
|
||||
</ul>
|
||||
</div>
|
||||
Reference in New Issue
Block a user