File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
lib/msf/core/exploit/http Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -446,8 +446,8 @@ def proxies
446
446
# service.info field to represent the HTTP Server header.
447
447
#
448
448
# Options:
449
- # :uri an HTTP URI to request in order to generate a fingerprint
450
- # :method an HTTP method to use in the fingerprint request
449
+ # @option opts [String] :uri An HTTP URI to request in order to generate a fingerprint
450
+ # @option opts [String] :method An HTTP method to use in the fingerprint request
451
451
#
452
452
def lookup_http_fingerprints ( opts = { } )
453
453
uri = opts [ :uri ] || '/'
@@ -457,7 +457,7 @@ def lookup_http_fingerprints(opts={})
457
457
return fprints unless framework . db . active
458
458
459
459
::ActiveRecord ::Base . connection_pool . with_connection {
460
- wspace = datastore [ 'WORKSPACE' ] ?
460
+ wspace = datastore [ 'WORKSPACE' ] ?
461
461
framework . db . find_workspace ( datastore [ 'WORKSPACE' ] ) : framework . db . workspace
462
462
463
463
service = framework . db . get_service ( wspace , rhost , 'tcp' , rport )
You can’t perform that action at this time.
0 commit comments