├── CHANGELOG.txt ├── DATA └── index.html ├── How_To_Install_HRScan2.txt ├── LICENSE ├── Logs └── index.html ├── PHP-AV-Lib.php ├── README.md ├── Resources ├── HRC2-Functions.js ├── HRScan2.css ├── ICON_CREDITS.txt ├── PHPAV16.png ├── basic.css ├── clamav.png ├── dearchive.png ├── document.png ├── dropzone.css ├── dropzone.js ├── favicon.ico ├── index.html ├── jquery-3.1.0.min.js ├── jquery-3.3.1.min.js ├── pacman.gif ├── phpav.png ├── virus.def └── x.png ├── Screenshots ├── HRScan2_1.png ├── HRScan2_2.png ├── HRScan2_3.png ├── HRScan2_4.png ├── HRScan2_5.png └── index.html ├── config.php ├── footer.php ├── header.php ├── index.html ├── sanitizeCore.php ├── scanCore.php ├── scanGui1.php ├── scanGui2.php └── versionInfo.php /CHANGELOG.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRScan2/HEAD/CHANGELOG.txt -------------------------------------------------------------------------------- /DATA/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRScan2/HEAD/DATA/index.html -------------------------------------------------------------------------------- /How_To_Install_HRScan2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRScan2/HEAD/How_To_Install_HRScan2.txt -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRScan2/HEAD/LICENSE -------------------------------------------------------------------------------- /Logs/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRScan2/HEAD/Logs/index.html -------------------------------------------------------------------------------- /PHP-AV-Lib.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRScan2/HEAD/PHP-AV-Lib.php -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRScan2/HEAD/README.md -------------------------------------------------------------------------------- /Resources/HRC2-Functions.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRScan2/HEAD/Resources/HRC2-Functions.js -------------------------------------------------------------------------------- /Resources/HRScan2.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRScan2/HEAD/Resources/HRScan2.css -------------------------------------------------------------------------------- /Resources/ICON_CREDITS.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRScan2/HEAD/Resources/ICON_CREDITS.txt -------------------------------------------------------------------------------- /Resources/PHPAV16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRScan2/HEAD/Resources/PHPAV16.png -------------------------------------------------------------------------------- /Resources/basic.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRScan2/HEAD/Resources/basic.css -------------------------------------------------------------------------------- /Resources/clamav.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRScan2/HEAD/Resources/clamav.png -------------------------------------------------------------------------------- /Resources/dearchive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRScan2/HEAD/Resources/dearchive.png -------------------------------------------------------------------------------- /Resources/document.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRScan2/HEAD/Resources/document.png -------------------------------------------------------------------------------- /Resources/dropzone.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRScan2/HEAD/Resources/dropzone.css -------------------------------------------------------------------------------- /Resources/dropzone.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRScan2/HEAD/Resources/dropzone.js -------------------------------------------------------------------------------- /Resources/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRScan2/HEAD/Resources/favicon.ico -------------------------------------------------------------------------------- /Resources/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRScan2/HEAD/Resources/index.html -------------------------------------------------------------------------------- /Resources/jquery-3.1.0.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRScan2/HEAD/Resources/jquery-3.1.0.min.js -------------------------------------------------------------------------------- /Resources/jquery-3.3.1.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRScan2/HEAD/Resources/jquery-3.3.1.min.js -------------------------------------------------------------------------------- /Resources/pacman.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRScan2/HEAD/Resources/pacman.gif -------------------------------------------------------------------------------- /Resources/phpav.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRScan2/HEAD/Resources/phpav.png -------------------------------------------------------------------------------- /Resources/virus.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRScan2/HEAD/Resources/virus.def -------------------------------------------------------------------------------- /Resources/x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRScan2/HEAD/Resources/x.png -------------------------------------------------------------------------------- /Screenshots/HRScan2_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRScan2/HEAD/Screenshots/HRScan2_1.png -------------------------------------------------------------------------------- /Screenshots/HRScan2_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRScan2/HEAD/Screenshots/HRScan2_2.png -------------------------------------------------------------------------------- /Screenshots/HRScan2_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRScan2/HEAD/Screenshots/HRScan2_3.png -------------------------------------------------------------------------------- /Screenshots/HRScan2_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRScan2/HEAD/Screenshots/HRScan2_4.png -------------------------------------------------------------------------------- /Screenshots/HRScan2_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRScan2/HEAD/Screenshots/HRScan2_5.png -------------------------------------------------------------------------------- /Screenshots/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRScan2/HEAD/Screenshots/index.html -------------------------------------------------------------------------------- /config.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRScan2/HEAD/config.php -------------------------------------------------------------------------------- /footer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRScan2/HEAD/footer.php -------------------------------------------------------------------------------- /header.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRScan2/HEAD/header.php -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRScan2/HEAD/index.html -------------------------------------------------------------------------------- /sanitizeCore.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRScan2/HEAD/sanitizeCore.php -------------------------------------------------------------------------------- /scanCore.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRScan2/HEAD/scanCore.php -------------------------------------------------------------------------------- /scanGui1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRScan2/HEAD/scanGui1.php -------------------------------------------------------------------------------- /scanGui2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRScan2/HEAD/scanGui2.php -------------------------------------------------------------------------------- /versionInfo.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRScan2/HEAD/versionInfo.php --------------------------------------------------------------------------------