juja256 / rsa-common-factor

Basic realisation of RSA common factor attack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RSA common factor attack

This is brief realisation of RSA common factor attack on SSH public keys in golang. Just create file keys.list with a list of RSA public keys if format:

<ip address> <rsa public key in ssh format>
...

Then:

go run main.go

About

Basic realisation of RSA common factor attack


Languages

Language:Go 100.0%