diff --git a/modules/auxiliary/scanner/http/simple_webserver_traversal.rb b/modules/auxiliary/scanner/http/simple_webserver_traversal.rb index 6988c85e76..d98e6f38fe 100644 --- a/modules/auxiliary/scanner/http/simple_webserver_traversal.rb +++ b/modules/auxiliary/scanner/http/simple_webserver_traversal.rb @@ -122,22 +122,3 @@ class Metasploit3 < Msf::Auxiliary end end -=begin -Vulnerable: -< HTTP/1.1 200 Ok -< Server: PMSoftware-SWS/2.3 -< Date: Thu, 07 Feb 2013 16:34:6 GMT -< Accept-Ranges: bytes -< Content-type: text/html -< Content-Length: 1550 - -Not vulnerable: - -< HTTP/1.1 200 Ok -< Server: PMSoftware-SWS/2.3 -< Date: Thu, 07 Feb 2013 16:39:53 GMT -< Accept-Ranges: bytes -< Content-type: text/html -< Content-Length: 1550 - -=end \ No newline at end of file