# Cheatsheets

# Quick Checklist

### Personal Checklist

- \[ \] Enumeration 
    - \[ \] nmap
    - \[ \] autorecon 
        - \[ \] HTTP/S? 
            - \[ \] gobuster/dirbuster
            - \[ \] nikto
            - \[ \] wpscan
        - \[ \] User - Privesc 
            - \[ \] id 
                - \[ \] lxd
            - \[ \] sudo -l 
                - \[ \] gtfobins
            - \[ \] [linpeas.sh](https://github.com/carlospolop/PEASS-ng)
                - \[ \] SUID/GUID - gtfobins
            - \[ \] [linenum.sh](http://linenum.sh)
                - \[ \] SUID/GUID - gtfobins
            - \[ \] cronjobs
        - \[ \] Root 
            - \[ \] Profit!

**Markdown version**

```markdown
# Checklist

- [ ] Enumeration
	- [ ] nmap
	- [ ] autorecon
		- [ ] HTTP/S?
			- [ ] gobuster/dirbuster
			- [ ] nikto
			- [ ] wpscan
- [ ] User - Privesc
	- [ ] id
		- [ ] lxd
	- [ ] sudo -l
		- [ ] gtfobins
	- [ ] [linpeas.sh](<https://github.com/carlospolop/PEASS-ng>)
		- [ ] SUID/GUID - gtfobins
	- [ ] linenum.sh
		- [ ] SUID/GUID - gtfobins
	- [ ] cronjobs
- [ ] Root
	- [ ] Profit!

```