Search Shodan for SSH keys
This might help you find staging/dev installations, or public systems hiding behind a reverse proxy.
- Get the MD5 fingerprint
bash
target=127.0.0.1
ssh-keygen -E md5 -lf <( ssh-keyscan "$target" 2>/dev/null )- Copy the RSA key and search in Shodan
