📄 install
字号:
Installing John the Ripper.You may have obtained the source code or a "binary" (pre-compiled)distribution of John the Ripper. On Unix-like systems, it is typicalto get the source code and compile it into "binary" executables righton the system you intend to run John on. On DOS and Windows, however,it is typical to get a binary distribution which is ready for use.The following instructions apply to the source code distribution ofJohn only. If you have a binary distribution, then there's nothingfor you to compile and you can start using John right away. Compiling the sources on a Unix-like system.Enter the directory into which you extracted the source codedistribution of John. Enter the "src" subdirectory and invoke "make"to obtain a list of operating systems for which specific supportexists: cd src makeNote the make target for your system and type: make clean SYSTEMwhere SYSTEM is the appropriate make target. Alternatively, if yoursystem is not listed, use: make clean genericIf everything goes well, this will create the executables for John andits related utilities under "../run/". You can change directory tothere and start John, like this: cd ../run ./john --testAlternatively, you may copy the entire "run" directory to anywhere youlike and use John from there. A note on moving binaries between systems.On some architectures, certain system hardware performance parametersare detected at compile time; in particular, this is done for 32-bitSPARC and for "generic" make targets. If you then move the binaryexecutable to a different machine running the same OS, you might notget the best performance. Thus, it is recommended to re-compile Johnon each system where possible.$Owl: Owl/packages/john/john/doc/INSTALL,v 1.3 2005/11/16 13:11:15 solar Exp $
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -