代码搜索结果

找到约 743 项符合 Solar 的代码

getopt.h

/* * This file is part of John the Ripper password cracker, * Copyright (c) 1996-98 by Solar Designer */ /* * Command line option processing. */ #ifndef _JOHN_GETOPT_H #define _JOHN_GETOPT_H /

password.lst

#!comment: Common passwords, compiled by Solar Designer. 12345 abc123 password passwd 123456 newpass notused Hockey internet asshole Maddock 12345678 newuser computer Internet Mickey qwerty fiction Co

mailer

#!/bin/sh # # This file is part of John the Ripper password cracker, # Copyright (c) 1996-98 by Solar Designer # if [ $# -ne 1 ]; then echo "Usage: $0 PASSWORD-FILE" exit 0 fi # There's no need to

common.h

/* * This file is part of John the Ripper password cracker, * Copyright (c) 1996-98 by Solar Designer */ /* * Things common to many ciphertext formats. */ #ifndef _JOHN_COMMON_H #define _JOHN_C

cracker.h

/* * This file is part of John the Ripper password cracker, * Copyright (c) 1996-98 by Solar Designer */ /* * Cracking routines. */ #ifndef _JOHN_CRACKER_H #define _JOHN_CRACKER_H #include "lo

x86-k6.h

/* * This file is part of John the Ripper password cracker, * Copyright (c) 1996-98 by Solar Designer */ /* * Architecture specific parameters for AMD K6. */ #ifndef _JOHN_ARCH_H #define _JOHN_

list.h

/* * This file is part of John the Ripper password cracker, * Copyright (c) 1996-98 by Solar Designer */ /* * String list management routines. */ #ifndef _JOHN_LIST_H #define _JOHN_LIST_H /*

logger.h

/* * This file is part of John the Ripper password cracker, * Copyright (c) 1996-98 by Solar Designer */ /* * Guess logging routines. */ #ifndef _JOHN_LOGGER_H #define _JOHN_LOGGER_H /* * Ini

idle.h

/* * This file is part of John the Ripper password cracker, * Copyright (c) 1996-98 by Solar Designer */ /* * Idle priority support routines. */ #ifndef _JOHN_IDLE_H #define _JOHN_IDLE_H /* *

compiler.h

/* * This file is part of John the Ripper password cracker, * Copyright (c) 1996-98 by Solar Designer */ /* * Simple C compiler. */ #ifndef _JOHN_COMPILER_H #define _JOHN_COMPILER_H /* * Erro