Delete unnecessary begin..end block
parent
0919f74a3d
commit
64754a5609
|
@ -157,7 +157,6 @@ class Metasploit3 < Msf::Auxiliary
|
|||
username: username,
|
||||
})
|
||||
|
||||
begin
|
||||
host_login_data = {
|
||||
address: host_ipaddress,
|
||||
service_name: type,
|
||||
|
@ -170,7 +169,6 @@ class Metasploit3 < Msf::Auxiliary
|
|||
create_credential_login(host_login_data)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue