Skip to content
/ bf Public

Small C library to run brute-force attacks with generated ASCII passwords. It employs multi-threading and can resume previous runs.

License

Notifications You must be signed in to change notification settings

hippie68/bf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bf

Small C library to run brute-force attacks with generated ASCII passwords.
It employs multi-threading and can resume previous runs.

The documentation is included in the file bf.h.

An example program that runs on Linux/UNIX can be compiled with GCC: gcc *.c -O3 -lpthread.
A Windows version can be compiled with MinGW: x86_64-w64-mingw32-gcc-win32 *.c -O3 -lpthread.

About

Small C library to run brute-force attacks with generated ASCII passwords. It employs multi-threading and can resume previous runs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages