SSL and Web Analyzer
No credit card required
SSL and Web Analyzer
No credit card required
The SSL Checker actor scans IPs or subnets for SSL certificate details using masscan. It retrieves response headers, titles, and redirected URLs for HTTP and HTTPS. Customize parameters and set result limits for efficient scanning
You can access the SSL and Web Analyzer programmatically from your own applications by using the Apify API. You can choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
1echo '{
2 "used_masscan": false,
3 "Ips_or_CIDR": [
4 "8.8.8.8"
5 ],
6 "proxyConfiguration": {
7 "useApifyProxy": false
8 },
9 "Ports": [
10 80,
11 443
12 ]
13}' |
14apify call dz_omar/ssl-and-web-analyzer --silent --output-dataset
SSL & Masscan IP Scanner with Proxy Support API through CLI
The Apify CLI is the official tool that allows you to use SSL and Web Analyzer locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
1npm i -g apify-cli
2apify login
Other API clients include:
- 6 monthly users
- 1 star
- 100.0% runs succeeded
- Created in Oct 2024
- Modified 30 days ago