Projects STRLCPY Synergy-httpx Files
🤬
ATtiny85_templates Loading last commit info...
LICENSE.md
README.md
requirements.txt
synergy_httpx.py
README.md

Synergy Httpx

Python License

Purpose

A Python http(s) server designed to assist in red teaming activities such as receiving intercepted data via POST requests and serving content dynamically (e.g. payloads). If you provide cert.pem and key.pem files when you execute synergy_httpx.py, it will run with SSL. You can use the "serve" and "release" prompt commands to associate server path names with local files to be used as a response body to GET/POST requests, while the server is running.

I find this tool handy when working with rubber ducky / bad USB / ATtiny85, etc based attacks. Check out the ATtiny85_templates folder for some handy .ino templates to load on your microcontroller. Credits: My templates are inspired by this repo -> CedArctic/DigiSpark-Scripts.

Preview

Installation

Please wait...
Page is in error, reload to recover