@@ -92,75 +92,75 @@ const resources = [
92
92
title : 'SSL Labs Test' ,
93
93
link : 'https://ssllabs.com/ssltest/analyze.html' ,
94
94
icon : 'https://i.ibb.co/6bVL8JK/Qualys-ssl-labs.png' ,
95
- description : 'Analyzes the SSL configuration of a server and grades it. ' ,
95
+ description : 'Analyzes the SSL configuration of a server and grades it' ,
96
96
} ,
97
97
{
98
98
title : 'Virus Total' ,
99
99
link : 'https://virustotal.com' ,
100
100
icon : 'https://i.ibb.co/dWFz0RC/Virustotal.png' ,
101
- description : 'Checks a URL against multiple antivirus engines. ' ,
101
+ description : 'Checks a URL against multiple antivirus engines' ,
102
102
searchLink : 'https://www.virustotal.com/gui/domain/{URL}' ,
103
103
} ,
104
104
{
105
105
title : 'Shodan' ,
106
106
link : 'https://shodan.io/' ,
107
107
icon : 'https://i.ibb.co/SBZ8WG4/shodan.png' ,
108
- description : 'Search engine for Internet-connected devices. ' ,
108
+ description : 'Search engine for Internet-connected devices' ,
109
109
searchLink : 'https://www.shodan.io/search/report?query={URL}' ,
110
110
} ,
111
111
{
112
112
title : 'Archive' ,
113
113
link : 'https://archive.org/' ,
114
114
icon : 'https://i.ibb.co/nfKMvCm/Archive-org.png' ,
115
- description : 'View previous versions of a site via the Internet Archive. ' ,
115
+ description : 'View previous versions of a site via the Internet Archive' ,
116
116
searchLink : 'https://web.archive.org/web/*/{URL}' ,
117
117
} ,
118
118
{
119
119
title : 'URLScan' ,
120
120
link : 'https://urlscan.io/' ,
121
121
icon : 'https://i.ibb.co/cYXt8SH/Url-scan.png' ,
122
- description : 'Scans a URL and provides information about the page. ' ,
122
+ description : 'Scans a URL and provides information about the page' ,
123
123
} ,
124
124
{
125
125
title : 'Sucuri SiteCheck' ,
126
126
link : 'https://sitecheck.sucuri.net/' ,
127
127
icon : 'https://i.ibb.co/K5pTP1K/Sucuri-site-check.png' ,
128
- description : 'Checks a URL against blacklists and known threats. ' ,
128
+ description : 'Checks a URL against blacklists and known threats' ,
129
129
searchLink : 'https://www.ssllabs.com/ssltest/analyze.html?d={URL}' ,
130
130
} ,
131
131
{
132
132
title : 'Domain Tools' ,
133
133
link : 'https://whois.domaintools.com/' ,
134
134
icon : 'https://i.ibb.co/zJfCKjM/Domain-tools.png' ,
135
- description : 'Run a WhoIs lookup on a domain. ' ,
135
+ description : 'Run a WhoIs lookup on a domain' ,
136
136
searchLink : 'https://whois.domaintools.com/{URL}' ,
137
137
} ,
138
138
{
139
139
title : 'NS Lookup' ,
140
140
link : 'https://nslookup.io/' ,
141
141
icon : 'https://i.ibb.co/BLSWvBv/Ns-lookup.png' ,
142
- description : 'View DNS records for a domain. ' ,
142
+ description : 'View DNS records for a domain' ,
143
143
searchLink : 'https://www.nslookup.io/domains/{URL}/dns-records/' ,
144
144
} ,
145
145
{
146
146
title : 'DNS Checker' ,
147
147
link : 'https://dnschecker.org/' ,
148
148
icon : 'https://i.ibb.co/gyKtgZ1/Dns-checker.webp' ,
149
- description : 'Check global DNS propagation across multiple servers. ' ,
149
+ description : 'Check global DNS propagation across multiple servers' ,
150
150
searchLink : 'https://dnschecker.org/#A/{URL}' ,
151
151
} ,
152
152
{
153
153
title : 'Censys' ,
154
154
link : 'https://search.censys.io/' ,
155
155
icon : 'https://i.ibb.co/j3ZtXzM/censys.png' ,
156
- description : 'Lookup hosts associated with a domain. ' ,
156
+ description : 'Lookup hosts associated with a domain' ,
157
157
searchLink : 'https://search.censys.io/search?resource=hosts&q={URL}' ,
158
158
} ,
159
159
{
160
160
title : 'Page Speed Insights' ,
161
161
link : 'https://developers.google.com/speed/pagespeed/insights/' ,
162
162
icon : 'https://i.ibb.co/k68t9bb/Page-speed-insights.png' ,
163
- description : 'Checks the performance, accessibility and SEO of a page on mobile + desktop. ' ,
163
+ description : 'Checks the performance, accessibility and SEO of a page on mobile + desktop' ,
164
164
searchLink : 'https://developers.google.com/speed/pagespeed/insights/?url={URL}' ,
165
165
} ,
166
166
{
0 commit comments