An open API service indexing awesome lists of open source software.

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

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