Lucene search
+L

1087 matches found

seebug.org
seebug.org
added 2007/10/24 12:0 a.m.15 views

DNS Recursion bandwidth amplification Denial of Service PoC

No description provided by source. !/usr/bin/perl Get Net::RawIP at http://search.cpan.org/CPAN/authors/id/S/SZ/SZABGAB/Net-RawIP-0.2101.tar.gz cpan Net::DNS:Resolver seems to work fine on each machine I throw it on, as well. PS: To see if you can spoof, check out the ANA Spoofer project...

7.1AI score
SaveExploits0
Exploit DB
Exploit DB
added 2007/10/23 12:0 a.m.27 views

DNS Recursion Bandwidth Amplification - Denial of Service (PoC)

!/usr/bin/perl Get Net::RawIP at http://search.cpan.org/CPAN/authors/id/S/SZ/SZABGAB/Net-RawIP-0.2101.tar.gz cpan Net::DNS:Resolver seems to work fine on each machine I throw it on, as well. PS: To see if you can spoof, check out the ANA Spoofer project. http://spoofer.csail.mit.edu/ Written by...

5.8AI score
SaveExploits0
exploitpack
exploitpack
added 2007/10/23 12:0 a.m.12 views

DNS Recursion Bandwidth Amplification - Denial of Service (PoC)

DNS Recursion Bandwidth Amplification - Denial of Service PoC !/usr/bin/perl Get Net::RawIP at http://search.cpan.org/CPAN/authors/id/S/SZ/SZABGAB/Net-RawIP-0.2101.tar.gz cpan Net::DNS:Resolver seems to work fine on each machine I throw it on, as well. PS: To see if you can spoof, check out the A...

0.3AI score
SaveExploits0
exploitpack
exploitpack
added 2007/10/21 12:0 a.m.23 views

BBPortalS 2.0 - Blind SQL Injection

BBPortalS 2.0 - Blind SQL Injection BBPortalS BBsProcesS Remote Blind SQL Injection Exploit Bug Found And Write By Max007 Exploit Tested On V.1.5.10 And V.1.6.2 And 1.5.11 info:For The Version BBPortalS 2.0 name of field is user and password but you have to find name of table !/usr/bin/perl use...

SaveExploits0
zdt
zdt
added 2007/10/21 12:0 a.m.1441 views

BBPortalS <= 2.0 Remote Blind SQL Injection Exploit

Exploit for unknown platform in category web applications =================================================== BBPortalS get$sql; if!$res - content = /Warning/ print " The Current number of fields is : $err\n"; $err++; max007; else if$err=...

7.1AI score
SaveExploits0
securityvulns
securityvulns
added 2007/10/20 12:0 a.m.73 views

Simple Machines Forum multiple sql injection flaws with exploit code.

SMF is a very hardened php application. If anyone wants an example of some interesting PHP security SMF is a good place to look. Even after being able to injection SQL I had to take another step and bypass some difficult filters found in the dbquery function. Ultimately i was able to do so. This...

9AI score
SaveExploits0
seebug.org
seebug.org
added 2007/10/17 12:0 a.m.26 views

GCALDaemon &lt;= 1.0-beta13 Remote Denial of Service Exploit

No description provided by source. !/usr/bin/perl / GCALDaemon = 1.0-beta13 Remote DoS Original Advisory: http://www.securityfocus.com/bid/25704/info http://www.ikkisoft.com/stuff/SN-2007-01.txt Luca "ikki" Carettoni http://www.ikkisoft.com / use strict; use warnings; use IO::Socket; my $host =...

7.1AI score
SaveExploits0
seebug.org
seebug.org
added 2007/10/14 12:0 a.m.39 views

Apache Tomcat (webdav) Remote File Disclosure Exploit

No description provided by source. !/usr/bin/perl Apache Tomcat Remote File Disclosure Zeroday Xploit kcdarookie aka eliteb0y / 2007 thanx to the whole team & andi : +++KEEP PRIV8+++ This Bug may reside in different WebDav implementations, Warp your mind! +You will need auth for the exploit to...

7.1AI score
SaveExploits0
Packet Storm
Packet Storm
added 2007/10/11 12:0 a.m.23108 views

cpdynalinks-sql.txt

!/usr/bin/perl cpDynaLinks 1.02 Remote Sql Inyection exploit download: http://www.cplinks.com/download/cpdynalinks/cpdynalinksversion102full.zip bug found by s0cratex exploit written by ka0x D.O.M TEAM 2007 d0rk: Powered by cpDynaLinks need magicquotesgpc off contact: ka0x@domlabs: perl...

7.4AI score
SaveExploits0
exploitpack
exploitpack
added 2007/09/29 12:0 a.m.14 views

MD-Pro 1.0.76 - SQL Injection

MD-Pro 1.0.76 - SQL Injection !/usr/bin/perl use strict; use IO::Socket; my $app = "MDPro 1.0.76"; my $type = "SQL Injection"; my $author = "undefined1"; my $settings = "magicquotesruntime = off, mysql = 4.1.0"; $| = 1; print ":: $app $type - by $author ::\n\n\n"; my $url = shift || usage; if$url...

SaveExploits0
Exploit DB
Exploit DB
added 2007/09/20 12:0 a.m.32 views

Flip 3.0 - Remote Password Hash Disclosure

!/usr/bin/perl use strict; use IO::Socket; my $app = "Flip = 0; $data = substr$data, $index1+4; $index1 = 0; printf "%-20s %-32s\n", "username", "md5 hash"; while$index1 = index$data, "\n" = 0 my $hash = substr$data, 0, 32; my $index2 = index$data, ""; my $index3 = index$data, "", $index2+2; my...

5CVSS5.8AI score0.06243EPSS
SaveExploits1
Exploit DB
Exploit DB
added 2007/09/20 12:0 a.m.33 views

Flip 3.0 - Remote Admin Creation

!/usr/bin/perl use strict; use IO::Socket; use Getopt::Std; my $app = "Flip ; print "password you want: "; my $pass = ; chomp$user; chomp$pass; createadmin$url, $user, $pass; sub createadmin my $url = shift; my $user = shift; my $pass = shift; print "creating admin ... \t"; my $content =...

7.5CVSS5.8AI score0.02335EPSS
SaveExploits2
exploitpack
exploitpack
added 2007/09/20 12:0 a.m.19 views

Flip 3.0 - Remote Admin Creation

Flip 3.0 - Remote Admin Creation !/usr/bin/perl use strict; use IO::Socket; use Getopt::Std; my $app = "Flip ; print "password you want: "; my $pass = ; chomp$user; chomp$pass; createadmin$url, $user, $pass; sub createadmin my $url = shift; my $user = shift; my $pass = shift; print "creating admi...

0.2AI score
SaveExploits0
zdt
zdt
added 2007/09/20 12:0 a.m.17 views

Flip <= 3.0 Remoe Admin Creation Exploit

Exploit for unknown platform in category web applications ======================================== Flip ; print "password you want: "; my $pass = ; chomp$user; chomp$pass; createadmin$url, $user, $pass; sub createadmin my $url = shift; my $user = shift; my $pass = shift; print "creating admin...

7.1AI score
SaveExploits0
Packet Storm
Packet Storm
added 2007/09/18 12:0 a.m.26 views

kwsmember-sql.txt

!/usr/bin/perl use LWP::UserAgent; use HTTP::Cookies; $host = $ARGV0; $User = $ARGV1; $passwd = $ARGV2; $url = "http://".$host; $port = "80"; print q Script....................: KwsPHP v1.0 MemberSpace Module Script Site...............: http://kws.koogar.org/ Vulnerability.............: Remote SQ...

7.4AI score
SaveExploits0
Exploit DB
Exploit DB
added 2007/09/15 12:0 a.m.44 views

KwsPHP 1.0 Member_Space Module - SQL Injection

!/usr/bin/perl use LWP::UserAgent; use HTTP::Cookies; $host = $ARGV0; $User = $ARGV1; $passwd = $ARGV2; $url = "http://".$host; $port = "80"; print q Script....................: KwsPHP v1.0 MemberSpace Module Script Site...............: http://kws.koogar.org/ Vulnerability.............: Remote SQ...

7.5CVSS5.8AI score0.0353EPSS
SaveExploits3
Exploit DB
Exploit DB
added 2007/09/14 12:0 a.m.89 views

Ajax File Browser 3b - 'settings.inc.php?approot' Remote File Inclusion

Ajax File Browser 3 Beta Remote File Inclusion found by the "arfis project" http://arfis.wordpress.com/ Project Info: ------------- Name: Ajax File Browser Link: http://sourceforge.net/projects/ajaxfb/ DL: http://surfnet.dl.sourceforge.net/sourceforge/ajaxfb/afb-3-beta-2007-08-28.zip Vulnerabilit...

7.5CVSS5.8AI score0.52766EPSS
SaveExploits2
zdt
zdt
added 2007/09/14 12:0 a.m.114 views

Ajax File Browser 3b (settings.inc.php approot) RFI Vulnerability

Exploit for unknown platform in category web applications ================================================================= Ajax File Browser 3b settings.inc.php approot RFI Vulnerability ================================================================= Ajax File Browser 3 Beta Remote File...

7.1AI score
SaveExploits0
seebug.org
seebug.org
added 2007/09/11 12:0 a.m.24 views

Apple Quicktime &lt; 7.2 SMIL Remote Integer Overflow PoC

No description provided by source. ---------------------------------------------------------------------- ATTACK VECTORS ---------------------------------------------------------------------- This vulnerability can be triggered by luring a target user into...

9.3CVSS0.4AI score0.12136EPSS
SaveExploits10
Exploit DB
Exploit DB
added 2007/09/03 12:0 a.m.48 views

Apple QuickTime < 7.2 - SMIL Remote Integer Overflow

---------------------------------------------------------------------- ATTACK VECTORS ---------------------------------------------------------------------- This vulnerability can be triggered by luring a target user into running a malicious SMIL file locally or via a webpage. In the later scenar...

9.3CVSS5.8AI score0.12136EPSS
SaveExploits10
Rows per page
Query Builder