Skip to content

AnvithLobo/go-SolarPuttyDecrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-SolarPuttyDecrypt

SolarPutty's sessions files decryptor / bruteforce

-----------------------------------------------------

➤ Build

git clone https://github.com/AnvithLobo/go-SolarPuttyDecrypt
cd go-SolarPuttyDecrypt
go mod tidy
go build

➤ Usage

./go-SolarPuttyDecrypt -h

Usage of ./go-SolarPuttyDecrypt:
  -password string
        Password to decrypt the session file
  -session string
        SolarPutty session file path [required]
  -threads int
        Number of threads to use (default 16)
  -wordlist string
        Wordlist file path

➤ Example

./go-SolarPuttyDecrypt -session sessions-backup.dat -wordlist wordlist.txt

-----------------------------------------------------
SolarPutty's Sessions Bruteforce Decrypter in go
-----------------------------------------------------
[0.65% done] [93775/14344393] [16162 p/s] Trying: misperros
./go-SolarPuttyDecrypt -session sessions-backup.dat -password password

-----------------------------------------------------
SolarPutty's Sessions Bruteforce Decrypter in go
-----------------------------------------------------
password: password
  ->
{
    "AuthScript": [],
    "Credentials": [
        {
            "CredentialsName": "instant-root",
            "Id": "452ed919-530e-419b-b721-da76cbe8ed04",
            "Passphrase": "",
            "Password": "123456789",
            "PrivateKeyContent": null,
            "PrivateKeyPath": "",
            "Username": "root"
        }
    ],
    "Groups": [],
    "LogsFolderDestination": "C:\\ProgramData\\SolarWinds\\Logs\\Solar-PuTTY\\SessionLogs",
[...SNIP...]
}

-----------------------------------------------------

➤ Credits

https://github.com/VoidSec/SolarPuttyDecrypt https://voidsec.com/solarputtydecrypt/

About

SolarPutty's sessions files decryptor / bruteforce

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages