Collection
Last updated
Was this helpful?
Last updated
Was this helpful?
• /bin - basic programs (ls, cd, cat, etc.) • /sbin - system programs (fdisk, mkfs, sysctl, etc) • /etc - configuration files • /tmp - temporary files (typically deleted on boot) • /usr/bin - applications (apt, ncat, nmap, etc.) • /usr/share - application support and data files
Understand the machines role in the network and what you might find. As to what you want to gather. //Search modules meterpreter> run post/windows/gather <tab> Modules to run: enum_applications //then check for those apps in the enumeration scripts. Also we may note the verson and check them against public exploits credential_collector //hashes can come in handy and we can run these against other machines sometimes enum_shares enum_chrome MSF enum scripts(win): scraper winenum Search for files: meterpreter> search -f *.kdbx -r -d . Take a screenshot: meterpreter> screenshot Keylogging: //find this in notes somewhere Networking: > ipconfig /all //See if it gives us any nic/ip ranges that are new. > arp > route > netstat -ano //show active connections Services running: > wmic /? > wmic service /? > wmic service get /? > wmic service get caption,started > wmic service where started=true get caption Web Browser passwords: Windows post exploitation command list: Linux post exploitation command list: OSX post exploitation command list: MSF post exploitation command list: Post exploitation wiki: