⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme

📁 UNIX、linux密码的破密程序源代码实现
💻
字号:
	John the Ripper password cracker.John the Ripper is a fast password cracker, currently available formany flavors of Unix (11 are officially supported, not countingdifferent architectures), DOS, Win32, BeOS, and OpenVMS (the latterrequires a contributed patch).  Its primary purpose is to detect weakUnix passwords.  Besides several crypt(3) password hash types mostcommonly found on various Unix flavors, supported out of the box areKerberos/AFS and Windows NT/2000/XP LM hashes, plus several more withcontributed patches.	How to install.See INSTALL for information on installing John on your system.	How to use.To run John, you need to supply it with some password files andoptionally specify a cracking mode, like this, using the default orderof modes and assuming that "passwd" is a copy of your password file:	john passwdor, to restrict it to the wordlist mode only, but permitting the useof word mangling rules:	john --wordlist=password.lst --rules passwdCracked passwords will be printed to the terminal and saved in thefile called $JOHN/john.pot (in the documentation and in theconfiguration file for John, "$JOHN" refers to John's "homedirectory"; which directory it really is depends on how you installedJohn).  The $JOHN/john.pot file is also used to not load passwordhashes that you already cracked when you run John the next time.To retrieve the cracked passwords, run:	john --show passwdWhile cracking, you can press any key for status, or Ctrl-C to abortthe session saving its state to a file ($JOHN/john.rec by default).If you press Ctrl-C for a second time before John had a chance tohandle your first Ctrl-C, John will abort immediately without saving.By default, the state is also saved every 10 minutes to permit forrecovery in case of a crash.To continue an interrupted session, run:	john --restoreThese are just the most essential things you can do with John.  Fora complete list of command line options and for more complicated usageexamples you should refer to OPTIONS and EXAMPLES, respectively.	Features and performance.John the Ripper is designed to be both feature-rich and fast.  Itcombines several cracking modes in one program and is fullyconfigurable for your particular needs (you can even define a customcracking mode using the built-in compiler supporting a subset of C).Also, John is available for several different platforms which enablesyou to use the same cracker everywhere (you can even continue acracking session which you started on another platform).Out of the box, John supports (and autodetects) the following Unixcrypt(3) hash types: traditional and double-length DES-based, BSDIextended DES-based, FreeBSD MD5-based (now also used on Linux and inCisco IOS), and OpenBSD Blowfish-based (now also used on some Linuxdistributions).  Also supported out of the box are Kerberos/AFS andWindows NT/2000/XP LM (DES-based) hashes.Contributed patches add support for many more password hash types,including Windows NT/2000/XP NTLM (MD4-based) hashes, several hashtypes used on OpenVMS, hashes used by MySQL, Netscape LDAP server,Eggdrop IRC bot, S/Key skeykeys files, and for Kerberos v4 TGTs.Unlike other crackers, John doesn't use a crypt(3)-style routine.Instead, it has its own highly optimized modules for different hashtypes and processor architectures.  Some of the algorithms used, suchas bitslice DES, couldn't have been implemented within the crypt(3)API; they require a more powerful interface such as the one used inJohn.  Additionally, there are assembly language routines for severalprocessor architectures, most importantly for x86 with MMX.	Documentation.The rest of documentation is located in separate files, listed here inthe recommended order of reading:* INSTALL - you've probably read it already* OPTIONS - command line options and additional utilities* MODES - cracking modes: what they are* CONFIG (*) - how to customize* RULES (*) - wordlist rules syntax* EXTERNAL (*) - defining an external mode* EXAMPLES - usage examples - strongly recommended* FAQ - guess* CHANGES (*) - history of changes* CREDITS (*) - credits and how to contact the author(*) most users can safely skip these.Happy reading!$Owl: Owl/packages/john/john/doc/README,v 1.11 2005/11/16 13:11:15 solar Exp $

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -