Created
September 17, 2018 15:11
-
-
Save claudijd/f63252997efcc87216405d34e3dcde38 to your computer and use it in GitHub Desktop.
Example SSH scan result...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (master) $ curl -i https://sshscan.rubidus.com/api/v1/scan/results?uuid=d46c613f-a7b1-429e-92e4-2bdb1aa858e6 | |
| HTTP/1.1 200 OK | |
| Server: nginx/1.10.0 (Ubuntu) | |
| Date: Mon, 17 Sep 2018 15:10:29 GMT | |
| Content-Type: application/json | |
| Content-Length: 1640 | |
| Connection: keep-alive | |
| Access-Control-Allow-Methods: GET, POST, OPTIONS, HEAD | |
| Access-Control-Allow-Origin: * | |
| Access-Control-Max-Age: 86400 | |
| Cache-control: no-store | |
| Pragma: no-cache | |
| Content-Security-Policy: default-src 'none'; frame-ancestors 'none'; script-src 'none'; upgrade-insecure-requests | |
| Referrer-Policy: no-referrer | |
| X-Content-Type-Options: nosniff | |
| X-Download-Options: noopen | |
| X-Frame-Options: DENY | |
| X-Permitted-Cross-Domain-Policies: none | |
| X-XSS-Protection: 1; mode=block | |
| Strict-Transport-Security: max-age=15768000; includeSubDomains | |
| {"ssh_scan_version":"0.0.35","ip":"63.245.208.111","hostname":"ssh.mozilla.com","port":22,"server_banner":"SSH-2.0-OpenSSH_7.4","ssh_version":2.0,"os":"unknown","os_cpe":"o:unknown","ssh_lib":"openssh","ssh_lib_cpe":"a:openssh:openssh:7.4","key_algorithms":["[email protected]","ecdh-sha2-nistp521","ecdh-sha2-nistp384","ecdh-sha2-nistp256","diffie-hellman-group-exchange-sha256"],"encryption_algorithms_client_to_server":["[email protected]","[email protected]","[email protected]","aes256-ctr","aes192-ctr","aes128-ctr"],"encryption_algorithms_server_to_client":["[email protected]","[email protected]","[email protected]","aes256-ctr","aes192-ctr","aes128-ctr"],"mac_algorithms_client_to_server":["[email protected]","[email protected]","[email protected]","hmac-sha2-512","hmac-sha2-256","[email protected]"],"mac_algorithms_server_to_client":["[email protected]","[email protected]","[email protected]","hmac-sha2-512","hmac-sha2-256","[email protected]"],"compression_algorithms_client_to_server":["none","[email protected]"],"compression_algorithms_server_to_client":["none","[email protected]"],"languages_client_to_server":[],"languages_server_to_client":[],"auth_methods":["publickey"],"fingerprints":{},"duplicate_host_key_ips":[],"compliance":{"policy":"Mozilla Modern","compliant":true,"recommendations":[],"references":["https://wiki.mozilla.org/Security/Guidelines/OpenSSH"],"grade":"A"},"start_time":"2018-09-17 15:09:35 +0000","end_time":"2018-09-17 15:09:37 +0000","scan_duration_seconds":1.629622624} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment