Skip to content

Commit 25b3cc6

Browse files
authored
Update netgear_r7000_cgibin_exec.rb
1 parent e99ba0e commit 25b3cc6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

modules/exploits/linux/http/netgear_r7000_cgibin_exec.rb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ def initialize(info = {})
4040
'Space' => 1024,
4141
'DisableNops' => true,
4242
'BadChars' => "\x20"
43-
}
43+
},
44+
'DefaultOptions' => { 'WfsDelay' => 10}
4445
))
4546

4647
register_options(
@@ -97,8 +98,6 @@ def exploit
9798
})
9899

99100
print_status('Giving the handler time to run...')
100-
handler
101101

102-
sleep(10)
103102
end
104103
end

0 commit comments

Comments
 (0)