Linux (low-priv proof)
Capture proof before doing anything else
hostname && id && ifconfig && cat /home/*/local.txt 2>/dev/null
Linux (root proof)
hostname && id && ifconfig && cat /root/proof.txt
Windows (user proof)
hostname && whoami && ipconfig && type C:\Users\<USER>\Desktop\local.txt
Windows (Administrator/SYSTEM proof)
hostname && whoami && ipconfig && type C:\Users\Administrator\Desktop\proof.txt
Screenshot Checklist
| Item | Command |
|---|---|
| Proof file contents | cat /root/proof.txt or type proof.txt |
| Current user + privileges | id or whoami /all |
| Hostname | hostname |
| IP address | ip a or ipconfig |
| Initial exploitation command | Screenshot your shell coming back |
Documentation Template Per Machine
template
- TARGET
- <IP>
- OS
- <detected>
- OPEN PORTS
- <list>
- INITIAL FOOTHOLD
- <service> via <vuln/method>
- PRIVESC
- <method used>
- PROOF
- <hash or content>
- CREDS FOUND
- <user:pass>
- NOTES
- <anything unusual>