Add README
Browse files
README.md
CHANGED
|
@@ -1,26 +1,35 @@
|
|
| 1 |
-
|
| 2 |
-
tags:
|
| 3 |
-
- ml-intern
|
| 4 |
-
---
|
| 5 |
|
| 6 |
-
|
|
|
|
| 7 |
|
| 8 |
-
|
| 9 |
-
## Generated by ML Intern
|
| 10 |
|
| 11 |
-
|
|
|
|
|
|
|
| 12 |
|
| 13 |
-
|
| 14 |
-
- Source code: https://github.com/huggingface/ml-intern
|
| 15 |
|
| 16 |
-
|
|
|
|
|
|
|
|
|
|
| 17 |
|
| 18 |
-
``
|
| 19 |
-
from transformers import AutoModelForCausalLM, AutoTokenizer
|
| 20 |
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 25 |
|
| 26 |
-
|
|
|
|
|
|
|
|
|
| 1 |
+
# MoneyPack Security Suite v4.0
|
|
|
|
|
|
|
|
|
|
| 2 |
|
| 3 |
+
Advanced Anti-Malware & RAT Detection for Windows/Linux/Mac.
|
| 4 |
+
**Created by MoneyPack.**
|
| 5 |
|
| 6 |
+
## Quick Start
|
|
|
|
| 7 |
|
| 8 |
+
```
|
| 9 |
+
python moneypack_security.py
|
| 10 |
+
```
|
| 11 |
|
| 12 |
+
## Build .EXE (Windows)
|
|
|
|
| 13 |
|
| 14 |
+
```
|
| 15 |
+
pip install pyinstaller psutil rich
|
| 16 |
+
pyinstaller --onefile --console --name MoneyPack_Security moneypack_security.py
|
| 17 |
+
```
|
| 18 |
|
| 19 |
+
Your EXE: `dist\MoneyPack_Security.exe`
|
|
|
|
| 20 |
|
| 21 |
+
## Features
|
| 22 |
+
|
| 23 |
+
- File scanner with heuristic malware detection
|
| 24 |
+
- Process monitor detecting 30+ RAT families
|
| 25 |
+
- Network analyzer finding C2 callbacks & reverse shells
|
| 26 |
+
- Persistence scanner (registry, startup, cron, services)
|
| 27 |
+
- Quarantine vault
|
| 28 |
+
- Real-time guard mode
|
| 29 |
+
- Neon glow terminal interface
|
| 30 |
+
|
| 31 |
+
## Requirements
|
| 32 |
|
| 33 |
+
- Python 3.8+
|
| 34 |
+
- psutil (auto-installs)
|
| 35 |
+
- rich (auto-installs)
|