├── Binaries ├── README.md └── nmap ├── BoF └── bof1.py ├── Cheatsheets └── Filetransfer.md ├── Exploits ├── Samba │ └── CVE_2007-2447.md └── Windows │ ├── MS11-046.exe │ └── README.md ├── Privilege-Escalation ├── LXD.md └── Snap.md ├── README.md ├── Reverse-Shells ├── ReverseShell-Cheatsheet.md ├── nc.exe ├── nc64.exe ├── php-reverse-shell.php ├── powercat.ps1 ├── socat └── whoami.exe ├── kali.sh ├── parrot_home.sh └── wordlists └── gobuster ├── Gobuster-Apache-User-Enum.txt ├── Gobuster-Dir-Big.txt ├── Gobuster-Dir-Medium.txt ├── Gobuster-Dir-Small.txt ├── README.md └── directory_big_kali_version.txt /Binaries/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nop-tech/Pentesting/HEAD/Binaries/README.md -------------------------------------------------------------------------------- /Binaries/nmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nop-tech/Pentesting/HEAD/Binaries/nmap -------------------------------------------------------------------------------- /BoF/bof1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nop-tech/Pentesting/HEAD/BoF/bof1.py -------------------------------------------------------------------------------- /Cheatsheets/Filetransfer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nop-tech/Pentesting/HEAD/Cheatsheets/Filetransfer.md -------------------------------------------------------------------------------- /Exploits/Samba/CVE_2007-2447.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nop-tech/Pentesting/HEAD/Exploits/Samba/CVE_2007-2447.md -------------------------------------------------------------------------------- /Exploits/Windows/MS11-046.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nop-tech/Pentesting/HEAD/Exploits/Windows/MS11-046.exe -------------------------------------------------------------------------------- /Exploits/Windows/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nop-tech/Pentesting/HEAD/Exploits/Windows/README.md -------------------------------------------------------------------------------- /Privilege-Escalation/LXD.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nop-tech/Pentesting/HEAD/Privilege-Escalation/LXD.md -------------------------------------------------------------------------------- /Privilege-Escalation/Snap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nop-tech/Pentesting/HEAD/Privilege-Escalation/Snap.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nop-tech/Pentesting/HEAD/README.md -------------------------------------------------------------------------------- /Reverse-Shells/ReverseShell-Cheatsheet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nop-tech/Pentesting/HEAD/Reverse-Shells/ReverseShell-Cheatsheet.md -------------------------------------------------------------------------------- /Reverse-Shells/nc.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nop-tech/Pentesting/HEAD/Reverse-Shells/nc.exe -------------------------------------------------------------------------------- /Reverse-Shells/nc64.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nop-tech/Pentesting/HEAD/Reverse-Shells/nc64.exe -------------------------------------------------------------------------------- /Reverse-Shells/php-reverse-shell.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nop-tech/Pentesting/HEAD/Reverse-Shells/php-reverse-shell.php -------------------------------------------------------------------------------- /Reverse-Shells/powercat.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nop-tech/Pentesting/HEAD/Reverse-Shells/powercat.ps1 -------------------------------------------------------------------------------- /Reverse-Shells/socat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nop-tech/Pentesting/HEAD/Reverse-Shells/socat -------------------------------------------------------------------------------- /Reverse-Shells/whoami.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nop-tech/Pentesting/HEAD/Reverse-Shells/whoami.exe -------------------------------------------------------------------------------- /kali.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nop-tech/Pentesting/HEAD/kali.sh -------------------------------------------------------------------------------- /parrot_home.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nop-tech/Pentesting/HEAD/parrot_home.sh -------------------------------------------------------------------------------- /wordlists/gobuster/Gobuster-Apache-User-Enum.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nop-tech/Pentesting/HEAD/wordlists/gobuster/Gobuster-Apache-User-Enum.txt -------------------------------------------------------------------------------- /wordlists/gobuster/Gobuster-Dir-Big.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nop-tech/Pentesting/HEAD/wordlists/gobuster/Gobuster-Dir-Big.txt -------------------------------------------------------------------------------- /wordlists/gobuster/Gobuster-Dir-Medium.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nop-tech/Pentesting/HEAD/wordlists/gobuster/Gobuster-Dir-Medium.txt -------------------------------------------------------------------------------- /wordlists/gobuster/Gobuster-Dir-Small.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nop-tech/Pentesting/HEAD/wordlists/gobuster/Gobuster-Dir-Small.txt -------------------------------------------------------------------------------- /wordlists/gobuster/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nop-tech/Pentesting/HEAD/wordlists/gobuster/README.md -------------------------------------------------------------------------------- /wordlists/gobuster/directory_big_kali_version.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nop-tech/Pentesting/HEAD/wordlists/gobuster/directory_big_kali_version.txt --------------------------------------------------------------------------------