## https://sploitus.com/exploit?id=F3D1D90B-D0F0-5112-86CF-97438057802E
```text
____ ____ ___ ____ _____ _____ ___ __ __
| _ \| _ \ / _ \| __ ) | ____/ ___|| | | |_ _|_ _|
| |_) | |_) | | | | _ \ | _| \___ \| | | || | | |
| __/| _ <| |_| | |_) ||____ __) || |_| || | | |
|_| |_| \_\\___/|____/ |____/|____/ \___/|___| |_|
```
# ProbeSuite
**ProbeSuite** is a modular penetration testing toolkit designed to support the full offensive security lifecycle. It brings together essential tools for **Information Gathering, OSINT, Scanning, Vulnerability Assessment, Exploitation, Post-Exploitation, and Reporting** in a structured and extensible environment.
The goal of this project is to streamline reconnaissance and assessment workflows, helping pentesters and security researchers efficiently analyze targets and produce clear, actionable reports.
---
## โจ Features
* Modular and extensible architecture
* Tools grouped by penetration testing phases
* Focus on reconnaissance and attack surface analysis
* Designed for real-world pentesting workflows
* Built-in structure for reporting and documentation
---
## ๐ฆ Requirements
* Python 3.9+
* Git
* Linux-based environment (recommended)
---
## ๐ Installation
Clone the repository and set up a virtual environment:
```bash
git clone https://github.com/Yescrypt/ProbeSuite.git
cd ProbeSuite
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
```
---
## โถ๏ธ Usage
Run the main application entry point:
```bash
python app/main.py
```
Once started, ProbeSuite provides access to tools categorized by each penetration testing phase. You can extend or customize modules based on your assessment needs.
---
## ๐ Reporting
ProbeSuite is designed with reporting in mind. Findings and outputs can be collected and organized to help generate structured penetration testing reports suitable for technical teams and stakeholders.
---
## โ ๏ธ Disclaimer
This project is intended **for educational purposes and authorized security testing only**. Do not use ProbeSuite against systems without explicit permission. The author is not responsible for misuse or illegal activities.
---
## ๐ License
This project is released under the MIT License.
---
## ๐ค Contributing
Contributions, improvements, and suggestions are welcome. Feel free to fork the repository and submit a pull request.
---
**Author:** Yescrypt
**Focus:** Offensive Security ยท Pentesting ยท Red Teaming