semen@0x90.org
semen@0x90.org

aMSN-dAttack is a dictionary-attacking Perl script for the `Remote Control` function in aMSN. A host and port are needed (which are passed on the command-line). Use getPort.pl to retrieve the port - it's in the tarball.

From looking at aMSN's inner encryption workings, the stored passwords are jumbled together using MD5 HMAC and 3DES along with a randomly seeded salt. I was unable to reproduce the hashing functions in Perl (Digest::HMAC really like screwing with me) so I it directly out of aMSN's package and fixed it to do what I want. Really ghetto.

Perhaps I'll put it all into one final script and toss a Tk interface onto it one day.