parent
77942f0d29
commit
92752de651
|
@ -42,7 +42,7 @@ class Metasploit3 < Msf::Auxiliary
|
||||||
'version' => '1.1',
|
'version' => '1.1',
|
||||||
}, 5)
|
}, 5)
|
||||||
|
|
||||||
if ( res.body =~ /SERVICE_NAME=/ )
|
if res and res.body =~ /SERVICE_NAME=/
|
||||||
select(nil,nil,nil,2)
|
select(nil,nil,nil,2)
|
||||||
sid = res.body.scan(/SERVICE_NAME=([^\)]+)/)
|
sid = res.body.scan(/SERVICE_NAME=([^\)]+)/)
|
||||||
report_note(
|
report_note(
|
||||||
|
|
Loading…
Reference in New Issue