2 matches found
slowloris
slowloris.py - 简单的 Python slowloris 什么是 Slowloris? Slowloris 基本上是一种影响多线程服务器的 HTTP 拒绝服务攻击。它的工作原理如下: 1. 我们开始发起大量 HTTP 请求。 2. 我们定期(每约 15 秒)发送头部信息,以保持连接处于打开状态。 3. 除非服务器主动关闭,否则我们从不关闭连接。如果服务器关闭了一个连接,我们就创建一个新连接并继续做同样的事情。 这会耗尽服务器的线程池,导致服务器无法响应其他用户。 引用 如果你觉得这个作品有用,请按以下方式引用它 root@kitploit:...
6AI score
SaveExploits0References1
FastGPT 资源管理错误漏洞
FastGPT is an open-source knowledge base question-answering system based on large language models developed by Labring. Versions of FastGPT 4.14.13 and earlier contain a resource management vulnerability. This vulnerability stems from insufficient resource isolation in the code-sandbox component,...
6.3CVSS5.8AI score0.00268EPSS
SaveExploits0References2
20