This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org
Difference between revisions of "OWASP Web Malware Scanner Project"
From OWASP
(→Project Resources) |
|||
(12 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
{| style="padding: 0;margin:0;margin-top:10px;text-align:left;" |- | {| style="padding: 0;margin:0;margin-top:10px;text-align:left;" |- | ||
| valign="top" style="border-right: 1px dotted gray;padding-right:25px;" | | | valign="top" style="border-right: 1px dotted gray;padding-right:25px;" | | ||
− | |||
− | |||
− | |||
==OWASP Web Malware Scanner Tool Project== | ==OWASP Web Malware Scanner Tool Project== | ||
Line 21: | Line 18: | ||
Web Malware Scanner is a simple malware scanner for web applications. It can be used to identify compromised Wordpress, Joomla and other popular web application installations. | Web Malware Scanner is a simple malware scanner for web applications. It can be used to identify compromised Wordpress, Joomla and other popular web application installations. | ||
− | The Web Malware Scanner will scan each files and compare them to the Web Malware Scanner's signature database. Each file is scanned for any known malware MD5 checksum and also for any malware patterns using | + | The Web Malware Scanner will scan each files and compare them to the Web Malware Scanner's signature database. Each file is scanned for any known malware MD5 checksum and also for any malware patterns using YARA rules. Finally, the scan will look for insecure permissions for every files and folders. |
+ | |||
+ | The goal of the OWASP Web Malware Scanner Project is to have a community driven signature database. You are more than welcome to contribute to this project by sending us new malware signatures. | ||
+ | |||
+ | ==Features== | ||
− | + | * Support for Windows, Linux and MacOS | |
+ | * Over 500 000 malware MD5 hashes | ||
+ | * Over 500 YARA ruleset databases | ||
− | + | ==Downloads== | |
− | + | '''Windows''': [https://github.com/maxlabelle/WebMalwareScanner Get it from github] | |
− | + | '''Linux''': [https://github.com/maxlabelle/WebMalwareScanner Get it from github] | |
− | + | '''Mac OS''': [https://github.com/maxlabelle/WebMalwareScanner Get it from github] | |
==Licensing== | ==Licensing== |