OSCP – Enumeration Cheatsheet & Guide
Credits to the authors of all the blogs and everyone who can find their commands below. This blog will concentrate on services you commonly come
Blog on Advance InfoSec Concepts
Credits to the authors of all the blogs and everyone who can find their commands below. This blog will concentrate on services you commonly come
damn vuln …
What is Privilege escalation? Privilege escalation is the act of exploiting a bug, design flaw or configuration oversight in an operating system or software application
Here is a beginner-friendly Windows privilege escalation methodology. This guide assumes you are starting with a very limited shell like a web shell, Netcat reverse
Incorrect permissions in services Find unquoted paths ClearText passwords Pass the hash AlwaysInstallElevated Port Forwarding Vulnerable drivers Kernal Exploits Automated tools Powersploit Metasploit Incognito Rottenpotato
With the advent of new and new technologies, organizations are finding new and creative ways of saving money, value and increasing the profit. In this
Common Vulnerabilities and Exposure MS08-067 (NetAPI) Check the vulnerability with the following nmap script. nmap -Pn -p445 –open –max-hostgroup 3 –script smb-vuln-ms08-067 <ip_netblock> Metasploit modules to exploit MS08-067 NetAPI.
EoP – Kernel Exploitation List of exploits kernel : https://github.com/SecWiki/windows-kernel-exploits #Security Bulletin #KB #Description #Operating System MS17-017 [KB4013081] [GDI Palette Objects Local Privilege Escalation] (windows 7/8) CVE-2017-8464 [LNK Remote Code Execution Vulnerability] (windows
Windows Version and Configuration systeminfo | findstr /B /C:”OS Name” /C:”OS Version” Extract patchs and updates wmic qfe Architecture wmic os get osarchitecture || echo
Tools : – Here is a list of most comman tools that are used by various pentester to enumrate and exploit the windows vulnerabilites .