enotkrutoy's picture
Update README.md
a5bc01c verified
|
raw
history blame
1.51 kB
---
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