## https://sploitus.com/exploit?id=C8593383-C122-585B-AD9B-1C7DB9600B31
# ๐ฅ Red Team Notes (Pentesting)
This repository contains real-world penetration testing techniques, reverse shells, and privilege escalation methods.
---
## ๐ Sections
### ๐ Privilege Escalation
* Sudo Misconfiguration Exploitation
* Writable Script Abuse
### ๐งจ Reverse Shells
* Netcat FIFO Reverse Shell
* Bash Reverse Shell
* Python Reverse Shell
---
## ๐ง Methodology
1. Enumeration (`sudo -l`, file permissions)
2. Identify misconfigurations
3. Exploit using reverse shell
4. Gain elevated access
---
## ๐ Example Attack Flow
* Found sudo permission:
```
(ALL) NOPASSWD: /usr/bin/perl /home/itguy/backup.pl
```
* Script executed external file
* Modified file with reverse shell
* Got root shell
---
## ๐ฏ Goal
To document practical learning and help others understand real attack paths.
---
## โ ๏ธ Disclaimer
For educational and ethical hacking purposes only.