Files
php-malware-scanner/index.html
2020-06-25 17:10:40 +02:00

18 lines
688 B
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>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: d83075a142b3b3c05936768874ee5de7deade084f282f90cfe306cec58623592</li>
<li>updated on Jun 25, 2020</li>
</ul>
</div>