antique
Nov 12 2003, 11:54 PM
Exploit downloaded from ....
http://www.k-otik.com/
Wolfman
Nov 13 2003, 01:45 AM
I'v been doing some tests with this earlier but no luck yet.
anyone had any luck with this one ?
isaiah
Nov 13 2003, 01:58 AM
Nope. Something Is messed up, cause that 192.168 IP is Hardcoded into it. So you cant exploit anything but that IP...
Wolfman
Nov 13 2003, 01:59 AM
| QUOTE (isaiah @ Nov 13 2003, 01:58 AM) |
Nope. Something Is messed up, cause that 192.168 IP is Hardcoded into it. So you cant exploit anything but that IP...
|
Duh, off course you need to change the IP before compiling.
isaiah
Nov 13 2003, 02:16 AM
Yeah, I compiled that edited version, but still no go... I think its crap

Even edited tested on a Virgin SP4 Box with FAT32. And changed the hardcoded IP to that box. And No Go Either
Anarchy
Nov 13 2003, 04:25 AM
add
#pragma comment( lib, "mpr.lib" )
better
but who can recompiled it by any remote ip?
n4than_69
Nov 13 2003, 04:41 AM
this is the error when compiled with lcc-win32:
Wedit output window build: Thu Nov 13 12:36:42 2003
Warning lanmanwsex.c: 103 assignment of pointer to const unsigned short to pointer to char
Error lanmanwsex.c 76 undefined reference to _WNetAddConnection2A@16
Error lanmanwsex.c 105 undefined reference to _WNetCancelConnection2A@12
any clues?
Anarchy
Nov 13 2003, 04:48 AM
| QUOTE (n4than_69 @ Nov 13 2003, 04:41 AM) |
this is the error when compiled with lcc-win32: Wedit output window build: Thu Nov 13 12:36:42 2003 Warning c:\downloads\lanmanwsex.c: 103 assignment of pointer to const unsigned short to pointer to char Error c:\downloads\lanmanwsex.c 76 undefined reference to _WNetAddConnection2A@16 Error c:\downloads\lanmanwsex.c 105 undefined reference to _WNetCancelConnection2A@12
any clues? |
u will ask MSDN better:)
add this
#pragma comment( lib, "mpr.lib" )
in the code
n4than_69
Nov 13 2003, 05:30 AM
that didnt help
tribalgoa
Nov 13 2003, 10:47 AM
it works just fine, it's great code to make a really good exploit from, someone just needs to add the other OS levels .. (xp sp1 would be nice, but w2k sp4 even better)
Toilal
Nov 13 2003, 01:41 PM
I'im currently working on the code, but i can't get it to work. It crash when i try to launch it, and really before the buffer overflow in itself.
| CODE |
Warning workstation.c: 132 assignment of pointer to const unsigned short to poi nter to char 0 errors, 1 warnings workstation.obj .text: undefined reference to '_WNetAddConnection2A@16' workstation.obj .text: undefined reference to '_WNetCancelConnection2A@12' linker returned 2 |
this is what i get when i compile with lc.exe workstation.c -o work.exe. i think the problem is with the WNetAddConnection2 function. Could someone give any help on this problem ? (I'm not a C-guru :/)
isaiah
Nov 14 2003, 02:14 AM
Link The Mpr.lib and it Should Work Fine...
Toilal
Nov 14 2003, 12:06 PM
ok thx. it works. i'm now trying to use the NetAddAlternateComputerName() function to use the exploit on NTFS file systems. But it seems that in need to convert an ASCII object into UNICODE (as www.eeye.com says). How can i do that ? Is there any library that contains kind of ascii2unicode() function ?
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here.