Files
php-malware-scanner/index.html

18 lines
688 B
HTML
Raw Normal View History

---
layout: default
---
<div class="home">
2018-12-31 11:10:30 +01:00
<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>Workflow to generate database</h2>
2018-12-31 11:10:30 +01:00
<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>
2019-02-22 11:53:48 +01:00
<li>sha256: a308d3e6862b915caf466b5a9b997a186b017c6a534e3abf4372ba0ea3ec7692</li>
<li>updated on Feb 22, 2019</li>
</ul>
</div>