Skip to content

Commit b1ca1cc

Browse files
committed
Add back TARGETURI because Exploit::Remote::HttpClient doesn't define one (...)
1 parent 831ba8b commit b1ca1cc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

modules/auxiliary/scanner/http/allegro_rompager_misfortune_cookie.rb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@ def initialize(info = {})
3434
'DisclosureDate' => 'Dec 17 2014',
3535
'License' => MSF_LICENSE
3636
))
37+
38+
register_options(
39+
[
40+
OptString.new('TARGETURI', [true, 'URI to test', '/'])
41+
], Exploit::Remote::HttpClient
42+
)
3743
end
3844

3945
def check_host(_ip)

0 commit comments

Comments
 (0)