File size: 1,510 Bytes
bc14026 2fe286d bc14026 a5bc01c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 |
---
title: WhiteRabbitNeo Llama 3 WhiteRabbitNeo 8B V2.0
emoji: 🏃
colorFrom: blue
colorTo: purple
sdk: gradio
sdk_version: 5.5.0
app_file: app.py
pinned: false
---
# WhiteRabbitNeo Llama 3 WhiteRabbitNeo 8B V2.0
This project uses the WhiteRabbitNeo model in combination with Hugging Face Spaces for building a Red Team tool for reconnaissance, vulnerability scanning, and exploit generation.
### Features
- **Reconnaissance Mode**: Enter a domain (e.g., `example.com`) to begin infrastructure analysis and data collection.
- **Vulnerability Scanning**: Provide a service version (e.g., `Apache 2.4.49`) to search for associated vulnerabilities and CVEs.
- **Exploit Generation**: Describe a vulnerability and generate an exploit script in Python, Bash, or PowerShell.
### How to Use
1. **Reconnaissance**:
- Enter a domain name (e.g., `example.com`) and click "Start Reconnaissance".
- WhiteRabbitNeo will perform automated reconnaissance on the target.
2. **Vulnerability Scanning**:
- Enter information about the service (e.g., `Apache 2.4.49`), and the tool will search for related CVEs.
3. **Exploit Generation**:
- Describe the vulnerability and select the language for the exploit (Python, Bash, PowerShell).
- The tool will generate a working exploit script for you.
### Setup Instructions
1. Clone the repository to your local machine or directly to Hugging Face Spaces.
2. Install dependencies from `requirements.txt` using:
```bash
pip install -r requirements.txt
|