Skip to content

Instantly share code, notes, and snippets.

@sebsto
Created January 20, 2019 13:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sebsto/1dbd4baaeafb6db24a548789b644f90c to your computer and use it in GitHub Desktop.
Save sebsto/1dbd4baaeafb6db24a548789b644f90c to your computer and use it in GitHub Desktop.
App Sync NMAP TLS
$ nmap --script ssl-enum-ciphers <your_appsync_id>.appsync-api.eu-west-1.amazonaws.com
Starting Nmap 7.70 ( https://nmap.org ) at 2018-12-23 14:35 GMT
Nmap scan report for d7...33q.appsync-api.eu-west-1.amazonaws.com (13.xx.xx.43)
Host is up (0.033s latency).
Other addresses for d7...33q.appsync-api.eu-west-1.amazonaws.com (not scanned): 13.xx.xx.xx 13.xx.xx.xx 13.xx.xx.xx
rDNS record for 13.xx.xx.43: server-13-xx-xx-43.lhr62.r.cloudfront.net
Not shown: 998 filtered ports
PORT STATE SERVICE
80/tcp open http
443/tcp open https
| ssl-enum-ciphers:
| TLSv1.1:
| ciphers:
(skipped for brevity)
| TLSv1.2:
| ciphers:
(skipped for brevity)
|_ least strength: A
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment