Commit Graph

155 Commits

Author SHA1 Message Date
Alicia Sykes
2474eb323a Adds card for showing additional resources for further research 2023-07-27 22:07:35 +01:00
Alicia Sykes
786ba7c03e Adds card for viewing and downloading raw results 2023-07-27 22:07:02 +01:00
Alicia Sykes
6a854af79e Fetch and display externally linked content hrefs 2023-07-27 22:06:40 +01:00
Alicia Sykes
e2e16c9439 Update run command in Dockerfile (#11) 2023-07-25 05:15:55 +01:00
Alicia Sykes
ff894f49fc Adds lambda function for fetching security.txt 2023-07-24 21:00:40 +01:00
Alicia Sykes
c8d29c78a2
Merge pull request #12 from Lissy93/FEAT/security-txt
Adds support for fetching, parsing and displaying the security.txt file
Fixes #7
2023-07-24 20:55:07 +01:00
Alicia Sykes
73612bb5ba Adds support for fetching, parsing security.txt file (#7) 2023-07-24 20:51:46 +01:00
Alicia Sykes
95c2368e7f Exports styled Details 2023-07-24 20:50:31 +01:00
Alicia Sykes
7e3cdd7f92 Adds follow-redirects package 2023-07-24 20:50:02 +01:00
Alicia Sykes
8ff4e4e36a Adds option for links in card docs to have display text 2023-07-24 19:31:47 +01:00
Alicia Sykes
66158a20fd Adds security.txt 2023-07-24 16:40:00 +01:00
Alicia Sykes
3f1b4bea3a Integrates error logging 2023-07-23 23:54:56 +01:00
Alicia Sykes
ab2ec0e823 Re-does homepage 2023-07-23 16:20:38 +01:00
Alicia Sykes
7ec8ccf972 Redirect pages to React app 2023-07-23 11:26:27 +01:00
Alicia Sykes
573864baae Adds a loading animation 2023-07-23 00:05:04 +01:00
Alicia Sykes
79afd4a46d Adds a docker-compose 2023-07-23 00:04:45 +01:00
Alicia Sykes
afa05204f2
Updates deployment instructions 2023-07-22 21:40:06 +01:00
Alicia Sykes
0fd7ed6aad
Adds Docker run instructions to readme 2023-07-22 21:21:44 +01:00
Alicia Sykes
befa992cb1
Adds funding.yml for sponsor button 2023-07-22 20:47:50 +01:00
Alicia Sykes
1d2de60e35
Adds workflow to build and publish Docker img 2023-07-22 20:34:45 +01:00
Alicia Sykes
9f04d06ec9 Wrote a rudamentry Dockerfile 2023-07-22 20:31:35 +01:00
Alicia Sykes
47db364ec4 Fixed Netlify config file 2023-07-22 19:35:16 +01:00
Alicia Sykes
8e1bc7a97e Moves API handlers from server/lambda to /api 2023-07-22 17:53:33 +01:00
Alicia Sykes
b81882e6cc Adds logo asset, adds env var placeholders, adds 404 page 2023-07-22 17:52:51 +01:00
Alicia Sykes
8c15500c7d Update package manager used for netlify-plugin-chromium 2023-07-22 15:53:36 +01:00
Alicia Sykes
049fb8da95 Update packages, fix pupetter, resolve some TypeScript warnings 2023-07-22 15:44:03 +01:00
Alicia Sykes
dd0be7ed05 Removal of node-fetch, updates all functions accordingly, use of custom chromium driver for netlify support, plus update of all older packages 2023-07-22 15:18:28 +01:00
Alicia Sykes
38fb1a1d4b Changes Pupeteer screenshot mechanism, updates dependencies, fix docs, add fallback for screenshot, add dev script 2023-07-22 14:15:22 +01:00
Alicia Sykes
1b5309c27b Updates screenshot for readme 2023-07-22 12:56:35 +01:00
Alicia Sykes
b2204728ea Improved error handline, fixes #5 2023-07-22 00:19:13 +01:00
Alicia Sykes
f9437ea964 Updates result components, adds card docs 2023-07-22 00:06:06 +01:00
Alicia Sykes
463e5d7154 Updates screenshot component 2023-07-22 00:05:38 +01:00
Alicia Sykes
13bea91b60 Adds server-side native screenshot capture functionality 2023-07-22 00:05:09 +01:00
Alicia Sykes
7ebe96b9be Find, parse and render info from Sitemap 2023-07-21 20:53:54 +01:00
Alicia Sykes
fc030ffcd6 Implemented a much neater masonary layout 2023-07-21 00:07:19 +01:00
Alicia Sykes
e0d33ea9c5 Adds missing IDs to progress loader, refined DnsServer comp 2023-07-20 22:49:49 +01:00
Alicia Sykes
9df4528d19 Determines technologies used on a given site 2023-07-20 22:49:28 +01:00
Alicia Sykes
2865642049 Gets DNS servers, and checks for DoH/DoT compatibility 2023-07-20 20:35:52 +01:00
Alicia Sykes
679aab140d Fixed homepage responsivness on Chromium webkit browsers 2023-07-18 20:32:56 +01:00
Alicia Sykes
9a5af64d1b Fix parsing of whois records 2023-07-18 20:11:29 +01:00
Alicia Sykes
8878062d2a Merge branch 'master' of github.com:lissy93/web-check 2023-07-17 23:07:21 +01:00
Alicia Sykes
08df0aaf20 Adds docs for whois domain info, and updates progress order 2023-07-17 23:07:18 +01:00
Alicia Sykes
eea6929071 Hyperlink styling for row value 2023-07-17 23:06:53 +01:00
Alicia Sykes
2310c80137 Adds UI code for showin native domain lookups 2023-07-17 23:06:35 +01:00
Alicia Sykes
c9cdd93138 Adds API endpoints for native whois lookup on domain 2023-07-17 23:05:56 +01:00
Alicia Sykes
e25e4d643c
Merge pull request #3 from UlisesGascon/fix/remove-slash
fix: remove slash character at the end if exists
2023-07-17 22:46:12 +01:00
Ulises Gascón
a3d7463df6
fix: remove slash character at the end if exists 2023-07-17 17:26:08 +02:00
Alicia Sykes
20aaa77baf Adds HSTS docs, makes TXT recors span 2 cols, checks for WhoIs API empty 2023-07-16 23:43:50 +01:00
Alicia Sykes
d50ca829fb Adds checks for HSTS headers in UI 2023-07-16 23:43:03 +01:00
Alicia Sykes
7727106d46 Adds API endpoint for checking HSTS headers 2023-07-16 23:42:22 +01:00