Remove copy/pasta'd funtion that was never called

GSoC/Meterpreter_Web_Console
bwatters 2018-12-11 10:02:36 -06:00
parent f946b6d900
commit ac88c604fd
1 changed files with 0 additions and 6 deletions

View File

@ -92,12 +92,6 @@ class MetasploitModule < Msf::Auxiliary
return data
end
def valid_response?(data)
return false unless !!data
return false unless data =~ /500 'yyparse error': command not understood/
return true
end
def on_client_connect(c)
if action.name == 'STOR'
contents = ""