Guest User

Untitled

a guest
Feb 26th, 2013
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.24 KB | None | 0 0
  1. meterpreter > help
  2.  
  3. Core Commands
  4. =============
  5.  
  6. Command Description
  7. ------- -----------
  8. ? Help menu
  9. background Backgrounds the current session
  10. bgkill Kills a background meterpreter script
  11. bglist Lists running background scripts
  12. bgrun Executes a meterpreter script as a background thread
  13. channel Displays information about active channels
  14. close Closes a channel
  15. disable_unicode_encoding Disables encoding of unicode strings
  16. enable_unicode_encoding Enables encoding of unicode strings
  17. exit Terminate the meterpreter session
  18. help Help menu
  19. info Displays information about a Post module
  20. interact Interacts with a channel
  21. irb Drop into irb scripting mode
  22. load Load one or more meterpreter extensions
  23. quit Terminate the meterpreter session
  24. read Reads data from a channel
  25. resource Run the commands stored in a file
  26. run Executes a meterpreter script or Post module
  27. use Deprecated alias for 'load'
  28. write Writes data to a channel
  29.  
  30.  
  31. Stdapi: File system Commands
  32. ============================
  33.  
  34. Command Description
  35. ------- -----------
  36. cat Read the contents of a file to the screen
  37. cd Change directory
  38. download Download a file or directory
  39. edit Edit a file
  40. getlwd Print local working directory
  41. getwd Print working directory
  42. lcd Change local working directory
  43. lpwd Print local working directory
  44. ls List files
  45. mkdir Make directory
  46. pwd Print working directory
  47. rm Delete the specified file
  48. rmdir Remove directory
  49. search Search for files
  50. upload Upload a file or directory
  51.  
  52.  
  53. Stdapi: Networking Commands
  54. ===========================
  55.  
  56. Command Description
  57. ------- -----------
  58. ifconfig Display interfaces
  59. ipconfig Display interfaces
  60. portfwd Forward a local port to a remote service
  61. route View and modify the routing table
  62.  
  63.  
  64. Stdapi: System Commands
  65. =======================
  66.  
  67. Command Description
  68. ------- -----------
  69. execute Execute a command
  70. getuid Get the user that the server is running as
  71. ps List running processes
  72. shell Drop into a system command shell
  73. sysinfo Gets information about the remote system, such as OS
  74.  
  75.  
  76. Stdapi: User interface Commands
  77. ===============================
  78.  
  79. Command Description
  80. ------- -----------
  81. screenshot Grab a screenshot of the interactive desktop
  82.  
  83.  
  84. Stdapi: Webcam Commands
  85. =======================
  86.  
  87. Command Description
  88. ------- -----------
  89. record_mic Record audio from the default microphone for X seconds
Add Comment
Please, Sign In to add comment