SharpRedirect is a simple .NET Framework-based redirector from a specified local port to a destination host and port.
.NET Framework: Version 4.5 or later.
git clone https://github.com/your-repo/SharpRedirect.git
Run the executable from the command line with the following syntax:
SharpRedirect.exe <localPort> <destinationHost> <destinationPort>
Example: To redirect traffic from localhost:8080
to example.com:80
:
SharpRedirect.exe 8080 example.com 80
ModTask is an advanced C# tool designed for red teaming operations, focusing on manipulating scheduled…
HellBunny is a malleable shellcode loader written in C and Assembly utilizing direct and indirect…
Flyphish is an Ansible playbook allowing cyber security consultants to deploy a phishing server in…
A crypto library to decrypt various encrypted D-Link firmware images. Confirmed to work on the…
LLMs (e.g., GPT-3.5, LLaMA, and PaLM) suffer from hallucination—fabricating non-existent facts to cheat users without…
Kali Linux 2024.4, the final release of 2024, brings a wide range of updates and…