Skip to content

dev-eloper-365/RedTeamTools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🛡️ RedTeamTools

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.


🧭 Overview

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.


📁 Repository structure

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

🛠️ Tools

🐧 Linux

🔑 keylogger.py

A basic Python keylogger script using pynput. Logs keystrokes to a file.

🖥️ Usage:

python3 keylogger.py

Keylogger Preview


🔄 revshellgen.py

Generates bash reverse shell payloads with user-defined IP and port.

⚙️ Usage:

python3 revshellgen.py

Shell Icon


🪟 Windows

🧾 win_enum.ps1

A PowerShell script for basic Windows host enumeration:

  • User information
  • Running processes
  • AV detection
  • Installed patches

💻 Usage:

.\win_enum.ps1

PowerShell Icon


📦 Prerequisites

  • 🐍 Python 3.6+
  • 📦 pynput module for keylogger → pip install pynput
  • 🪟 PowerShell (for Windows enumeration)

⚠️ Disclaimer

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.


🤝 Contributing

We welcome community contributions! Feel free to:

  • 🆕 Add new tools
  • 🐞 Fix bugs
  • 📄 Improve documentation

Submit a pull request or open an issue for discussion.


📜 License

📝 MIT License


👨‍💻 Author

Created by dev-eloper-365

GitHub Logo

About

Red Teaming nukes

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors