Linux Privilege Escalation
Manual Checks A list of useful commands to perform manual privilege escalation on Linux operating system. System Information OS info (cat /proc/version || uname -a ) 2>/dev/null cat ...
Manual Checks A list of useful commands to perform manual privilege escalation on Linux operating system. System Information OS info (cat /proc/version || uname -a ) 2>/dev/null cat ...
Git Commands SET UP & INITIALIZATION Check for version git --version Configure your username git config --global user.name “firstname lastname” Configure your email git c...
Scanning & Enumeration NMAP sudo nmap -sV -sC -O -n 10.10.46.240 PORT STATE SERVICE VERSION 22/tcp open ssh OpenSSH 7.2p2 Ubuntu 4ubuntu2.4 (Ubuntu Linux; protocol 2.0) |...