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

📄 readme

📁 unix密码破解软件John the Ripper
💻
字号:
 John the Ripper -- Password Cracker=====================================John the Ripper is a password cracker, currently available for UNIX, DOS,WinNT/Win95. Its primary purpose is to detect weak UNIX passwords. It hasbeen tested with Linux x86/Alpha/SPARC, FreeBSD x86, OpenBSD x86, Solaris2.x SPARC and x86, Digital UNIX, AIX, HP-UX, and IRIX.The DOS and Win32 ports are done with DJGPP and Cygnus Developer's Kit,respectively. How to Install----------------See doc/INSTALL for information on installing John on your system. How to Use------------To run John, you need to supply it with some password files and optionallyspecify a cracking mode, like this, using the default order of modes, andassuming that passwd is a copy of your password file:	john passwdor, to make it use a wordlist with rules only:	john -wordfile:/usr/dict/words -rules passwdCracked passwords will be printed to the terminal and saved in file called~/john.pot (in this text '~' means John's "home directory", that is, thedirectory you installed John's binary in). This file is also used not toload passwords 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 abort thesession, saving point information to a file (~/restore by default). By theway, if you press Ctrl+C twice John will abort immediately without saving.The point information is also saved every 10 minutes (configurable in theconfiguration file, ~/john.ini) in case of a crash.To continue an interrupted session, run:	john -restoreAnyway, you probably should have a look at doc/OPTIONS for a list of allthe command line options, and at doc/EXAMPLES for more John usage exampleswith other cracking modes. Features and Performance--------------------------John the Ripper is designed to be both powerful and fast. It combinesseveral cracking modes in one program, and is fully configurable for yourparticular needs (you can even define a custom cracking mode using thebuilt-in compiler supporting a subset of C). Also, John is available forseveral different platforms, which enables you to use the same crackereverywhere (for example even continue a cracking session that you startedon another platform).Out of the box, John supports (and autodetects) the following ciphertextformats: standard and double-length DES-based, BSDI's extended DES-based,FreeBSD's (and not only) MD5-based, and OpenBSD's Blowfish-based.With just one extra command (required to extract the passwords), John cancrack AFS passwords and WinNT LM hashes.Unlike other crackers, John doesn't use a crypt(3)-style routine. Instead,it has its own highly optimized modules for different ciphertext formatsand architectures. Some of the algorithms used couldn't be implemented ina crypt(3)-style routine: they require a more powerful interface (bitsliceDES is an example). Additionally, there're assembly routines for severalprocessors and architectures (special Intel Pentium version, x86 with MMX,generic x86, Alpha EV4, SPARC V8). Documentation---------------The rest of documentation is located in separate files, listed here in therecommended reading order:INSTALL		- you've probably read it alreadyOPTIONS		- command line options, and additional utilitiesMODES		- cracking modes: what they areCONFIG   (*)	- how to customizeRULES    (*)	- wordlist rules syntaxEXTERNAL (*)	- defining an external modeEXAMPLES	- usage examples -- strongly recommendedFAQ		- guessNEWS		- history of changesCREDITS		- credits, and how to contact me(*) most users can safely skip theseHappy reading!

⌨️ 快捷键说明

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