Passwords & credentials

Wordlists and dictionaries

Online cracker

Online attacks

patator.py

Patator is a multi-purpose brute-forcer, with a modular design and a flexible usage. GitHub - lanjelot/patator

python -W ignore patator.py ssh_login host=<ip> user=FILE0 0=/root/usernames password=Pass.txt

Tools

identify hash

Key spaced brute force

crunch

Pre-defined character set

More customized passwords

fgdump

In memory attack (injecting dll), for system passwords

Alternative: Pwdump

Windows Credentials Editor (WCE)

Windows Credentials Editor (WCE) is a security tool to list logon sessions and add, change, list and delete associated credentials (ex.: LM/NT hashes, plaintext passwords and Kerberos tickets).

Download Site

List logon sessions

Dump clear text passwords

responder.py (windows creds)

Responder is a LLMNR, NBT-NS and MDNS poisoner, with built-in HTTP_SMB_MSSQL_FTP_LDAP rogue authentication server supporting NTLMv1/NTLMv2/LMv2, Extended Security NTLMSSP and Basic HTTP authentication. GitHub - lgandx/Responder

bypassuac

Used to bypass UAC post exploitation http://thehackerplaybook.com/Download/bypassuac.zip

Specific services, apps, files

fcrackzip

A braindead program for cracking encrypted ZIP archives. Forked from http://oldhome.schmorp.de/marc/fcrackzip.html GitHub - hyc/fcrackzip

Last updated