| re: How did they Hack my VB6 EXE passwords inside my APP???
On Wed, 30 Jul 2003 12:28:53 GMT, "Stone" <x@y.com> wrote:
[color=blue]
>STUPID ME!!
>The password strings ARE in the EXE...
>
>For Hello is was searching for "Hello" and it is missing... but guess what,
>00 "H" 00 "e" 00 "l" 00 "l' 00 is plain as day... just with nulls in
>between
>the letters...
>
>So much for a stupid password design...
>-stone[/color]
Yup - that is Unicode - or IMO 'Unicrud'
I suggest that you use this cracking 'experience' to have some fun
Obviously, as I and others have pointed out, the password protection
is easy
However, you could have some 'plain text' passwords in your system,
clearly in view for a text or hex editor ....
And when one of those is entered something frightening could happen
- nothing destructive ... but nicely terrifying
- Red screen - Warning ... Entering System Edit Mode
... Revert Registry ... Re-Assign Drive Mapping
You could even delete the EXE
.... copy to a c:\temp\xxx.tmp run that to delete the first EXE |