Skip to content

A fast multi-threaded tool to bruteforce openssl ciphers with a wordlist against an encrypted file.

Notifications You must be signed in to change notification settings

deltaclock/go-openssl-bruteforce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

go-openssl-bruteforce

A fast multi-threaded tool to bruteforce openssl ciphers with a wordlist against an encrypted file.

Usage

./openssl-brute -file <encrypted file>

Needs to be in base64 (will be fixed later).

All options

$ ./openssl-brute 
  -ciphers string
    	Specify cipher types comma separated. (default "All openssl ciphers")
  -file string
    	File to decrypt. (Required)
  -print
    	Set to print all available ciphers and exit.
  -wordlist string
    	Wordlist to use. (default "/usr/share/wordlists/rockyou.txt")

Compiled versions on the release tab. here

Build from source

git clone https://github.com/deltaclock/go-openssl-bruteforce.git
cd go-openssl-bruteforce/
go build -o openssl-brute

About

A fast multi-threaded tool to bruteforce openssl ciphers with a wordlist against an encrypted file.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages