wordlist.h
来自「UNIX、linux密码的破密程序源代码实现」· C头文件 代码 · 共 22 行
H
22 行
/* * This file is part of John the Ripper password cracker, * Copyright (c) 1996-98 by Solar Designer *//* * Wordlist cracker. */#ifndef _JOHN_WORDLIST_H#define _JOHN_WORDLIST_H#include "loader.h"/* * Runs the wordlist cracker reading words from the supplied file name, or * stdin if name is NULL. */extern void do_wordlist_crack(struct db_main *db, char *name, int rules);#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?