Files
php-malware-scanner/index.html
2018-12-31 11:10:30 +01:00

27 lines
1.1 KiB
HTML

---
layout: default
---
<div class="home">
<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>
<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>General sources</h2>
<ul>
<li><a href="https://code.jquery.com/jquery/">jQuery</a></li>
</ul>
<h2>Workflow to generate database</h2>
<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: dd3dce0db58fd01f5891bcf09a8af6452b9eead4a41588a494cb15fc54bf5cc5</li>
<li>updated on Dec 11, 2018</li>
</ul>
</div>