We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59f40d7 commit 2e8e350Copy full SHA for 2e8e350
plugins/http_requests.rb renamed to plugins/httpr.rb
@@ -13,12 +13,12 @@ def name
13
14
def commands
15
{
16
- 'http_request' => 'Make an HTTP request'
+ 'httpr' => 'Make an HTTP request'
17
}
18
end
19
20
def parse_args(args)
21
- help_line = 'Usage: http_request [options] uri'
+ help_line = 'Usage: httpr [options] uri'
22
opt_parser = Rex::Parser::Arguments.new(
23
'-0' => [ false, 'Use HTTP 1.0' ],
24
'-1' => [ false, 'Use TLSv1 (SSL)' ],
@@ -118,7 +118,7 @@ def output_line(opts, line)
118
119
120
121
- def cmd_http_request(*args)
+ def cmd_httpr(*args)
122
opts = parse_args(args)
123
return unless opts
124
0 commit comments