代码搜索结果
找到约 667 项符合
Solar 的代码
signals.c
/*
* This file is part of John the Ripper password cracker,
* Copyright (c) 1996-99 by Solar Designer
*/
#ifdef __ultrix__
#define __POSIX
#define _POSIX_SOURCE
#endif
#ifdef _SCO_C_DIALECT
#incl
bench.c
/*
* This file is part of John the Ripper password cracker,
* Copyright (c) 1996-99 by Solar Designer
*/
#ifdef __ultrix__
#define __POSIX
#define _POSIX_SOURCE
#endif
#ifdef _SCO_C_DIALECT
#incl
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
john.ini
#
# This file is part of John the Ripper password cracker,
# Copyright (c) 1996-98 by Solar Designer
#
[Options]
# Wordlist file name, to be used in batch mode
Wordfile = ~/password.lst
# Use idle cy
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
logger.c
/*
* This file is part of John the Ripper password cracker,
* Copyright (c) 1996-98 by Solar Designer
*/
#include
#include
#include
#include
#includ
des_std.c
/*
* This file is part of John the Ripper password cracker,
* Copyright (c) 1996-98 by Solar Designer
*/
#include
#include "arch.h"
#include "DES_std.h"
#if ARCH_GENERIC
#if ((__GNUC
makefile
#
# This file is part of John the Ripper password cracker,
# Copyright (c) 1996-98 by Solar Designer
#
CPP = gcc
CC = gcc
AS = gcc
LD = gcc
CP = cp
LN = ln -sf
RM = rm -f
SED = sed
NULL = /dev/null
C
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