Projects STRLCPY Synergy-httpx Commits f56214ac
🤬
  • ■ ■ ■ ■ ■ ■
    README.md
    skipped 4 lines
    5 5  [![License](https://img.shields.io/badge/License-BSD-red.svg)](https://github.com/t3l3machus/Synergy-httpx/blob/main/LICENSE.md)
    6 6  <img src="https://img.shields.io/badge/Maintained%3F-Yes-96c40f">
    7 7   
     8 +## Purpose
     9 +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.
     10 +
     11 +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](https://github.com/CedArctic/DigiSpark-Scripts/).
     12 + 
     13 +## Preview
     14 + 
     15 + 
     16 +## Installation
     17 + 
Please wait...
Page is in error, reload to recover