You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
there is no such type of dictionary available.
What i actually want to do is match the 'uuid' (as given by exploit.execute()) with the 'exploit uuid' with any of the available sessions from sessions list client.sessions.list
I want to get the exploit uuid which in case of exploit.execute is following:
but when running with output, that is
(client.consoles.console(cid).run_module_with_output(exploit, payload='cmd/unix/interact'))
there is no such type of dictionary available.
What i actually want to do is match the 'uuid' (as given by
exploit.execute()
) with the 'exploit uuid' with any of the available sessions from sessions listclient.sessions.list
for example: in case of
exploit.execute()
:the 'uuid' of
exploit.execute()
and 'exploit_uuid' of session:1 fromclient.sessions.list
matches.That is what i want to do with
(client.consoles.console(cid).run_module_with_output(exploit, payload='cmd/unix/interact'))
The text was updated successfully, but these errors were encountered: