Update netgear_r7000_cgibin_exec.rb
parent
e99ba0ea86
commit
25b3cc685a
|
@ -40,7 +40,8 @@ class MetasploitModule < Msf::Exploit::Remote
|
||||||
'Space' => 1024,
|
'Space' => 1024,
|
||||||
'DisableNops' => true,
|
'DisableNops' => true,
|
||||||
'BadChars' => "\x20"
|
'BadChars' => "\x20"
|
||||||
}
|
},
|
||||||
|
'DefaultOptions' => { 'WfsDelay' => 10}
|
||||||
))
|
))
|
||||||
|
|
||||||
register_options(
|
register_options(
|
||||||
|
@ -97,8 +98,6 @@ class MetasploitModule < Msf::Exploit::Remote
|
||||||
})
|
})
|
||||||
|
|
||||||
print_status('Giving the handler time to run...')
|
print_status('Giving the handler time to run...')
|
||||||
handler
|
|
||||||
|
|
||||||
sleep(10)
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue