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 2c12a43 commit 3c42fe5Copy full SHA for 3c42fe5
lib/msf/core/exploit/http/server.rb
@@ -220,8 +220,8 @@ def hardcoded_uripath(uri)
220
on_request_uri(cli, req)
221
end
222
223
+ vprint_status("Adding hardcoded uri #{uri}")
224
begin
- vprint_status("Adding hardcoded uri #{uri}")
225
add_resource({'Path' => uri, 'Proc' => proc})
226
rescue RuntimeError => e
227
print_error("This module requires a hardcoded uri at #{uri}. Can't run while other modules are using it.")
0 commit comments