Skip to content

Commit

Permalink
Add hex-noslashes to Rex::Proto::Http::Client
Browse files Browse the repository at this point in the history
  • Loading branch information
wvu committed Mar 10, 2020
1 parent a542ce0 commit 09b1fdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rex/proto/http/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def initialize(host, port = 80, context = {}, ssl = nil, ssl_version = nil, prox

# XXX: This info should all be controlled by ClientRequest
self.config_types = {
'uri_encode_mode' => ['hex-normal', 'hex-all', 'hex-random', 'u-normal', 'u-random', 'u-all'],
'uri_encode_mode' => ['hex-normal', 'hex-all', 'hex-random', 'hex-noslashes', 'u-normal', 'u-random', 'u-all'],
'uri_encode_count' => 'integer',
'uri_full_url' => 'bool',
'pad_method_uri_count' => 'integer',
Expand Down

0 comments on commit 09b1fdd

Please sign in to comment.