What is my IP Address? <- No Ads, No User Tracking

A tool that displays your own public IPv4 and IPv6 addresses is now online at binsec.tools. It’s not the first tool that does that, but it’s free of advertising and tracking:

What is my IP address?

From a linux shell you can also call

$ curl https://ip.binsec.tools/

and get your IP back in JSON format

{"ip": "93.207.237.237", "version": 4}

or get the IPv4 or IPv6 address

$ curl https://ip4.binsec.tools/
$ curl https://ip6.binsec.tools/

In the browser you may stil use:

https://binsec.tools/lookup/whatismyip/

free online tls test for a specific custom port, alternate to 443

You are looking for a free online tool, that checks and test the ssl/tls configuration on a specific custom port, alternative to 443? Then checkout the binsec.tool SSLCheck – there you can specify the port that should be tested, like 8443. The SSLScan fo binsec.tool will give you an overview over the protocols and ciphers of the TLS configuration and checks the level of security. It even supports testing StartTLS for SMTP, IMAP and LDAP.