RSA SSH key Decoder using Python3
RSA SSH Key Decoder v1.0
Note : Make sure all requirements are satisfied...
clone this repo
git clone https://github.com/hackers-brain/rsa_decoder.git
change directory
cd rsa_decoder
install requirements
pip3 install -r requirements.txt
run main script
python3 main.py -f <encoded_file> -d <decryption_key> -m <modulus>
eg
python3 main.py -f enc.txt -d xxxx -m xxxx
Author : HackerBrain
Website : gauravraj.rf.gd
HackersBrain : HackTheBox
HackersBrain : TryHackMe