use session_host instead
parent
8534f7948a
commit
d1d45059f2
|
@ -32,7 +32,7 @@ class Metasploit3 < Msf::Post
|
|||
end
|
||||
|
||||
def rhost
|
||||
session.sock.peerhost
|
||||
session.session_host
|
||||
end
|
||||
|
||||
def get_report(api_key, checksum)
|
||||
|
|
Loading…
Reference in New Issue