https://github.com/revanmalang/redteaming_cheatsheet
RedTeaming_CheatSheet
https://github.com/revanmalang/redteaming_cheatsheet
hack hacking penetration-testing pentest pentesting redteam
Last synced: over 1 year ago
JSON representation
RedTeaming_CheatSheet
- Host: GitHub
- URL: https://github.com/revanmalang/redteaming_cheatsheet
- Owner: revanmalang
- License: mit
- Created: 2022-11-28T00:04:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-28T00:05:37.000Z (over 3 years ago)
- Last Synced: 2025-01-25T11:09:07.936Z (over 1 year ago)
- Topics: hack, hacking, penetration-testing, pentest, pentesting, redteam
- Language: Python
- Homepage:
- Size: 153 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# RedTeaming_CheatSheet
Pentesting / RedTeaming cheatsheet with all the commands and techniques I learned during my learning journey. Will keep it up to date. If you have any recommendations for courses or links or have any questions feel free to dm me on discord. 0xjs#9027
## Index
* [General](#General)
* [Payloads](payloads.md)
* [Open Source Intelligence](OSINT.md)
* [Python Dependancies](python_dependancies.md)
* [Infrastructure](infrastructure/readme.md)
* [Buffer overflow](infrastructure/bufferoverflow.md)
* [Enumeration](infrastructure/enumeration.md)
* [Exploitation](infrastructure/exploitation.md)
* [Privilege Escalation Windows](infrastructure/privesc_windows.md)
* [Privilege Escalation Linux](infrastructure/privesc_linux.md)
* [Post Exploitation](infrastructure/post_exploitation.md)
* [Windows AD](windows-ad/readme.md)
* [Local privilege escalation](windows-ad/Local-Privilege-Escalation.md)
* [Domain Enumeration](windows-ad/Domain-Enumeration.md)
* [Lateral Movement](windows-ad/Lateral-Movement.md)
* [Powershell Evasion](windows-ad/PowerShell-Evasion.md)
* [Domain privilege escalation](windows-ad/Domain-Privilege-Escalation.md)
* [Domain Persistence](windows-ad/Domain-Persistence.md)
* [Cloud](cloud/readme.md)
* [Recon \ OSINT](cloud/recon.md)
* [Initial access attacks](cloud/initial-access-attacks.md)
* [Cloud services](cloud/readme.md)
* [Azure](cloud/azure/readme.md)
* [Amazon Web Services](cloud/aws/readme.md)
* [Google Cloud Platform](cloud/gcb/readme.md)
* [C2 Frameworks]()
* [Cobalt Strike](cobalt-strike.md)
* [Covenant](covenant.md)
* [Metasploit](metasploit.md)
# Sources
- Cloud: CARTP from Pentester Academy and breaching the cloud from antisyphon.
- Windows: CRTP, CRTE from Pentester Academy, ECPTX from eLearnSecurity and CRTO from RastaMouse.
- Infra: PNPT and Tiberius privesc courses
- OSINT: PNPT Course