OSCP
-
This is a walk through of what I did to resolve a capstone lab in OSCP, which focuses on abusing unquoted service paths in Windows OS. Required Applications The steps listed are under the presumption that required applications are already…
-
This is a walk through of what I did to resolve a capstone lab in OSCP, which focuses on hijacking DLLs. Required Applications The steps listed are under the presumption that required applications are already installed and are working properly.…
-
This article tackles a Privilege Escalation tool called PowerUp.ps1. It can be downloaded from this location: https://raw.githubusercontent.com/PowerShellMafia/PowerSploit/master/Privesc/PowerUp.ps1 How to Use Steps Downloading to the target machine (Windows): In the target machine, start powershell in ExecutionPolicy Bypass mode: Run PowerUp.ps1 Enumerate…
-
This is a walk through of what I did to resolve a capstone lab in OSCP, which focuses on hijacking binaries for Windows services. Required Applications The steps listed are under the presumption that required applications are already installed and…
-
This is a walk through of what I did to resolve a capstone lab in OSCP, which focuses on automated enumeration using winPEAS and Seatbelt. Required Applications The steps listed are under the presumption that required applications are already installed…
-
This is a walk through of what I did to resolve a capstone lab in OSCP, which focuses on obtaining information and user credentials from PowerShell command history. Required Applications The steps listed are under the presumption that required applications…
-
This is a walk through of what I did to resolve a capstone lab in OSCP, which focuses on finding credentials saved on a file as plain text, which can be leveraged for further escalating privileges in a system. Required…
-
This is a walk through of what I did to resolve a capstone lab in OSCP, which focuses on privilege escalation by leveraging credentials saved in insecure config files. Required Applications The steps listed are under the presumption that required…
-
This is a walk through of what I did to resolve a capstone lab in OSCP, which focuses on the 2nd lab activity about Windows Privilege Escalation. Required Applications The steps listed are under the presumption that required applications are…
-
This is a walk through of what I did to resolve a capstone lab in OSCP, which focuses on Windows Privilege Escalation. Required Applications The steps listed are under the presumption that required applications are already installed and are working…