Archive for September, 2007

Published by alax on 05 Sep 2007

Reversing MD5

This utility will attempt to brute force reverse/crack a hash value created by Message-Digest algorithm 5 (MD5) one-way function. You feed hashes in, it tries to find the argument.

05-image001.png

Possibly this is not the fastest implementation but we have what we have. There is support for multiple processors though and here source code go as well.

Continue Reading »

Published by alax on 03 Sep 2007

DHCP (Dynamic Host Configuration Protocol) Server for Windows versions lacking it (such as Windows XP Professional)

Since I could not find a simple and easy to use DHCP server on Internet which would run on Windows XP Pro system, I had to make my own one and forget about IP address mess.

Here it goes:

Alax.Info DHCP Server

Information on the software and download link.

Continue Reading »

« Prev