Skip to content

Commit f6c27a4

Browse files
committed
Auxiliary::Web#find_proof: updated doc comments
1 parent 6bd4306 commit f6c27a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/msf/core/auxiliary/web.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ def match_and_log_fingerprint( fingerprint )
133133
# Override it if you need more complex processing, but remember to return
134134
# the proof as a String.
135135
#
136-
# response - Net::HTTPResponse
136+
# response - Auxiliary::Web::HTTP::Response
137137
# element - the submitted element
138138
#
139139
def find_proof( response, element )

0 commit comments

Comments
 (0)