https://github.com/carlospolop/easy_bfopensslctf
Bash script that given a password (or a wordlist) tries to decrypt an OpenSSL encrypted file using several algorithms.
https://github.com/carlospolop/easy_bfopensslctf
brute-force ctf openssl
Last synced: 4 months ago
JSON representation
Bash script that given a password (or a wordlist) tries to decrypt an OpenSSL encrypted file using several algorithms.
- Host: GitHub
- URL: https://github.com/carlospolop/easy_bfopensslctf
- Owner: carlospolop
- Created: 2017-12-26T17:58:06.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-03-29T20:39:02.000Z (over 5 years ago)
- Last Synced: 2025-03-19T01:08:36.402Z (4 months ago)
- Topics: brute-force, ctf, openssl
- Language: Shell
- Homepage:
- Size: 5.86 KB
- Stars: 11
- Watchers: 3
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# easy_BFopensslCTF
Bash script that given a password (or a wordlist) tries to decrypt an OpenSSL encrypted file using several algorithms.
## Help message
```bash
bf_openssl.bash -f input_file [-v] [-a] [-b] [-h] [-t password] [-p pass_file]
v: Verbose level
a: All cyphers
b: Base64
h: Help
t: Use pass
p: Use pass file
```It doesn't show empty, data, Non-ISO extended-ASCII, DOS executable, COM executable for DOS, PGP Secret Key discovered files.