Lucene search
+L

1100 matches found

Packet Storm
Packet Storm
added 2004/10/26 12:00 a.m.22 views

iis.pl.txt

This is a multi-part message in MIME format. ------=NextPart000001D01C4B563.F871BDD0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable http://icis.digitalparadox.org/dcrab/iis.pl=20 !/usr/bin/perl -w use IO::Socket; print "\n\n"; print "IIS 5 Null Printer...

7.4AI score
SaveExploits0
Exploit DB
Exploit DB
added 2004/10/20 12:00 a.m.123 views

Microsoft IIS - WebDAV XML Denial of Service (MS04-030)

!/usr/bin/perl IIS BlowOut POC exploit for MS04-030. Found by Amit Klein. incognitoergo yahoo com usage: perl ms04-030spl.pl host port use IO::Socket; $port = @ARGV1; $host = @ARGV0; $socket = IO::Socket::INET-newPeerAddr = $host,PeerPort = $port,Proto = "TCP"; for $count=1;...

5CVSS5.8AI score0.87908EPSS
SaveExploits1
zdt
zdt
added 2004/10/20 12:00 a.m.20 views

MS Windows IIS WebDAV XML Denial of Service Exploit (MS04-030)

Exploit for unknown platform in category dos / poc ============================================================== MS Windows IIS WebDAV XML Denial of Service Exploit MS04-030 ============================================================== !/usr/bin/perl IIS BlowOut POC exploit for MS04-030. Found ...

7AI score
SaveExploits0
exploitpack
exploitpack
added 2004/10/20 12:00 a.m.15 views

Microsoft IIS - WebDAV XML Denial of Service (MS04-030)

Microsoft IIS - WebDAV XML Denial of Service MS04-030 !/usr/bin/perl IIS BlowOut POC exploit for MS04-030. Found by Amit Klein. incognitoergo yahoo com usage: perl ms04-030spl.pl host port use IO::Socket; $port = @ARGV1; $host = @ARGV0; $socket = IO::Socket::INET-newPeerAddr = $host,PeerPort =...

7.4AI score
SaveExploits0
exploitpack
exploitpack
added 2004/09/16 12:00 a.m.24 views

htpasswd Apache 1.3.31 - Local Overflow

htpasswd Apache 1.3.31 - Local Overflow !/usr/bin/perl Proof Of Concept exploit for htpasswd of Apache. Read the advisory for more information. - Luiz Fernando Camargo - foxtrotatflowsecurity.org $shellcode = "\x31\xdb\x6a\x17\x58\xcd\x80\x31\xc0\x50\x68\x2f\x2f\x73\x68"...

0.2AI score
SaveExploits0
Packet Storm
Packet Storm
added 2004/09/10 12:00 a.m.22 views

phpSQLnuke.pl

XSS/SQL Injection PHP-Nuke Delete Messages Bug by bima Php-Nuke is a popular freeware content management system. Based on information at : http://www.mantralab.org/modules.php/modulo/news/lanotizia/%5BXSS%5D+PHP-Nuke+7.4+Add+Message+Bug An attacker permitted to post to global home-page messages. ...

7.4AI score
SaveExploits0
securityvulns
securityvulns
added 2004/09/09 12:00 a.m.41 views

[XSS]/SQL Injection PHP-Nuke Delete Message(s) Bug

XSS/SQL Injection PHP-Nuke Delete Messages Bug by bima Php-Nuke is a popular freeware content management system. Based on information at : http://www.mantralab.org/modules.php/modulo/news/lanotizia/5BXSS5D+PHP-Nuke+7.4+Add+Message+Bug An attacker permitted to post to global home-page messages. I...

7AI score
SaveExploits0
seebug.org
seebug.org
added 2004/08/20 12:00 a.m.26 views

phpMyWebhosting SQL Injection Exploit

No description provided by source. !/usr/bin/perl Exploit code by Noam Rathaus of Beyond Security Ltd. The following exploit code will use a valid username and password combination, to cause an SQL injection. Using the SQL injection, the Perl script elevates the privileges of the user provided to...

7.1AI score
SaveExploits0
Exploit DB
Exploit DB
added 2004/08/20 12:00 a.m.38 views

phpMyWebhosting - SQL Injection

!/usr/bin/perl Exploit code by Noam Rathaus of Beyond Security Ltd. The following exploit code will use a valid username and password combination, to cause an SQL injection. Using the SQL injection, the Perl script elevates the privileges of the user provided to administrative. use IO::Socket; us...

7.5CVSS5.8AI score0.02444EPSS
SaveExploits2
zdt
zdt
added 2004/08/20 12:00 a.m.76 views

phpMyWebhosting SQL Injection Exploit

Exploit for unknown platform in category web applications ===================================== phpMyWebhosting SQL Injection Exploit ===================================== !/usr/bin/perl Exploit code by Noam Rathaus of Beyond Security Ltd. The following exploit code will use a valid username and...

7.1AI score
SaveExploits0
exploitpack
exploitpack
added 2004/08/20 12:00 a.m.30 views

phpMyWebhosting - SQL Injection

phpMyWebhosting - SQL Injection !/usr/bin/perl Exploit code by Noam Rathaus of Beyond Security Ltd. The following exploit code will use a valid username and password combination, to cause an SQL injection. Using the SQL injection, the Perl script elevates the privileges of the user provided to...

0.2AI score
SaveExploits0
Exploit DB
Exploit DB
added 2004/08/19 12:00 a.m.50 views

PlaySms 0.7 - SQL Injection

!/usr/bin/perl PlaySMS version 0.7 and prior SQL Injection PoC Written by Noam Rathaus of Beyond Security Ltd. use IO::Socket; use strict; my $host = $ARGV0; my $remote = IO::Socket::INET-new Proto = "tcp", PeerAddr = $host, PeerPort = "80" ; unless $remote die "cannot connect to http daemon on...

7.5CVSS5.8AI score0.01353EPSS
SaveExploits2
zdt
zdt
added 2004/08/05 12:00 a.m.18 views

BlackJumboDog Remote Buffer Overflow Exploit

Exploit for unknown platform in category remote exploits ============================================ BlackJumboDog Remote Buffer Overflow Exploit ============================================ !/usr/bin/perl blackJumboDog Exploit code by Tal zeltzer use strict; use IO::Socket::INET; usage...

7.1AI score
SaveExploits0
exploitpack
exploitpack
added 2004/07/22 12:00 a.m.23 views

Samba 3.0.4 - SWAT Authorisation Buffer Overflow

Samba 3.0.4 - SWAT Authorisation Buffer Overflow !/usr/bin/perl Samba 3.0.4 and prior's SWAT Authorization Buffer Overflow Created by Noam Rathaus of Beyond Security Ltd. use IO::Socket; use strict; my $host = $ARGV0; my $remote = IO::Socket::INET-new Proto = "tcp", PeerAddr = $host, PeerPort =...

0.7AI score
SaveExploits0
Exploit DB
Exploit DB
added 2004/07/22 12:00 a.m.183 views

Samba 3.0.4 - SWAT Authorisation Buffer Overflow

!/usr/bin/perl Samba 3.0.4 and prior's SWAT Authorization Buffer Overflow Created by Noam Rathaus of Beyond Security Ltd. use IO::Socket; use strict; my $host = $ARGV0; my $remote = IO::Socket::INET-new Proto = "tcp", PeerAddr = $host, PeerPort = "901" ; unless $remote die "cannot connect to http...

10CVSS5.8AI score0.29441EPSS
SaveExploits2
exploitpack
exploitpack
added 2004/07/10 12:00 a.m.22 views

MySQL 4.15.0 - Zero-Length Password Authentication Bypass

MySQL 4.15.0 - Zero-Length Password Authentication Bypass !/usr/bin/perl The script connects to MySQL and attempts to log in using a zero-length password Based on the vuln found by NGSSecurity The following Perl script can be used to test your version of MySQL. It will display the login packet se...

0.4AI score
SaveExploits0
Exploit DB
Exploit DB
added 2004/07/10 12:00 a.m.109 views

MySQL 4.1/5.0 - Zero-Length Password Authentication Bypass

!/usr/bin/perl The script connects to MySQL and attempts to log in using a zero-length password Based on the vuln found by NGSSecurity The following Perl script can be used to test your version of MySQL. It will display the login packet sent to the server and it's reply. Exploit copyright c 2004 ...

10CVSS5.8AI score0.69647EPSS
SaveExploits2
zdt
zdt
added 2004/05/16 12:00 a.m.38 views

eMule 0.42e Remote Denial of Service Exploit

Exploit for unknown platform in category dos / poc ============================================ eMule 0.42e Remote Denial of Service Exploit ============================================ !/usr/bin/perl system"cls"; Emule 0.42e Remote Denial Of Service Exploit Coded by Rafel Ivgi, The-Insider usage...

7AI score
SaveExploits0
exploitpack
exploitpack
added 2004/05/16 12:00 a.m.19 views

Emule 0.42e - Remote Denial of Service

Emule 0.42e - Remote Denial of Service !/usr/bin/perl system"cls"; Emule 0.42e Remote Denial Of Service Exploit Coded by Rafel Ivgi, The-Insider usage: perl emule042e.pl use IO::Socket; my $host = $ARGV0; my $port = $ARGV1; my $times = $ARGV2; if $host unless$port $port="4711"; unless$times...

0.1AI score
SaveExploits0
Exploit DB
Exploit DB
added 2004/05/16 12:00 a.m.40 views

Emule 0.42e - Remote Denial of Service

!/usr/bin/perl system"cls"; Emule 0.42e Remote Denial Of Service Exploit Coded by Rafel Ivgi, The-Insider usage: perl emule042e.pl use IO::Socket; my $host = $ARGV0; my $port = $ARGV1; my $times = $ARGV2; if $host unless$port $port="4711"; unless$times $times="50"; print "Emule 0.42e Remote Denia...

5.8AI score
SaveExploits0
Rows per page
Query Builder