Skip to content

Command line utilities showing off how to perform a bruteforce dictionary attack on UNIX.

License

Notifications You must be signed in to change notification settings

ak9999/dict-bruteforce-unix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dictionary-based brute-forcer for UNIX

Building

cc shadow_cracker.c -lcrypt -o bruteforce -Wall -std=c11 -pedantic

Usage

bruteforce <dictionary file> OR bruteforce <path/to/etc/shadow> <dictionary file>

This will take a long time especially if you use a large dictionary file.

Information:

Wikipedia page on /etc/passwd and /etc/shadow

man page for crypt

Python script

cracker.py <path/to/dictionary/file>

How come it doesn't offer to look at shadow files in non-default directories?

Because Python's spwd module isn't as robust as <spwd.h> in C.

About

Command line utilities showing off how to perform a bruteforce dictionary attack on UNIX.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published