Correct comment

GSoC/Meterpreter_Web_Console
Jon Hart 2018-03-06 18:16:22 -08:00
parent 1e04fa009f
commit a69c2e29d2
No known key found for this signature in database
GPG Key ID: 2FA9F0A3AFA8E9D3
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ class MetasploitModule < Msf::Auxiliary
end
def scanner_process(data, shost, sport)
# Check the response data for a "STAT" repsonse
# Check the response data for a "VERSION" repsonse
if /VERSION (?<version>[\d\.]+)\r\n/ =~ data
print_good("#{shost}:#{sport}/udp memcached version #{version}")
report_service(