Created
February 27, 2016 15:05
-
-
Save carnal0wnage/cbe3a4ab1c78d7fbe096 to your computer and use it in GitHub Desktop.
snippet for blog post
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
msf > sessions -h | |
Usage: sessions [options] | |
Active session manipulation and interaction. | |
OPTIONS: | |
-K Terminate all sessions | |
-c <opt> Run a command on the session given with -i, or all | |
-h Help banner | |
-i <opt> Interact with the supplied session ID | |
-k <opt> Terminate sessions by session ID and/or range | |
-l List all active sessions | |
-q Quiet mode | |
-r Reset the ring buffer for the session given with -i, or all | |
-s <opt> Run a script on the session given with -i, or all | |
-t <opt> Set a response timeout (default: 15) | |
-u <opt> Upgrade a shell to a meterpreter session on many platforms | |
-v List verbose fields |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment