Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hypery2k/417da901f2e5990e411595a605903867 to your computer and use it in GitHub Desktop.
Save hypery2k/417da901f2e5990e411595a605903867 to your computer and use it in GitHub Desktop.
meterpreter
meterpreter > help
...
Stdapi: System Commands
=======================
Command Description
------- -----------
execute Execute a command
kill Terminate a process
pgrep Filter processes by name
pkill Terminate processes by name
ps List running processes
reboot Reboots the remote computer
shell Drop into a system command shell
shutdown Shuts down the remote computer
sysinfo Gets information about the remote system, such as OS
Stdapi: User interface Commands
===============================
Command Description
------- -----------
keyscan_dump Dump the keystroke buffer
keyscan_start Start capturing keystrokes
keyscan_stop Stop capturing keystrokes
screenshot Grab a screenshot of the interactive desktop
setdesktop Change the meterpreters current desktop
uictl Control some of the user interface components
Stdapi: Webcam Commands
=======================
Command Description
------- -----------
record_mic Record audio from the default microphone for X seconds
webcam_chat Start a video chat
webcam_list List webcams
webcam_snap Take a snapshot from the specified webcam
webcam_stream Play a video stream from the specified webcam
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment