Ethical Hacking Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package. | Computer Forensics Training at InfoSec Institute Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors. |

| Subject: | Re: Hydra For Windows? |
|---|---|
| Date: | Wed, 25 Oct 2006 09:19:42 +0100 |
You could just use the MS-DOS scripting capability. Create a text file (in this example password.txt in the root of C:) in which you have a list of passwords, one per line. then use the following syntax in the command prompt:
FOR /F "tokens=1*" %i in (c:\passwords.txt) do net use \\192.168.1.100\c$ "%i" /u:"Administrator"
This will only work for the Admininstrator account as other user level accounts may lock out.
When you hit enter, you will loop through the 'net use' command until the end of the passwords. You will need to go back through the output and find the line that says:
C:\>net use \\10.1.1.167\c$ "password" /u:"Administrator" The command completed successfully.
There are plenty of other tools that can do this kind of thing, but this keeps it simple and stops hacking/cracking tools being installed on your network.
later,
I don't know what application you are looking to test but you can try using Brutus for something along those lines. Or a Perl script if that dosn't jive for you.
On 10/23/06, Mister Dookie <misterdookie@gmail.com> wrote: > Hello list, > > I am looking for a way to test the computers on my network for weak > passwords. For instance, say I have the network (192.168.123.1-254) > for company "Tomcat" and I know most people either login as > "Administrator" (not the best I know but some battles are not worth > fighting) or the convention of LastName + First Initial. I just want > to be able to scan the network to make sure people aren't using the > company name or a simple derivation of the company name as their > password. Therefore, I just want to scan the user names on the network > against a small list of passwords like Tomcat, Tomcat1, TomCat, > TomCat1, tomcat, tomcat1 and so forth. If people are using the company > name as the password I can have them change it. That's all I want. > > Is there a good (hopefully freeware but doesn't have to be) program > out there to help me accomplish this task? > > Thanks, > John > > ------------------------------------------------------------------------ > This List Sponsored by: Cenzic > > Need to secure your web apps? > Cenzic Hailstorm finds vulnerabilities fast. > Click the link to buy it, try it or download Hailstorm for FREE. > http://www.cenzic.com/products_services/download_hailstorm.php?camp=701600000008bOW > ------------------------------------------------------------------------ > >
------------------------------------------------------------------------ This List Sponsored by: Cenzic
Need to secure your web apps? Cenzic Hailstorm finds vulnerabilities fast. Click the link to buy it, try it or download Hailstorm for FREE. http://www.cenzic.com/products_services/download_hailstorm.php?camp=701600000008bOW ------------------------------------------------------------------------
-- Lee J Lawson leejlawson@gmail.com leejlawson@hushmail.com
"Give a man a fire, and he'll be warm for a day; set a man on fire, and he'll be warm for the rest of his life."
"Quidquid latine dictum sit, altum sonatur."
------------------------------------------------------------------------ This List Sponsored by: Cenzic
Need to secure your web apps? Cenzic Hailstorm finds vulnerabilities fast. Click the link to buy it, try it or download Hailstorm for FREE. http://www.cenzic.com/products_services/download_hailstorm.php?camp=701600000008bOW ------------------------------------------------------------------------
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: Security Skills Assessment (Comments Requested), Jerome Athias |
|---|---|
| Next by Date: | RE: Hydra For Windows?, kim kihong |
| Previous by Thread: | Re: Hydra For Windows?, pand0ra |
| Next by Thread: | Re: Hydra For Windows?, Jason Ross |
| Indexes: | [Date] [Thread] [Top] [All Lists] |