Skip to content

Instantly share code, notes, and snippets.

@bigsnarfdude
Created September 23, 2014 05:52
Show Gist options
  • Save bigsnarfdude/206d7c32009f48914e27 to your computer and use it in GitHub Desktop.
Save bigsnarfdude/206d7c32009f48914e27 to your computer and use it in GitHub Desktop.
windows forensics
cmd.exe /c set >> CCSAuditDec2010.txt
arp -a >> CCSAuditDec2010.txt
netstat -ns >> CCSAuditDec2010.txt
net accounts >> CCSAuditDec2010.txt
gpresult /V >> CCSAuditDec2010.txt
netstat -ano >> CCSAuditDec2010.txt
tasklist -svc >> CCSAuditDec2010.txt
netstat -ab >> CCSAuditDec2010.txt
route print >> CCSAuditDec2010.txt
ipconfig /all >> CCSAuditDec2010.txt
ipconfig /displaydns >> CCSAuditDec2010.txt
netsh firewall show config >> CCSAuditDec2010.txt
net accounts >> CCSAuditDec2010.txt
net group >> CCSAuditDec2010.txt
net group administrators >> CCSAuditDec2010.txt
net localgroup >> CCSAuditDec2010.txt
net localgroup administrators >> CCSAuditDec2010.txt
net session >> CCSAuditDec2010.txt
net share >> CCSAuditDec2010.txt
net user >> CCSAuditDec2010.txt
net view >> CCSAuditDec2010.txt
net view domain >> CCSAuditDec2010.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment