https://github.com/shanu28mathai/penbot
PenBot is a simple penetration testing tool that performs subdomain enumeration, vulnerability scanning, and generates reports.
https://github.com/shanu28mathai/penbot
bash javas kernel python shell
Last synced: about 2 months ago
JSON representation
PenBot is a simple penetration testing tool that performs subdomain enumeration, vulnerability scanning, and generates reports.
- Host: GitHub
- URL: https://github.com/shanu28mathai/penbot
- Owner: Shanu28mathai
- Created: 2024-12-28T17:23:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-28T18:25:02.000Z (over 1 year ago)
- Last Synced: 2025-05-21T22:11:20.052Z (about 1 year ago)
- Topics: bash, javas, kernel, python, shell
- Language: Python
- Homepage: https://brutnow.com
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PenBot
PenBot is a simple penetration testing tool that performs subdomain enumeration, vulnerability scanning, and generates reports.
## Features
- **Subdomain Enumeration**: Identifies subdomains associated with a given domain.
- **Vulnerability Scanning**: Scans for common vulnerabilities in web applications.
- **Report Generation**: Generates comprehensive reports of the findings.
## Installation
To install the package, run:
```sh
pip install .
```
## Usage
To run the tool and save results in a folder named PenBot, use the following command:
```sh
penbot -o PenBot
```
## Running Tests
To run the unit tests and save results in a folder named PenBot, use:
```sh
python -m unittest discover -s PenBot
```