-
Notifications
You must be signed in to change notification settings - Fork 7
PrivX Guides
PrivX Guides
http://www.fuzzysecurity.com/tutorials/16.html http://it-ovid.blogspot.com/2012/02/windows-privilege-escalation.html http://pwnwiki.io/#!privesc/windows/index.md https://www.greyhathacker.net/?p=738 https://toshellandback.com/2015/11/24/ms-priv-esc/ https://blog.netspi.com/windows-privilege-escalation-part-1-local-administrator-privileges/
List patch level:
C:\>wmic qfe get Caption,Description,HotFixID,InstalledOn
https://blog.g0tmi1k.com/2011/08/basic-linux-privilege-escalation/ http://resources.infosecinstitute.com/privilege-escalation-linux-live-examples/ http://www.dankalia.com/tutor/01005/0100501004.htm https://github.com/mubix/post-exploitation/wiki/Linux-Post-Exploitation-Command-List
privilege-escalation-awesome-scripts-suite Windows Exploit Dowser Windows Exploit Suggester - Next Generation windows-privesc-check linuxprivchecker unix-privesc-check LinEnum
- Check for kernel(*nix) or OS (windows) exploits.
- CHECK RUNNING SERVICES. What is installed and running on the target? Is there a local exploit available for that service?
- Look for misconfigured file permissions (those checker scripts are great for this). Is there something readable/writiable to me that shouldn't be? For example: should I be able to write to a file owned by user/group root? Probably not. What about scheduled task/cron jobs? Can I use those somehow?
- Lastly, I just look around for any files that maybe have a password in them. Example: SQL/Apache config files. Did someone leave a password I could use here?
_Sidebar
1. Recon
- Ping Sweep: Windows Method
- Ping Sweep: Bash Method
- NetDiscover (ARP Scanning
- Nbtscan
- Ping Sweep: Python Method
- Ping Sweep: PowerShell Method
- Ping Sweep: Nmap method
- HTTP General Notes
- Cross-Site Scripting (XSS)
- SQL Injection (SQLi)
- Deserialization
- Directory Fuzzing
- IDOR Testing
- Intigriti Bug Bounty Tips
- Out of band exploitation
- Server-Side Template Injection (SSTI) Help
- Subdomain Enumeration
- WebFOCUS
- XXE Cheatsheet
- C2 Frameworks
- BloodHound
- Powershell Empire Quick Start Cheatsheet
- Pivoting/Tunneling
- Impacket
- Rubeus
- Mimikatz
- Identifying Hash Types
-
Dumping Hashes
-
- Cracking Hashes Offline
-
- Cracking Hashes Online
-
- Metasploit Meterpreter Migrate Process
- VMWare Port Forwarding
- Veil Simple Usage
- SSH: Generate OpenSSL RSA Key Pair from the Command Line
- Skipfish
- sed & awk: set root password in etc/shadow
- Search for ssh key quickly
- Python Proxy to Burp
- Python Convert .py to .exe
- PuttySCP Commands
- Powershell tidbits
- Password List - Generate quick list
- OS Enumeration - Ping
- Kerberos: Get KDC name and DNS name
- Impacket Scripts Error
- Gcc Compile Windows Executable in Linux
- Find Command: Filter out permission denied errors
- Excel Injection
- Digitally Sign Files (PowerShell Example)
- CSRF Tokens as Cookie Note
- Clear bash
- Burp Intruder Match/Replace
- Apache headers Test
- Windows Trial VMs
- Subdomain Brute Force
- Spawning TTY Shell
- Reserve Shell Cheat Sheet
- Pass-the-Hash
- Common Meterpreter Commands
- gcc & wine
- File Transfers
- Enable RDP - Windows
- DNS Reverse Lookup Brute Force
- Adding Users