Skip to content

Search Shodan for SSH keys

This might help you find staging/dev installations, or public systems hiding behind a reverse proxy.

  1. Get the MD5 fingerprint
bash
target=127.0.0.1
ssh-keygen -E md5 -lf <( ssh-keyscan "$target" 2>/dev/null )
  1. Copy the RSA key and search in Shodan