Skip to content

Commit

Permalink
Extra ',' is causing ruby issues
Browse files Browse the repository at this point in the history
  • Loading branch information
nrathaus committed Mar 30, 2024
1 parent 4ecd106 commit 609d356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/exploits/multi/http/apache_couchdb_erlang_rce.rb
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def initialize(info = {})
'Reliability' => [REPEATABLE_SESSION],
'SideEffects' => [IOC_IN_LOGS, ARTIFACTS_ON_DISK]
}
),
)
)

register_options(
Expand Down

0 comments on commit 609d356

Please sign in to comment.