代码搜索结果
找到约 743 项符合
Solar 的代码
external.h
/*
* This file is part of John the Ripper password cracker,
* Copyright (c) 1996-98 by Solar Designer
*/
/*
* External mode support.
*/
#ifndef _JOHN_EXTERNAL_H
#define _JOHN_EXTERNAL_H
#inclu
tty.h
/*
* This file is part of John the Ripper password cracker,
* Copyright (c) 1996-98 by Solar Designer
*/
/*
* Terminal support routines.
*/
#ifndef _JOHN_TTY_H
#define _JOHN_TTY_H
/*
* Initia
symlink.c
/*
* This file is part of John the Ripper password cracker,
* Copyright (c) 1996-98 by Solar Designer
*/
/*
* Symlink emulation for Win32.
*/
#include
#include
#define M
charset.h
/*
* This file is part of John the Ripper password cracker,
* Copyright (c) 1996-98 by Solar Designer
*/
/*
* Charset file generation.
*/
#ifndef _JOHN_CHARSET_H
#define _JOHN_CHARSET_H
#inclu
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
asshole
internet
Maddock
12345678
newuser
computer
Horses
Internet
Mickey
qwerty
fic
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_