Spaces:
Running
Running
title: Bug Bot | |
emoji: π¬ | |
colorFrom: yellow | |
colorTo: purple | |
sdk: gradio | |
sdk_version: 5.10.0 | |
app_file: app.py | |
pinned: true | |
license: mit | |
thumbnail: >- | |
https://cdn-uploads.huggingface.co/production/uploads/64fbe312dcc5ce730e763dc6/2HUedcIuneTSbJ5SpERMo.png | |
short_description: Bug Bot is an AI-powered chatbot designed to assist security | |
# Bug Bot π¬ | |
Bug Bot is an AI-powered chatbot designed to assist security researchers and ethical hackers with bug bounty hunting. It provides real-time support for technical queries, offering guidance on penetration testing, vulnerability assessment, and other related tasks. Whether you're a beginner or an experienced professional, Bug Bot is here to help you navigate the bug bounty landscape! | |
### Features: | |
- **Bug Bounty Assistance**: Provides advice and technical support for bug bounty hunting. | |
- **Security Insights**: Answers technical questions related to penetration testing, network security, and ethical hacking. | |
- **Penetration Testing Tools**: Offers suggestions and solutions for penetration testing challenges. | |
- **Real-Time Responses**: Uses advanced AI to respond quickly and accurately to your queries. | |
## How to Use | |
1. Clone the repository to your local machine: | |
```bash | |
git clone https://github.com/<your-username>/bug-bot.git | |
cd bug-bot | |
``` | |
2. Install dependencies: | |
```bash | |
pip install -r requirements.txt | |
``` | |
3. Run the app: | |
```bash | |
python app.py | |
``` | |
4. Open the browser and navigate to `http://localhost:7860` to interact with Bug Bot. | |
## Customization | |
You can customize the system message and settings in the `app.py` file, particularly the following section: | |
```python | |
gr.Textbox(value="You are a chatbot trained to assist with specific tasks in bug bounty hunting, offering advice on penetration testing, vulnerability discovery, and other security-related topics.", label="System message") | |
License | |
This project is licensed under the MIT License - see the LICENSE file for details. |