diff --git a/src/components/misc/AdditionalResources.tsx b/src/components/misc/AdditionalResources.tsx index 64fb5727..8487a2fc 100644 --- a/src/components/misc/AdditionalResources.tsx +++ b/src/components/misc/AdditionalResources.tsx @@ -92,75 +92,75 @@ const resources = [ title: 'SSL Labs Test', link: 'https://ssllabs.com/ssltest/analyze.html', icon: 'https://i.ibb.co/6bVL8JK/Qualys-ssl-labs.png', - description: 'Analyzes the SSL configuration of a server and grades it.', + description: 'Analyzes the SSL configuration of a server and grades it', }, { title: 'Virus Total', link: 'https://virustotal.com', icon: 'https://i.ibb.co/dWFz0RC/Virustotal.png', - description: 'Checks a URL against multiple antivirus engines.', + description: 'Checks a URL against multiple antivirus engines', searchLink: 'https://www.virustotal.com/gui/domain/{URL}', }, { title: 'Shodan', link: 'https://shodan.io/', icon: 'https://i.ibb.co/SBZ8WG4/shodan.png', - description: 'Search engine for Internet-connected devices.', + description: 'Search engine for Internet-connected devices', searchLink: 'https://www.shodan.io/search/report?query={URL}', }, { title: 'Archive', link: 'https://archive.org/', icon: 'https://i.ibb.co/nfKMvCm/Archive-org.png', - description: 'View previous versions of a site via the Internet Archive.', + description: 'View previous versions of a site via the Internet Archive', searchLink: 'https://web.archive.org/web/*/{URL}', }, { title: 'URLScan', link: 'https://urlscan.io/', icon: 'https://i.ibb.co/cYXt8SH/Url-scan.png', - description: 'Scans a URL and provides information about the page.', + description: 'Scans a URL and provides information about the page', }, { title: 'Sucuri SiteCheck', link: 'https://sitecheck.sucuri.net/', icon: 'https://i.ibb.co/K5pTP1K/Sucuri-site-check.png', - description: 'Checks a URL against blacklists and known threats.', + description: 'Checks a URL against blacklists and known threats', searchLink: 'https://www.ssllabs.com/ssltest/analyze.html?d={URL}', }, { title: 'Domain Tools', link: 'https://whois.domaintools.com/', icon: 'https://i.ibb.co/zJfCKjM/Domain-tools.png', - description: 'Run a WhoIs lookup on a domain.', + description: 'Run a WhoIs lookup on a domain', searchLink: 'https://whois.domaintools.com/{URL}', }, { title: 'NS Lookup', link: 'https://nslookup.io/', icon: 'https://i.ibb.co/BLSWvBv/Ns-lookup.png', - description: 'View DNS records for a domain.', + description: 'View DNS records for a domain', searchLink: 'https://www.nslookup.io/domains/{URL}/dns-records/', }, { title: 'DNS Checker', link: 'https://dnschecker.org/', icon: 'https://i.ibb.co/gyKtgZ1/Dns-checker.webp', - description: 'Check global DNS propagation across multiple servers.', + description: 'Check global DNS propagation across multiple servers', searchLink: 'https://dnschecker.org/#A/{URL}', }, { title: 'Censys', link: 'https://search.censys.io/', icon: 'https://i.ibb.co/j3ZtXzM/censys.png', - description: 'Lookup hosts associated with a domain.', + description: 'Lookup hosts associated with a domain', searchLink: 'https://search.censys.io/search?resource=hosts&q={URL}', }, { title: 'Page Speed Insights', link: 'https://developers.google.com/speed/pagespeed/insights/', icon: 'https://i.ibb.co/k68t9bb/Page-speed-insights.png', - description: 'Checks the performance, accessibility and SEO of a page on mobile + desktop.', + description: 'Checks the performance, accessibility and SEO of a page on mobile + desktop', searchLink: 'https://developers.google.com/speed/pagespeed/insights/?url={URL}', }, {