tests.cghmn

This is a site that allows basic diagnostics inside the CGHMN network. Some tests may take a few seconds to load.

Tests Available

/dig/{DOMAIN}/{TYPE}

This route looks up DNS results for a given domain, optionally searching for a specific record type.

/ip

This route returns your IP address.

/ping/{ADDRESS}

This route attempts to ping your ip address by default, but you can optionally specify any domain or address.

/traceroute/{ADDRESS}

This route attempts to run a traceroute to your ip address by default, but you can optionally specify any domain or address.

/useragent

This route returns your user agent string.

/visible/{PORT}

This route scans you for an optionally specified set of open ports. By default, the scan covers ports 1-1000.

Experimental Tests

These tests may not work correctly, or require certain advanced features in your browser.

/online/{URI}

This route tries to access the {URI} with cURL. By default, it connects to your IP address.

/speed

Requires Javascript! This route attempts to download an image using javascript, and reports the speed based on time taken.

/ssl/server/ciphers/{DOMAIN}

This route shows the supported SSL/TLS ciphers from the domain specified. If no domain is specified, it uses your IP address.