Added new reference and removed empty line.
parent
d9b6e9cc58
commit
7bb4f9479f
|
@ -21,7 +21,8 @@ class Metasploit3 < Msf::Auxiliary
|
||||||
},
|
},
|
||||||
'References' =>
|
'References' =>
|
||||||
[
|
[
|
||||||
['WPVDB', '8107']
|
['WPVDB', '8107'],
|
||||||
|
['URL', 'https://packetstormsecurity.com/files/132750/']
|
||||||
],
|
],
|
||||||
'Author' =>
|
'Author' =>
|
||||||
[
|
[
|
||||||
|
@ -42,7 +43,6 @@ class Metasploit3 < Msf::Auxiliary
|
||||||
end
|
end
|
||||||
|
|
||||||
def run_host(ip)
|
def run_host(ip)
|
||||||
|
|
||||||
postid = datastore['POSTID']
|
postid = datastore['POSTID']
|
||||||
|
|
||||||
begin
|
begin
|
||||||
|
|
Loading…
Reference in New Issue