SMBProxy by Patrik Karlsson <patrik.karlsson@ixsecurity.com>
------------------------------------------------------------

1. What format should the file containing the hashes have ?

The proxy currently only supports the pwdump format for 
importing hashes. 

The format looks like this:
<Username>:<UID>:<LMHash>:<NTLMHash>::::

Use Ian Viteks excellent lc3_conv.pl perl script to convert
L0phtcrack3 files to this format.

2. I get an error binding the proxy in Windows. What's wrong ?

The proxy will only succesfully bind to ip 127.0.0.1 (localhost)
on a Windows machine. It will do this only when the server
service is stopped. 
At the command prompt do a 'net stop server', to stop it.

