mirror of
https://github.com/scr34m/php-malware-scanner.git
synced 2026-06-16 12:30:35 +00:00
18 lines
688 B
HTML
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: a308d3e6862b915caf466b5a9b997a186b017c6a534e3abf4372ba0ea3ec7692</li>
|
|
<li>updated on Feb 22, 2019</li>
|
|
</ul>
|
|
</div> |