From 00f4994dfb22ca719cca2034889d47be8cfba5b7 Mon Sep 17 00:00:00 2001 From: Thomas Gingele Date: Sun, 13 Oct 2024 22:10:24 +0200 Subject: [PATCH] Add README --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..287c3e9 --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# Solar-PuTTY Encroption Bruteforcer + +Inspired by: https://github.com/VoidSec/SolarPuttyDecrypt + +This tool is able to brute force the password for encrypted Solar-PuTTY session files. + +## Usage + +The tool takes two parameters: + +1. The session file +2. The wordlist file + +Everything else is automatic. + +``` +.\spebf.exe C:\Users\test\session.dat C:\Users\test\rockyou.txt +```