Skip to content

A KNN algorithm based Penetration Testing Payload search and modification engine with a nice red FLASK based GUI

Notifications You must be signed in to change notification settings

findthehead/pentestpayload

Repository files navigation

PentestPayload

alt text

PentestPayload is a Flask-based web application that helps penetration testers and security researchers retrieve, encode, and use common web application pentesting payloads. It includes a machine learning component to suggest payloads based on categories, stealth mode to obscure usage patterns, Base64 and URLEncode.

⚠️ For educational and authorized security testing purposes only.


🚀 Features

  • 🧠 ML-powered payload suggestion based on input category
  • 🛠️ Encoding support (Base64, URL encoding, HTML entity)
  • 🕵️ Stealth mode to reduce traceability (e.g., randomized headers, access masking)
  • 🌐 Simple web GUI served locally via Flask

🖥️ Requirements

  • Python 3.7+
  • pip install -r requirements.txt

📦 Installation

git clone https://github.com/findthehead/pentestpayload.git
cd pentestpayload
pip install -r requirements.txt
Python3 pentestpayload.py

About

A KNN algorithm based Penetration Testing Payload search and modification engine with a nice red FLASK based GUI

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published