Skip to content

Commit 30e7a35

Browse files
committed
Add the possibility to target non-default path
1 parent bb0e64e commit 30e7a35

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

modules/exploits/unix/webapp/vbulletin_unserialize.rb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ def initialize(info = {})
3333
'Targets' => [['vBulletin 5.1.2', {}]],
3434
'DisclosureDate' => 'Nov 4 2015',
3535
'DefaultTarget' => 0))
36+
37+
register_options(
38+
[
39+
OptString.new('TARGETURI', [ true, "The base path to the web application", "/"])
40+
], self.class)
3641
end
3742

3843
def check

0 commit comments

Comments
 (0)