https://github.com/nchgroup/yarazo
mass scanner yara rule
https://github.com/nchgroup/yarazo
backdoors python yara yara-scanner
Last synced: 7 months ago
JSON representation
mass scanner yara rule
- Host: GitHub
- URL: https://github.com/nchgroup/yarazo
- Owner: nchgroup
- License: mit
- Created: 2025-03-06T01:31:24.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-03-06T14:17:26.000Z (7 months ago)
- Last Synced: 2025-03-06T15:27:07.584Z (7 months ago)
- Topics: backdoors, python, yara, yara-scanner
- Language: Python
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# yarazo
Script for testing backdoors with yara rules
## Usage
```bash
$ python3 yarazo.py
```## Update Yara rules
```bash
bash update.sh
```## Install
```bash
sudo apt install git -y
bash install.sh
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
```## Testing
shell_reverse_tcp.bin is a metasploit shellcode windows/x64/shell_reverse_tcp