PyaraScanner Logo

PyaraScanner

0
Free
Visit Website

A multithreaded many-rules to many-files YARA scanner for incident response or malware zoos. Prerequisites: YARA installed and Python 3.0-3.5 with the Yara-Python package. Yara-Python requires Microsoft Visual C++ Build Tools available under 'Build Tools for Visual Studio 2017' and the Yara binaries. Alternatively, you can download an easy installer which should download everything you need for your version of Python (only supports up to Python 3.5). To run with default settings, just specify a folder for .yar rules and a starting point for files to scan. All directories for both inputs are scanned recursively.

FEATURES

ALTERNATIVES

A generator for YARA rules that creates rules from strings found in malware files while removing strings from goodware files.

A .NET wrapper for libyara that provides a simplified API for developing tools in C# and PowerShell.

A Python-based tool for detecting XSS vulnerabilities

A Yara ruleset for detecting PHP shells and other webserver malware.

Interactive incremental disassembler with data/control flow analysis capabilities.

A Burp intruder extender for automating and validating XSS vulnerabilities

A standalone binary inspection tool for Android developers with support for various formats and dependencies.

A tool for identifying sensitive secrets in public GitHub repositories