mormot2 http.sys

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mormot2 http.sys相关的知识,希望对你有一定的参考价值。

鏍囩锛?a href='http://www.mamicode.com/so/1/like' title='like'>like   opera   sig   mat   inf   cti   systems   des   The   

mormot2 http.sys

鍗曞厓鏂囦欢锛歮ormot.net.server.pas

  /// HTTP server using fast http.sys kernel-mode server
  // - The HTTP Server API enables applications to communicate over HTTP without
  // using Microsoft Internet Information Server (IIS). Applications can register
  // to receive HTTP requests for particular URLs, receive HTTP requests, and send
  // HTTP responses. The HTTP Server API includes SSL support so that applications
  // can exchange data over secure HTTP connections without IIS. It is also
  // designed to work with I/O completion ports.
  // - The HTTP Server API is supported on Windows Server 2003 operating systems
  // and on Windows XP with Service Pack 2 (SP2). Be aware that Microsoft IIS 5
  // running on Windows XP with SP2 is not able to share port 80 with other HTTP
  // applications running simultaneously.
  THttpApiServer = class(THttpServerGeneric)

銆€銆€

  /// HTTP & WebSocket server using fast http.sys kernel-mode server
  // - can be used like simple THttpApiServer
  // - when AddUrlWebSocket is called WebSocket support are added
  // in this case WebSocket will receiving the frames in asynchronous
  THttpApiWebSocketServer = class(THttpApiServer)

銆€銆€

以上是关于mormot2 http.sys的主要内容,如果未能解决你的问题,请参考以下文章

mormot2.0新版的路线

HTTP.sys 远程执行代码验证工具

http.sys远程代码执行漏洞(MS15-034)

MS15-034漏洞复现HTTP.SYS远程代码执行漏洞

使用http.sys,让delphi 的多层服务真的飞起来

记录一个等保二的项目的漏洞处理