Do report_auth_info

unstable
sinn3r 2013-01-29 14:19:42 -06:00
parent ca70041f32
commit 77ea5a40f5
1 changed files with 9 additions and 0 deletions

View File

@ -81,6 +81,15 @@ class Metasploit3 < Msf::Post
secret = (found[2] || '').strip
ip = (found[3] || '').strip
report_auth_info({
:host => session.sock.peerhost,
:port => 1723, #PPTP port
:sname => 'pptp',
:user => client,
:pass => secret,
:active => true
})
tbl << [client, server, secret, ip]
end