ButtonWiz 4.0
VB 5
Written by SpeedRippeR
Introduction |
Tools required |
Target's URL |
He how seeks shall find!
Essay |
Fire up smartcheck and open Button.exe, if you need help with the smartcheck settings you
can check out McCodEMaN:s vb tuts.
Press "run"!
A nag pops up and lets you know how many days you got left, press "OK" to keep loading.
When fully loaded press "Registration" and "Password", key in some numbers thats easy to
remember and hit "OK".
A new nag pops up and this time it lets you know that the password was incorrect, heh as if we
needed to know that, anyway now you can hit "End" in smartcheck.
In smartcheck go to "cmdPassword_Click" then step into "BWProt.GetPassword"
*GetSetting
*InputBox <---------go to this line
*MsgBox
Let smartcheck show you all events and this is what you get:
*InputBox
_vbaVarMove ret dword: 64ee2c <-----your password
SysFreeString
SysFreeString
_vbaVarTstEq ret dword: 0 <-----your password
_vbaStrCopy ret dword: 425f28 <-----real password
_vbaVarTstEq ret dword: 0 <----your password
_vbaFreeVar ret dword: 20
|
|
----SysFreeString <----real password.
The registation is saved in:
HKEY_CURRENT_USER\Software\VB and VBA Program Settings\BWProt\Reg
fRC= "True" <----Registration Ok.
fSD= "year-mon.-day" <---Install date.
As you see, it's no sweat to crack VB when you are using tools like smartcheck.
--------SpeedRippeR signing off.....
Final Notes |