install

来自「unix密码破解软件John the Ripper」· 代码 · 共 40 行

TXT
40
字号
 Installing John the Ripper============================ Compiling the Sources-----------------------Compile the sources with:	cd src	makeYou'll get a list of supported systems. Select one of them, and type:	make SYSTEMor, if your system is not listed, try:	make genericIf everything goes well, this will create the John binary in run/john.You can then copy the run directory anywhere you like: these are all thefiles that John needs at runtime. Installing from a Binary Distribution---------------------------------------You might need to take run/{john.ini,*.chr,password.lst} from the sourcedistribution for things to work, unless these files are present already. Note on Moving Binaries between Systems-----------------------------------------On some architectures, a few hardware performance parameters are detectedat compile time -- in particular, this is done for SPARC and generic maketargets. If you then move the binary to a different system, you might notget the best performance. It is better to re-compile John on each system,where possible.

⌨️ 快捷键说明

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