Skip to content

Commit 949a4c7

Browse files
committed
Update joomla_contenthistory_sqli.rb
1 parent 07d549d commit 949a4c7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

modules/auxiliary/gather/joomla_contenthistory_sqli.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ def initialize(info = {})
3333

3434
register_options(
3535
[
36-
OptString.new("TARGETURI", [true, 'The relative URI of the Joomla instance', '/']),
37-
OptString.new('ACTION', [ true, 'Enumerate session IDs [SESSIONS] or password hashes [HASHES]','HASHES' ] ),
36+
OptString.new("TARGETURI", [true, 'The relative URI of the Joomla instance', '/'])
3837
], self.class)
3938
end
4039

0 commit comments

Comments
 (0)