├── Buffer Overflow ├── Linux.md └── Windows.md ├── Cheatsheets ├── CrossCompilation.txt ├── Enumeration Master Cheatsheet ├── FTP.txt ├── MetasploitPayloads.txt ├── MetasploitPayloadsMaster.txt ├── NSE scripts.txt ├── Restricted Shell.txt ├── ReverseShells.md ├── ShelltoTTY.txt ├── Steganography.txt ├── Windows Priv-Esc │ ├── Insecure File OR Folder Permissions.txt │ ├── Insecure Service Permissions.txt │ ├── Unquoted Service Path.txt │ └── accesschk.txt └── sqlmap.txt ├── Commands ├── Directory listing.md └── Find.md ├── FreePbx-Elastix-VOIPwardialling.txt ├── ImageUpload.txt ├── Kerberoast.md ├── LFI-Linux.txt ├── LFI-windows.txt ├── Password Cracking ├── Hydra.md ├── Johntheripper.md ├── Ncrack.md ├── keepass.md └── zipcrack.md ├── Post-Exploitation ├── FileTransfer.md ├── Powershell_PosttoHTTP.ps1 └── wget.vbs ├── Postgresql ├── Privilege Escalation ├── Linux │ ├── AbusingSUDOrights.txt │ ├── LinuxCommands.txt │ ├── LinuxCommonExploits.txt │ ├── MisconfiguredNFS.txt │ ├── PATHvariable.txt │ ├── PATHvariable2.txt │ ├── SUID&SGID.txt │ └── tcpdumpSU.txt ├── LinuxCommonExploits.txt ├── MisconfiguredNFS.txt ├── OpenSSL Linux capabilities.txt ├── PATHvariable.txt ├── Windows │ ├── Insecure File OR Folder Permissions.txt │ ├── Insecure Service Permissions.txt │ ├── JAWS-readme.md │ ├── JAWS.ps1 │ ├── Unquoted Service Path.txt │ ├── Windows-SAM Dumping.txt │ ├── WindowsPrivEsc.md │ └── accesschk.txt ├── WindowsPrivEsc.md └── tcpdumpSU.txt ├── SQLAuthenticationBypass.txt ├── Shellshock.txt ├── Web App Stuff ├── CRLF Injection.md ├── CSRF.md ├── HTML Injection.md ├── HTTP Parameter Pollution.txt ├── JsonWebtokenAttack.md ├── Open Redirect.md └── XSS.md ├── XXE Injection.txt ├── lsass dump.md ├── reverse-shell-2021031513540875-amd64.dll ├── reverse-shell-2021031513540875-x86.dll ├── sleep-2021031216251121-amd64.dll ├── sleep-2021031216251121-x86.dll ├── sleep-2021031509065793-amd64.dll ├── sleep-2021031509065793-x86.dll ├── sleep-2021031509323566-amd64.dll └── sleep-2021031509323566-x86.dll /Buffer Overflow/Linux.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sukritdua/Pen-Testing/HEAD/Buffer Overflow/Linux.md -------------------------------------------------------------------------------- /Buffer Overflow/Windows.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sukritdua/Pen-Testing/HEAD/Buffer Overflow/Windows.md -------------------------------------------------------------------------------- /Cheatsheets/CrossCompilation.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sukritdua/Pen-Testing/HEAD/Cheatsheets/CrossCompilation.txt -------------------------------------------------------------------------------- /Cheatsheets/Enumeration Master Cheatsheet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sukritdua/Pen-Testing/HEAD/Cheatsheets/Enumeration Master Cheatsheet -------------------------------------------------------------------------------- /Cheatsheets/FTP.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sukritdua/Pen-Testing/HEAD/Cheatsheets/FTP.txt -------------------------------------------------------------------------------- /Cheatsheets/MetasploitPayloads.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sukritdua/Pen-Testing/HEAD/Cheatsheets/MetasploitPayloads.txt -------------------------------------------------------------------------------- /Cheatsheets/MetasploitPayloadsMaster.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sukritdua/Pen-Testing/HEAD/Cheatsheets/MetasploitPayloadsMaster.txt -------------------------------------------------------------------------------- /Cheatsheets/NSE scripts.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sukritdua/Pen-Testing/HEAD/Cheatsheets/NSE scripts.txt -------------------------------------------------------------------------------- /Cheatsheets/Restricted Shell.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sukritdua/Pen-Testing/HEAD/Cheatsheets/Restricted Shell.txt -------------------------------------------------------------------------------- /Cheatsheets/ReverseShells.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sukritdua/Pen-Testing/HEAD/Cheatsheets/ReverseShells.md -------------------------------------------------------------------------------- /Cheatsheets/ShelltoTTY.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sukritdua/Pen-Testing/HEAD/Cheatsheets/ShelltoTTY.txt -------------------------------------------------------------------------------- /Cheatsheets/Steganography.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sukritdua/Pen-Testing/HEAD/Cheatsheets/Steganography.txt -------------------------------------------------------------------------------- /Cheatsheets/Windows Priv-Esc/Insecure File OR Folder Permissions.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sukritdua/Pen-Testing/HEAD/Cheatsheets/Windows Priv-Esc/Insecure File OR Folder Permissions.txt -------------------------------------------------------------------------------- /Cheatsheets/Windows Priv-Esc/Insecure Service Permissions.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sukritdua/Pen-Testing/HEAD/Cheatsheets/Windows Priv-Esc/Insecure Service Permissions.txt -------------------------------------------------------------------------------- /Cheatsheets/Windows Priv-Esc/Unquoted Service Path.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sukritdua/Pen-Testing/HEAD/Cheatsheets/Windows Priv-Esc/Unquoted Service Path.txt -------------------------------------------------------------------------------- /Cheatsheets/Windows Priv-Esc/accesschk.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sukritdua/Pen-Testing/HEAD/Cheatsheets/Windows Priv-Esc/accesschk.txt -------------------------------------------------------------------------------- /Cheatsheets/sqlmap.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sukritdua/Pen-Testing/HEAD/Cheatsheets/sqlmap.txt -------------------------------------------------------------------------------- /Commands/Directory listing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sukritdua/Pen-Testing/HEAD/Commands/Directory listing.md -------------------------------------------------------------------------------- /Commands/Find.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sukritdua/Pen-Testing/HEAD/Commands/Find.md -------------------------------------------------------------------------------- /FreePbx-Elastix-VOIPwardialling.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sukritdua/Pen-Testing/HEAD/FreePbx-Elastix-VOIPwardialling.txt -------------------------------------------------------------------------------- /ImageUpload.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sukritdua/Pen-Testing/HEAD/ImageUpload.txt -------------------------------------------------------------------------------- /Kerberoast.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sukritdua/Pen-Testing/HEAD/Kerberoast.md -------------------------------------------------------------------------------- /LFI-Linux.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sukritdua/Pen-Testing/HEAD/LFI-Linux.txt -------------------------------------------------------------------------------- /LFI-windows.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sukritdua/Pen-Testing/HEAD/LFI-windows.txt -------------------------------------------------------------------------------- /Password Cracking/Hydra.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sukritdua/Pen-Testing/HEAD/Password Cracking/Hydra.md -------------------------------------------------------------------------------- /Password Cracking/Johntheripper.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sukritdua/Pen-Testing/HEAD/Password Cracking/Johntheripper.md -------------------------------------------------------------------------------- /Password Cracking/Ncrack.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sukritdua/Pen-Testing/HEAD/Password Cracking/Ncrack.md -------------------------------------------------------------------------------- /Password Cracking/keepass.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sukritdua/Pen-Testing/HEAD/Password Cracking/keepass.md -------------------------------------------------------------------------------- /Password Cracking/zipcrack.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sukritdua/Pen-Testing/HEAD/Password Cracking/zipcrack.md -------------------------------------------------------------------------------- /Post-Exploitation/FileTransfer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sukritdua/Pen-Testing/HEAD/Post-Exploitation/FileTransfer.md -------------------------------------------------------------------------------- /Post-Exploitation/Powershell_PosttoHTTP.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sukritdua/Pen-Testing/HEAD/Post-Exploitation/Powershell_PosttoHTTP.ps1 -------------------------------------------------------------------------------- /Post-Exploitation/wget.vbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sukritdua/Pen-Testing/HEAD/Post-Exploitation/wget.vbs -------------------------------------------------------------------------------- /Postgresql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sukritdua/Pen-Testing/HEAD/Postgresql -------------------------------------------------------------------------------- /Privilege Escalation/Linux/AbusingSUDOrights.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Privilege Escalation/Linux/LinuxCommands.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sukritdua/Pen-Testing/HEAD/Privilege Escalation/Linux/LinuxCommands.txt -------------------------------------------------------------------------------- /Privilege Escalation/Linux/LinuxCommonExploits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sukritdua/Pen-Testing/HEAD/Privilege Escalation/Linux/LinuxCommonExploits.txt -------------------------------------------------------------------------------- /Privilege Escalation/Linux/MisconfiguredNFS.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sukritdua/Pen-Testing/HEAD/Privilege Escalation/Linux/MisconfiguredNFS.txt -------------------------------------------------------------------------------- /Privilege Escalation/Linux/PATHvariable.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sukritdua/Pen-Testing/HEAD/Privilege Escalation/Linux/PATHvariable.txt -------------------------------------------------------------------------------- /Privilege Escalation/Linux/PATHvariable2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sukritdua/Pen-Testing/HEAD/Privilege Escalation/Linux/PATHvariable2.txt -------------------------------------------------------------------------------- /Privilege Escalation/Linux/SUID&SGID.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Privilege Escalation/Linux/tcpdumpSU.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sukritdua/Pen-Testing/HEAD/Privilege Escalation/Linux/tcpdumpSU.txt -------------------------------------------------------------------------------- /Privilege Escalation/LinuxCommonExploits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sukritdua/Pen-Testing/HEAD/Privilege Escalation/LinuxCommonExploits.txt -------------------------------------------------------------------------------- /Privilege Escalation/MisconfiguredNFS.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sukritdua/Pen-Testing/HEAD/Privilege Escalation/MisconfiguredNFS.txt -------------------------------------------------------------------------------- /Privilege Escalation/OpenSSL Linux capabilities.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sukritdua/Pen-Testing/HEAD/Privilege Escalation/OpenSSL Linux capabilities.txt -------------------------------------------------------------------------------- /Privilege Escalation/PATHvariable.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sukritdua/Pen-Testing/HEAD/Privilege Escalation/PATHvariable.txt -------------------------------------------------------------------------------- /Privilege Escalation/Windows/Insecure File OR Folder Permissions.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sukritdua/Pen-Testing/HEAD/Privilege Escalation/Windows/Insecure File OR Folder Permissions.txt -------------------------------------------------------------------------------- /Privilege Escalation/Windows/Insecure Service Permissions.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sukritdua/Pen-Testing/HEAD/Privilege Escalation/Windows/Insecure Service Permissions.txt -------------------------------------------------------------------------------- /Privilege Escalation/Windows/JAWS-readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sukritdua/Pen-Testing/HEAD/Privilege Escalation/Windows/JAWS-readme.md -------------------------------------------------------------------------------- /Privilege Escalation/Windows/JAWS.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sukritdua/Pen-Testing/HEAD/Privilege Escalation/Windows/JAWS.ps1 -------------------------------------------------------------------------------- /Privilege Escalation/Windows/Unquoted Service Path.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sukritdua/Pen-Testing/HEAD/Privilege Escalation/Windows/Unquoted Service Path.txt -------------------------------------------------------------------------------- /Privilege Escalation/Windows/Windows-SAM Dumping.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sukritdua/Pen-Testing/HEAD/Privilege Escalation/Windows/Windows-SAM Dumping.txt -------------------------------------------------------------------------------- /Privilege Escalation/Windows/WindowsPrivEsc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sukritdua/Pen-Testing/HEAD/Privilege Escalation/Windows/WindowsPrivEsc.md -------------------------------------------------------------------------------- /Privilege Escalation/Windows/accesschk.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sukritdua/Pen-Testing/HEAD/Privilege Escalation/Windows/accesschk.txt -------------------------------------------------------------------------------- /Privilege Escalation/WindowsPrivEsc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sukritdua/Pen-Testing/HEAD/Privilege Escalation/WindowsPrivEsc.md -------------------------------------------------------------------------------- /Privilege Escalation/tcpdumpSU.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sukritdua/Pen-Testing/HEAD/Privilege Escalation/tcpdumpSU.txt -------------------------------------------------------------------------------- /SQLAuthenticationBypass.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sukritdua/Pen-Testing/HEAD/SQLAuthenticationBypass.txt -------------------------------------------------------------------------------- /Shellshock.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sukritdua/Pen-Testing/HEAD/Shellshock.txt -------------------------------------------------------------------------------- /Web App Stuff/CRLF Injection.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sukritdua/Pen-Testing/HEAD/Web App Stuff/CRLF Injection.md -------------------------------------------------------------------------------- /Web App Stuff/CSRF.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sukritdua/Pen-Testing/HEAD/Web App Stuff/CSRF.md -------------------------------------------------------------------------------- /Web App Stuff/HTML Injection.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sukritdua/Pen-Testing/HEAD/Web App Stuff/HTML Injection.md -------------------------------------------------------------------------------- /Web App Stuff/HTTP Parameter Pollution.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sukritdua/Pen-Testing/HEAD/Web App Stuff/HTTP Parameter Pollution.txt -------------------------------------------------------------------------------- /Web App Stuff/JsonWebtokenAttack.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sukritdua/Pen-Testing/HEAD/Web App Stuff/JsonWebtokenAttack.md -------------------------------------------------------------------------------- /Web App Stuff/Open Redirect.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sukritdua/Pen-Testing/HEAD/Web App Stuff/Open Redirect.md -------------------------------------------------------------------------------- /Web App Stuff/XSS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sukritdua/Pen-Testing/HEAD/Web App Stuff/XSS.md -------------------------------------------------------------------------------- /XXE Injection.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sukritdua/Pen-Testing/HEAD/XXE Injection.txt -------------------------------------------------------------------------------- /lsass dump.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sukritdua/Pen-Testing/HEAD/lsass dump.md -------------------------------------------------------------------------------- /reverse-shell-2021031513540875-amd64.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sukritdua/Pen-Testing/HEAD/reverse-shell-2021031513540875-amd64.dll -------------------------------------------------------------------------------- /reverse-shell-2021031513540875-x86.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sukritdua/Pen-Testing/HEAD/reverse-shell-2021031513540875-x86.dll -------------------------------------------------------------------------------- /sleep-2021031216251121-amd64.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sukritdua/Pen-Testing/HEAD/sleep-2021031216251121-amd64.dll -------------------------------------------------------------------------------- /sleep-2021031216251121-x86.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sukritdua/Pen-Testing/HEAD/sleep-2021031216251121-x86.dll -------------------------------------------------------------------------------- /sleep-2021031509065793-amd64.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sukritdua/Pen-Testing/HEAD/sleep-2021031509065793-amd64.dll -------------------------------------------------------------------------------- /sleep-2021031509065793-x86.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sukritdua/Pen-Testing/HEAD/sleep-2021031509065793-x86.dll -------------------------------------------------------------------------------- /sleep-2021031509323566-amd64.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sukritdua/Pen-Testing/HEAD/sleep-2021031509323566-amd64.dll -------------------------------------------------------------------------------- /sleep-2021031509323566-x86.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sukritdua/Pen-Testing/HEAD/sleep-2021031509323566-x86.dll --------------------------------------------------------------------------------