use session_host instead

bug/bundler_fix
sinn3r 2014-01-10 18:27:03 -06:00
parent 8534f7948a
commit d1d45059f2
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ class Metasploit3 < Msf::Post
end
def rhost
session.sock.peerhost
session.session_host
end
def get_report(api_key, checksum)