Add support for the session GUID in the UI

The Session GUID will identify active sessions, and is the beginning of
work that will allow for tracking of sessions that have come back alive
after failing or switching transports.
This commit is contained in:
OJ
2017-06-05 20:20:42 +10:00
parent 8c35e54934
commit 37b9cd07a2
28 changed files with 389 additions and 240 deletions
@@ -38,7 +38,8 @@ module MetasploitModule
url: generate_callback_url(opts),
http_user_agent: opts[:user_agent],
http_proxy_host: opts[:proxy_host],
http_proxy_port: opts[:proxy_port]
http_proxy_port: opts[:proxy_port],
stageless: true
})
py_create_exec_stub(met)