Well I tried the tool in this post :
http://www.governmen...showtopic=10859
Unfortunately it doesn't seem to work ...
But the idea was not so bad, and I tried to code my own "ipc brute force" tool...
Here it is:
-------- Starsky32 IPC bruteforce -------- *Description: ------------- StarBrute is a little IPC$ share password brute force tool. It can brute force a given account (with rights to access ipc$), for example "Administrator" and try all passwords based on a given charset. Usage: starbrute <IP> <Username> <start_lenght> <max_lenght> [<priority>] [debug] - <priority> : HIGH (by default) or NORM - debug : if specified, display all tried passwords (not recommended, because it slows a lot the process.) You have to create a non empty file named "charset.txt" in the same directory, containing the characters set to use for bruteforcing. (for example: 1234567890abcdefghijklmnopqrstuvwxyz in the charset included...) Exemples: starbrute 127.0.0.1 Administrator 4 8 norm >> try to brute force ipc$ with the "Administrator" account, starting with 4 letters lenght passwords and 8 letters lenght will be the max lenght passwords to try. starbrute 192.168.0.3 Willy 3 5 high debug or starbrute 192.168.0.3 Willy 3 5 debug (same thing, because if not specified, the high priority is used by defaut) >> try to brute force ipc$ with the "Willy" account, starting with 3 letters pass,max lenght pass: 5; high priority and display all the password tried. Enjoy ! ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ** Something you *must* understand : this tool is made for educationnal/testing purposes, and most of the time it is *NOT* a good idea to brute force an account. It will take LOT of time to find a password with a decent lenght... And most of the time you can/must find a better way to 'retrieve' the passwords. Well do what you want, but you are warned. ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
hope usefull for you..... although I doubt.
Starsky32.













