Contribute  :  Advanced Search  :  Site Statistics  :  Directory  :  Calendar  :  Links  :  Polls  :  About Us  :  The Staff  
Topsight.net Discussions on computers and beyond
Welcome to Topsight.net
Thursday, May 15 2008 @ 11:10 PM EDT
   

M$ IP exploit

MicrosoftYesterday zdnet, released a news story about how microsoft was silent in addressing a vulnerability in it's TCP/IP stack. Today the nice people at eclipse.org.il (Yuri Gushin & Alex Behar) have released Proof of concept code specific to the windows platform on both bugtraq and full disclosure. The PoC code can be found on Yuri and Alex's site.
M$ IP exploit | 1 comments | Create New Account
The following comments are owned by whomever posted them. This site is not responsible for what they say.
Compiling
Authored by: logikal on Tuesday, April 19 2005 @ 02:43 PM EDT
Had any success at compiling that DoS exploit program?

When I try to compile it, I get undefined symbols:
$ gcc ecl-winipdos.c -o winipdos.bin

/tmp/ccoXZiQf.o(.text+0x70): In function `main':
: undefined reference to `libnet_init'
/tmp/ccoXZiQf.o(.text+0xcc): In function `main':
: undefined reference to `libnet_name2addr4'
/tmp/ccoXZiQf.o(.text+0x11e): In function `main':
: undefined reference to `libnet_name2addr4'
/tmp/ccoXZiQf.o(.text+0x3b1): In function `main':
: undefined reference to `libnet_do_checksum'
/tmp/ccoXZiQf.o(.text+0x3d3): In function `main':
: undefined reference to `libnet_write_raw_ipv4'
/tmp/ccoXZiQf.o(.text+0x3f0): In function `main':
: undefined reference to `libnet_geterror'
/tmp/ccoXZiQf.o(.text+0x42f): In function `main':
: undefined reference to `libnet_destroy'
collect2: ld returned 1 exit status