| patch |
summary |
view |
raw |
| 01-add_NTLM-MD4.patch |
src/Makefile | 1
src/NT_fmt.c | 613 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
src/john.c | 3
src/loader.c | 34 ++-
src/options.c | 4
src/x86-64.S | 236 ++++++++++++++++++++++
src/x86-64.h | 2
src/x86-sse.S | 240 ++++++++++++++++++++++
src/x86-sse.h | 2
9 files changed, 1127 insertions(+), 8 deletions(-)
|
view
|
download
|
| 02-add_MS-Credential-Cache.patch |
src/Makefile | 1
src/john.c | 2
src/loader.c | 15 +
src/mscash_fmt.c | 544 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
src/options.c | 2
5 files changed, 563 insertions(+), 1 deletion(-)
|
view
|
download
|
| 03-add_NetLM-NetNTLM.patch |
src/Makefile | 6 -
src/NETLM_fmt.c | 249 +++++++++++++++++++++++++++++++++++++++++++++++++
src/NETNTLM_fmt.c | 223 +++++++++++++++++++++++++++++++++++++++++++
src/byteorder.h | 274 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
src/inc.c | 3
src/john.c | 5
src/loader.c | 19 +++
src/md4.c | 254 ++++++++++++++++++++++++++++++++++++++++++++++++++
src/md4.h | 30 +++++
src/options.c | 2
src/smbencrypt.c | 108 +++++++++++++++++++++
11 files changed, 1170 insertions(+), 3 deletions(-)
|
view
|
download
|
| 04-amd64.patch |
src/loader.c | 6 +++---
src/rules.c | 16 ++++++++--------
src/rules.h | 4 ++--
3 files changed, 13 insertions(+), 13 deletions(-)
|
view
|
download
|
| 05-mipsel.patch |
src/Makefile | 12 ++++++++++++
src/mips.h | 43 +++++++++++++++++++++++++++++++++++++++++++
src/mipsel.h | 43 +++++++++++++++++++++++++++++++++++++++++++
3 files changed, 98 insertions(+)
|
view
|
download
|
| 06-fix_paths.patch |
run/john.conf | 12 ++++++------
src/params.h | 6 +++---
2 files changed, 9 insertions(+), 9 deletions(-)
|
view
|
download
|
| 07-update_FAQ.patch |
doc/FAQ | 2 ++
1 file changed, 2 insertions(+)
|
view
|
download
|