
 lbrute --  Local Windows NT/2K/XP/2K3 accounts password brute forcer.
            http://warl0ck.metaeye.org/lbrute.zip

 Copyright (C) 2005-2006  Pranay Kanwar <warl0ck@metaeye.org>

 This program is free software; you can redistribute it and/or modify it
 under the terms of the GNU General Public License version 2 as
 published by the Free Software Foundation; version 2.

 This program is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.

 A copy of the GNU GPL is available as /usr/doc/copyright/GPL on Debian
 systems, or on the World Wide Web at http://www.gnu.org/copyleft/gpl.html
 You can also obtain it by writing to the Free Software Foundation, Inc.,
 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA

 lbrute is a program for brute forcing local windows accounts. Also
 has resume support.Currently with dictionary attack only.
 
 NOTE: If auditing is enabled on a machine then the login attempts will be
       logged to the event log.
 
 Examples:
 
 Listing users 
 
 C:\>lbrute -l
 
  lbrute v0.9 - Windows NT Local logon password brute forcing utility
  Copyright (C) 2005-2006  Pranay Kanwar <warl0ck@linuxmail.org>
 
  [+] On ADRENALIN running Windows 2000
 
 
  [+] Enumerating Users
 
  Administrator (Administrator)
  ASPNET (User)
  Guest (Guest)
  VUSR_ADRENALIN (Guest)
  __vmware_user__ (Guest)
 
 Starting a dictionary attack
 
  C:\>lbrute -d -u Guest -f c:\words-english.dic"
 
  lbrute v0.9 - Windows NT Local logon password brute forcing utility
  Copyright (C) 2005-2006  Pranay Kanwar <warl0ck@linuxmail.org>
 
  [+] On ADRENALIN running Windows 2000
 
  [+] Counting words....29156 words.
  [+] Trying 29156 words from c:\words-english.dic for 'Guest'
  [+] Interupted, saving state and shutting down...OK
  [*] Use -r switch to resume.
 
 Resuming a session:
 
  C:\>lbrute -r
 
  lbrute v0.9 - Windows NT Local logon password brute forcing utility
  Copyright (C) 2005-2006  Pranay Kanwar <warl0ck@linuxmail.org>
 
  [+] On ADRENALIN running Windows 2000
  
  [+] Resuming attack.
  [+] Counting words....29156 words.
  [+] Trying 24315 words from c:\words-english.dic for 'Guest'
  [+] Interupted, saving state and shutting down...OK
  [*] Use -r switch to resume.
