-
Notifications
You must be signed in to change notification settings - Fork 14.7k
Description
Sessions are currently identifiable by ip, machine name and user context when viewed from the sessions list. It'd be fantastic to have the ability to add some kind of label to the session to make it more identifiable. For example. if I pop SYSTEM on a CFO's desktop, I don't have the ability to know that it's the CFO's desktop from looking at the session list. I'd like to be able to do something like this:
meterpreter> sessions -i 3 -label CFO-DESKTOP
Then when I run sessions -x I can see the label that I have applied. It'd be nice to also be able to switch sessions based on this tag as well (using sessions CFO-DESKTOP for example).
Thoughts on this? I'm happy to implement it myself. If people would see this as useful, would it require storing in the DB metadata alongside the rest of the session information?