Remove trailing comma
parent
0b41d0f77d
commit
df85e4f586
|
@ -70,7 +70,7 @@ class Metasploit3 < Msf::Auxiliary
|
||||||
:port => port,
|
:port => port,
|
||||||
:disable_agent => true,
|
:disable_agent => true,
|
||||||
:password => pass,
|
:password => pass,
|
||||||
:config => false,
|
:config => false
|
||||||
}
|
}
|
||||||
|
|
||||||
opt_hash.merge!(:verbose => :debug) if datastore['SSH_DEBUG']
|
opt_hash.merge!(:verbose => :debug) if datastore['SSH_DEBUG']
|
||||||
|
|
Loading…
Reference in New Issue