A curated collection of red teaming and penetration testing tools built in Python, Bash, and PowerShell. These tools are designed to assist security researchers and red teamers in performing common offensive security tasks.
The repository contains categorized scripts for:
- 🐚 Payload generation
- 🌐 Network reconnaissance
- 🔁 Lateral movement
- 🛂 Credential dumping
- 🏢 Active Directory enumeration
Each script is built with simplicity in mind and requires minimal dependencies.
RedTeamTools/
├── linux/
│ ├── keylogger.py # 🧠 Python-based keylogger for Linux
│ └── revshellgen.py # 🛠️ Reverse shell payload generator
├── windows/
│ └── win_enum.ps1 # 🧾 PowerShell script for Windows enumeration
├── README.md
A basic Python keylogger script using pynput. Logs keystrokes to a file.
🖥️ Usage:
python3 keylogger.pyGenerates bash reverse shell payloads with user-defined IP and port.
⚙️ Usage:
python3 revshellgen.pyA PowerShell script for basic Windows host enumeration:
- User information
- Running processes
- AV detection
- Installed patches
💻 Usage:
.\win_enum.ps1- 🐍 Python 3.6+
- 📦
pynputmodule for keylogger →pip install pynput - 🪟 PowerShell (for Windows enumeration)
These tools are intended for educational and authorized red team use only. Use them responsibly and only on systems you own or have explicit permission to test.
🚫 Unauthorized use of these tools is strictly prohibited.
We welcome community contributions! Feel free to:
- 🆕 Add new tools
- 🐞 Fix bugs
- 📄 Improve documentation
Submit a pull request or open an issue for discussion.
📝 MIT License
Created by dev-eloper-365