From 9609cd37012ae1a1c12aaaeea1217e88cc1f9d16 Mon Sep 17 00:00:00 2001 From: Denis Simonov Date: Fri, 3 May 2024 18:23:04 +0300 Subject: [PATCH 01/15] Update firewall.js, add QRATOR WAF Add new firewall: https://qrator.net/ --- api/firewall.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/api/firewall.js b/api/firewall.js index 39afde3..48419b6 100644 --- a/api/firewall.js +++ b/api/firewall.js @@ -91,6 +91,10 @@ const handler = async (url) => { return hasWaf('IBM WebSphere DataPower'); } + if (headers['server'] && headers['server'].includes('QRATOR')) { + return hasWaf('QRATOR WAF'); + } + return { hasWaf: false, } From 26d51708ebcdfddf4c923659f76d7639683b2160 Mon Sep 17 00:00:00 2001 From: liss-bot Date: Sun, 12 May 2024 03:02:39 +0100 Subject: [PATCH 02/15] docs: Updates contributors list --- .github/README.md | 50 +++++++++++++++++------------------------------ 1 file changed, 18 insertions(+), 32 deletions(-) diff --git a/.github/README.md b/.github/README.md index a42d3ff..caac825 100644 --- a/.github/README.md +++ b/.github/README.md @@ -947,13 +947,6 @@ Credit to the following users for contributing to Web-Check - - - jinnabaalu -
- Jinna Baalu -
- bolens @@ -988,15 +981,15 @@ Credit to the following users for contributing to Web-Check
PhiRequiem
- - + Myzel394
Myzel394
- + + murrple-1 @@ -1031,15 +1024,15 @@ Credit to the following users for contributing to Web-Check
Gertje823
- - + epreston
Ed Preston
- + + 0xflotus @@ -1085,28 +1078,21 @@ Huge thanks to these wonderful people, who sponsor me on GitHub, their support h Torgny Bjers - - - emlazzarin -
- Eddy Lazzarin -
- AnandChowdhary
Anand Chowdhary
- - + shrippen
Shrippen
- + + bile0026 @@ -1141,15 +1127,15 @@ Huge thanks to these wonderful people, who sponsor me on GitHub, their support h
Araguaci
- - + bmcgonag
Brian McGonagill
- + + vlad-timofeev @@ -1184,15 +1170,15 @@ Huge thanks to these wonderful people, who sponsor me on GitHub, their support h
Göksel Yeşiller
- - + allesauseinerhand
Allesauseinerhand
- + + forwardemail @@ -1227,15 +1213,15 @@ Huge thanks to these wonderful people, who sponsor me on GitHub, their support h
M2TD
- - + frankdez93
Frankdez93
- + + terminaltrove From 7125eeff5d7a88320eb0551a56e836e3ab38bcf3 Mon Sep 17 00:00:00 2001 From: Denis Simonov Date: Fri, 17 May 2024 00:00:56 +0300 Subject: [PATCH 03/15] Update firewall.js, add ddos-guard WAF Add ddos-guard WAF https://ddos-guard.net/en --- api/firewall.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/api/firewall.js b/api/firewall.js index 48419b6..a37ed61 100644 --- a/api/firewall.js +++ b/api/firewall.js @@ -95,6 +95,10 @@ const handler = async (url) => { return hasWaf('QRATOR WAF'); } + if (headers['server'] && headers['server'].includes('ddos-guard')) { + return hasWaf('DDoS-Guard WAF'); + } + return { hasWaf: false, } From bf41ce0466e3fe01039f8af66e4f59b7d43bff27 Mon Sep 17 00:00:00 2001 From: liss-bot Date: Sun, 19 May 2024 03:02:59 +0100 Subject: [PATCH 04/15] docs: Updates contributors list --- .github/README.md | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/.github/README.md b/.github/README.md index caac825..e4c8d78 100644 --- a/.github/README.md +++ b/.github/README.md @@ -939,14 +939,21 @@ Credit to the following users for contributing to Web-Check Brian Teeman + + + n0a +
+ Denis Simonov +
+ + GreyXor
GreyXor
- - + bolens @@ -981,15 +988,15 @@ Credit to the following users for contributing to Web-Check
PhiRequiem
- + + Myzel394
Myzel394
- - + murrple-1 @@ -1024,15 +1031,15 @@ Credit to the following users for contributing to Web-Check
Gertje823
- + + epreston
Ed Preston
- - + 0xflotus @@ -1186,13 +1193,6 @@ Huge thanks to these wonderful people, who sponsor me on GitHub, their support h Forward Email - Open-source & Privacy-focused Email Service (2023) - - - lamtrinhdev -
- LamTrinh.Dev -
- Bastii717 @@ -1220,15 +1220,15 @@ Huge thanks to these wonderful people, who sponsor me on GitHub, their support h
Frankdez93
- - + terminaltrove
Terminal Trove
- + + NixyJuppie From 17696d80cc2e5d4fead471e7912b56450831c253 Mon Sep 17 00:00:00 2001 From: vitalykarasik Date: Fri, 24 May 2024 06:21:47 +0300 Subject: [PATCH 05/15] CICD: bumped GHA versions --- .github/workflows/credits.yml | 6 +++--- .github/workflows/deploy-aws.yml | 24 ++++++++++++------------ .github/workflows/docker.yml | 12 ++++++------ .github/workflows/mirror.yml | 2 +- 4 files changed, 22 insertions(+), 22 deletions(-) diff --git a/.github/workflows/credits.yml b/.github/workflows/credits.yml index 0259921..0056930 100644 --- a/.github/workflows/credits.yml +++ b/.github/workflows/credits.yml @@ -12,9 +12,9 @@ jobs: name: Inserts Sponsors 💓 steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Updates readme with sponsors - uses: JamesIves/github-sponsors-readme-action@1.0.5 + uses: JamesIves/github-sponsors-readme-action@v1 with: token: ${{ secrets.BOT_TOKEN || secrets.GITHUB_TOKEN }} file: .github/README.md @@ -25,7 +25,7 @@ jobs: name: Inserts Contributors 💓 steps: - name: Updates readme with contributors - uses: akhilmhdh/contributors-readme-action@v2.3.4 + uses: akhilmhdh/contributors-readme-action@v2.3.10 env: GITHUB_TOKEN: ${{ secrets.BOT_TOKEN || secrets.GITHUB_TOKEN }} with: diff --git a/.github/workflows/deploy-aws.yml b/.github/workflows/deploy-aws.yml index 3f53ab0..971858a 100644 --- a/.github/workflows/deploy-aws.yml +++ b/.github/workflows/deploy-aws.yml @@ -19,15 +19,15 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Setup Node.js - uses: actions/setup-node@v1 + uses: actions/setup-node@v4 with: node-version: 16 - name: Cache node_modules - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: node_modules key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }} @@ -35,7 +35,7 @@ jobs: ${{ runner.os }}-yarn- - name: Create GitHub deployment for API - uses: chrnorm/deployment-action@releases/v1 + uses: chrnorm/deployment-action@releases/v2 id: deployment_api with: token: ${{ secrets.BOT_TOKEN || secrets.GITHUB_TOKEN }} @@ -56,7 +56,7 @@ jobs: - name: Update GitHub deployment status (API) if: always() - uses: chrnorm/deployment-status@releases/v1 + uses: chrnorm/deployment-status@v2 with: token: ${{ secrets.BOT_TOKEN || secrets.GITHUB_TOKEN }} state: "${{ job.status }}" @@ -68,15 +68,15 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Setup Node.js - uses: actions/setup-node@v1 + uses: actions/setup-node@v4 with: node-version: 16 - name: Cache node_modules - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: node_modules key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }} @@ -84,7 +84,7 @@ jobs: ${{ runner.os }}-yarn- - name: Create GitHub deployment for Frontend - uses: chrnorm/deployment-action@releases/v1 + uses: chrnorm/deployment-action@v2 id: deployment_frontend with: token: ${{ secrets.BOT_TOKEN || secrets.GITHUB_TOKEN }} @@ -97,7 +97,7 @@ jobs: yarn build - name: Setup AWS - uses: aws-actions/configure-aws-credentials@v1 + uses: aws-actions/configure-aws-credentials@v4 with: aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} @@ -109,7 +109,7 @@ jobs: run: aws s3 sync ./build/ s3://$AWS_S3_BUCKET/ --delete - name: Invalidate CloudFront cache - uses: chetan/invalidate-cloudfront-action@v2.4 + uses: chetan/invalidate-cloudfront-action@v2 env: DISTRIBUTION: E30XKAM2TG9FD8 PATHS: '/*' @@ -119,7 +119,7 @@ jobs: - name: Update GitHub deployment status (Frontend) if: always() - uses: chrnorm/deployment-status@releases/v1 + uses: chrnorm/deployment-status@v2 with: token: ${{ secrets.BOT_TOKEN || secrets.GITHUB_TOKEN }} state: "${{ job.status }}" diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index f335f59..6e0966a 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Extract tag name shell: bash @@ -42,27 +42,27 @@ jobs: fi - name: Set up QEMU - uses: docker/setup-qemu-action@v1 + uses: docker/setup-qemu-action@v3 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v1 + uses: docker/setup-buildx-action@v3 - name: Login to GitHub Container Registry - uses: docker/login-action@v1 + uses: docker/login-action@v3 with: registry: ${{ env.GHCR_REGISTRY }} username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - name: Login to DockerHub - uses: docker/login-action@v1 + uses: docker/login-action@v3 with: registry: ${{ env.DOCKERHUB_REGISTRY }} username: ${{ env.DOCKER_USER }} password: ${{ secrets.DOCKERHUB_PASSWORD }} - name: Build and push Docker images - uses: docker/build-push-action@v2 + uses: docker/build-push-action@v5 with: context: . file: ./Dockerfile diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index 44c11f4..5bf3c37 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -8,7 +8,7 @@ jobs: codeberg: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: { fetch-depth: 0 } - uses: pixta-dev/repository-mirroring-action@v1 with: From 3d6539b673dcb56a3a0037a7f4d4bbeeb8007f9b Mon Sep 17 00:00:00 2001 From: liss-bot Date: Sun, 26 May 2024 03:03:26 +0100 Subject: [PATCH 06/15] docs: Updates contributors list --- .github/README.md | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/.github/README.md b/.github/README.md index e4c8d78..5cef5c3 100644 --- a/.github/README.md +++ b/.github/README.md @@ -1178,21 +1178,14 @@ Huge thanks to these wonderful people, who sponsor me on GitHub, their support h Göksel Yeşiller - - - allesauseinerhand -
- Allesauseinerhand -
- - forwardemail
Forward Email - Open-source & Privacy-focused Email Service (2023)
- + + Bastii717 @@ -1227,15 +1220,15 @@ Huge thanks to these wonderful people, who sponsor me on GitHub, their support h
Terminal Trove
- - + NixyJuppie
Nixy
- + + nrvo From b55a1cc1b3c43cc05eea89e319194bd213ea5dc1 Mon Sep 17 00:00:00 2001 From: Denis Simonov Date: Tue, 28 May 2024 02:59:30 +0300 Subject: [PATCH 07/15] Sort openPorts and failedPorts before returning --- api/ports.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/api/ports.js b/api/ports.js index 63e2c25..ea188bd 100644 --- a/api/ports.js +++ b/api/ports.js @@ -72,7 +72,11 @@ const handler = async (url, event, context) => { if(timeoutReached){ return errorResponse('The function timed out before completing.'); } - + + // Sort openPorts and failedPorts before returning + openPorts.sort((a, b) => a - b); + failedPorts.sort((a, b) => a - b); + return { openPorts, failedPorts }; }; From ed1d33d81a9b2ff8327068a80f6895228f6f59d5 Mon Sep 17 00:00:00 2001 From: liss-bot Date: Sun, 2 Jun 2024 03:03:52 +0100 Subject: [PATCH 08/15] docs: Updates contributors list --- .github/README.md | 668 ++++++++++++++++++++++++---------------------- 1 file changed, 344 insertions(+), 324 deletions(-) diff --git a/.github/README.md b/.github/README.md index 5cef5c3..ca902b7 100644 --- a/.github/README.md +++ b/.github/README.md @@ -903,150 +903,163 @@ Credit to the following users for contributing to Web-Check - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
- - Lissy93 -
- Alicia Sykes -
-
- - liss-bot -
- Alicia Bot -
-
- - muni106 -
- Mounir Samite -
-
- - ChrisCarini -
- Chris Carini -
-
- - brianteeman -
- Brian Teeman -
-
- - n0a -
- Denis Simonov -
-
- - GreyXor -
- GreyXor -
-
- - bolens -
- Michael Bolens -
-
- - robinson -
- Lth -
-
- - abhishekMuge -
- Abhishek Muge -
-
- - UlisesGascon -
- Ulises Gascón -
-
- - PhiRequiem -
- PhiRequiem -
-
- - Myzel394 -
- Myzel394 -
-
- - murrple-1 -
- Murray Christopherson -
-
- - t3chn0m4g3 -
- Marco Ochse -
-
- - treatmesubj -
- John Hupperts -
-
- - eltociear -
- Ikko Eltociear Ashimine -
-
- - Gertje823 -
- Gertje823 -
-
- - epreston -
- Ed Preston -
-
- - 0xflotus -
- 0xflotus -
-
+ + Lissy93 +
+ Alicia Sykes +
+
+ + liss-bot +
+ Alicia Bot +
+
+ + n0a +
+ Denis Simonov +
+
+ + muni106 +
+ Mounir Samite +
+
+ + ChrisCarini +
+ Chris Carini +
+
+ + brianteeman +
+ Brian Teeman +
+
+ + GreyXor +
+ GreyXor +
+
+ + bolens +
+ Michael Bolens +
+
+ + vitalykarasik +
+ Vitaly Karasik +
+
+ + robinson +
+ Lth +
+
+ + abhishekMuge +
+ Abhishek Muge +
+
+ + UlisesGascon +
+ Ulises Gascón +
+
+ + PhiRequiem +
+ PhiRequiem +
+
+ + Myzel394 +
+ Myzel394 +
+
+ + murrple-1 +
+ Murray Christopherson +
+
+ + t3chn0m4g3 +
+ Marco Ochse +
+
+ + treatmesubj +
+ John Hupperts +
+
+ + eltociear +
+ Ikko Eltociear Ashimine +
+
+ + Gertje823 +
+ Gertje823 +
+
+ + epreston +
+ Ed Preston +
+
+ + 0xflotus +
+ 0xflotus +
+
@@ -1056,186 +1069,193 @@ Huge thanks to these wonderful people, who sponsor me on GitHub, their support h - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
- - github -
- GitHub -
-
- - koconder -
- Vincent Koc -
-
- - Admonstrator -
- Aaron Viehl -
-
- - tbjers -
- Torgny Bjers -
-
- - AnandChowdhary -
- Anand Chowdhary -
-
- - shrippen -
- Shrippen -
-
- - bile0026 -
- Zach Biles -
-
- - UlisesGascon -
- Ulises Gascón -
-
- - digitalarche -
- Digital Archeology -
-
- - InDieTasten -
- InDieTasten -
-
- - araguaci -
- Araguaci -
-
- - bmcgonag -
- Brian McGonagill -
-
- - vlad-timofeev -
- Vlad Timofeev -
-
- - helixzz -
- HeliXZz -
-
- - patvdv -
- Patrick Van Der Veken -
-
- - plgonzalezrx8 -
- Pedro Gonzalez -
-
- - mryesiller -
- Göksel Yeşiller -
-
- - forwardemail -
- Forward Email - Open-source & Privacy-focused Email Service (2023) -
-
- - Bastii717 -
- Bastii717 -
-
- - getumbrel -
- Umbrel -
-
- - M2TD -
- M2TD -
-
- - frankdez93 -
- Frankdez93 -
-
- - terminaltrove -
- Terminal Trove -
-
- - NixyJuppie -
- Nixy -
-
- - nrvo -
- Nrvo -
-
+ + github +
+ GitHub +
+
+ + koconder +
+ Vincent Koc +
+
+ + Admonstrator +
+ Aaron Viehl +
+
+ + tbjers +
+ Torgny Bjers +
+
+ + AnandChowdhary +
+ Anand Chowdhary +
+
+ + shrippen +
+ Shrippen +
+
+ + bile0026 +
+ Zach Biles +
+
+ + UlisesGascon +
+ Ulises Gascón +
+
+ + digitalarche +
+ Digital Archeology +
+
+ + InDieTasten +
+ InDieTasten +
+
+ + araguaci +
+ Araguaci +
+
+ + bmcgonag +
+ Brian McGonagill +
+
+ + vlad-tim +
+ Vlad +
+
+ + helixzz +
+ HeliXZz +
+
+ + patvdv +
+ Patrick Van Der Veken +
+
+ + plgonzalezrx8 +
+ Pedro Gonzalez +
+
+ + mryesiller +
+ Göksel Yeşiller +
+
+ + forwardemail +
+ Forward Email - Open-source & Privacy-focused Email Service (2023) +
+
+ + Bastii717 +
+ Bastii717 +
+
+ + getumbrel +
+ Umbrel +
+
+ + M2TD +
+ M2TD +
+
+ + frankdez93 +
+ Frankdez93 +
+
+ + terminaltrove +
+ Terminal Trove +
+
+ + NixyJuppie +
+ Nixy +
+
+ + nrvo +
+ Nrvo +
+
From 2fe645fa370e343cd32d3188c609d34c89744fc4 Mon Sep 17 00:00:00 2001 From: Marcus Sand <15278940+HeroGamers@users.noreply.github.com> Date: Fri, 7 Jun 2024 13:36:55 +0200 Subject: [PATCH 09/15] Add more additional resources --- src/components/misc/AdditionalResources.tsx | 81 ++++++++++++++++++++- 1 file changed, 78 insertions(+), 3 deletions(-) diff --git a/src/components/misc/AdditionalResources.tsx b/src/components/misc/AdditionalResources.tsx index 8487a2f..0dc72e3 100644 --- a/src/components/misc/AdditionalResources.tsx +++ b/src/components/misc/AdditionalResources.tsx @@ -93,13 +93,14 @@ const resources = [ 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', + searchLink: 'https://www.ssllabs.com/ssltest/analyze.html?d={URL}', }, { title: 'Virus Total', link: 'https://virustotal.com', icon: 'https://i.ibb.co/dWFz0RC/Virustotal.png', description: 'Checks a URL against multiple antivirus engines', - searchLink: 'https://www.virustotal.com/gui/domain/{URL}', + searchLink: 'https://www.virustotal.com/gui/search/{URL_ENCODED}', }, { title: 'Shodan', @@ -120,6 +121,7 @@ const resources = [ link: 'https://urlscan.io/', icon: 'https://i.ibb.co/cYXt8SH/Url-scan.png', description: 'Scans a URL and provides information about the page', + searchLink: 'https://urlscan.io/search/#{URL}', }, { title: 'Sucuri SiteCheck', @@ -175,13 +177,13 @@ const resources = [ link: 'https://dnsdumpster.com/', icon: 'https://i.ibb.co/DtQ2QXP/Trash-can-regular.png', description: 'DNS recon tool, to map out a domain from it\'s DNS records', - searchLink: '', }, { title: 'BGP Tools', link: 'https://bgp.tools/', icon: 'https://i.ibb.co/zhcSnmh/Bgp-tools.png', description: 'View realtime BGP data for any ASN, Prefix or DNS', + searchLink: 'https://bgp.tools/dns/{URL}', }, { title: 'Similar Web', @@ -211,10 +213,83 @@ const resources = [ description: 'Assesses website security posture by analyzing various security headers and practices', searchLink: 'https://observatory.mozilla.org/analyze/{URL}', }, + { + title: 'AbuseIPDB', + link: 'https://www.abuseipdb.com/', + icon: 'https://i.ibb.co/KLZncxw/abuseipdb.png', + description: 'Checks a website against Zscaler\'s dynamic risk scoring engine', + searchLink: 'https://www.abuseipdb.com/check?query={DOMAIN}', + }, + { + title: 'IBM X-Force Exchange', + link: 'https://exchange.xforce.ibmcloud.com/', + icon: 'https://i.ibb.co/tsTsCV5/x-force.png', + description: 'View shared human and machine generated threat intelligence', + searchLink: 'https://exchange.xforce.ibmcloud.com/url/{URL}', + }, + { + title: 'Cisco Talos', + link: 'https://talosintelligence.com/', + icon: 'https://i.ibb.co/Y7TMdbk/cisco-talos.png', + description: 'Checks the reputation of a website with data from Cisco Talos\' threat intelligence team', + searchLink: 'https://talosintelligence.com/reputation_center/lookup?search={URL_ENCODED}', + }, + { + title: 'Symantec Sitereview (BlueCoat)', + link: 'https://sitereview.bluecoat.com/', + icon: 'https://i.ibb.co/rGSb0xf/symantec-logo-icon-169699.png', + description: 'Check and dispute the current WebPulse categorization for any URL', + searchLink: 'https://sitereview.bluecoat.com/#/lookup-result/{URL_ENCODED}', + }, + { + title: 'URLVoid', + link: 'https://urlvoid.com/', + icon: 'https://i.ibb.co/0ZDjCDz/urlvoid-icon.png', + description: 'Checks a website across 30+ blocklist engines and website reputation services', + searchLink: 'https://urlvoid.com/scan/{URL}', + }, + { + title: 'URLhaus', + link: 'https://urlhaus.abuse.ch/', + icon: 'https://i.ibb.co/j3QwrT8/urlhaus-logo.png', + description: 'Checks if the site is in URLhaus\'s malware URL exchange', + searchLink: 'https://urlhaus.abuse.ch/browse.php?search={URL}', + }, + { + title: 'FortiGuard Labs', + link: 'https://fortiguard.com', + icon: 'https://i.ibb.co/XZw3KTR/fortiguard-icon.png', + description: 'Looks up a website on Fortinet\'s ForgiGuard Labs', + searchLink: 'https://fortiguard.com/search?q={URL}&engine=7', + }, + { + title: 'HackerTarget', + link: 'https://hackertarget.com/extract-links/', + icon: 'https://i.ibb.co/L9CN3v4/hacker-target-icon.png', + description: 'Extracts all links from a page', + }, + { + title: 'Trend Micro', + link: 'https://global.sitesafety.trendmicro.com/', + icon: 'https://i.ibb.co/JkCcsVT/trendmicro-icon.png', + description: 'Checks a website\'s score on Trend Micro\'s Site Safety Center', + }, + { + title: 'Zscaler Zulu', + link: 'https://zulu.zscaler.com/', + icon: 'https://i.ibb.co/Sfwx4RR/Zscaler-logo.png', + description: 'Checks a website against Zscaler\'s dynamic risk scoring engine', + }, + { + title: 'ANY.RUN', + link: 'https://any.run/', + icon: 'https://i.ibb.co/6nLw2MC/anyrun-icon.png', + description: 'An interactive malware and web sandbox', + }, ]; const makeLink = (resource: any, scanUrl: string | undefined): string => { - return (scanUrl && resource.searchLink) ? resource.searchLink.replaceAll('{URL}', scanUrl.replace('https://', '')) : resource.link; + return (scanUrl && resource.searchLink) ? resource.searchLink.replaceAll('{URL}', scanUrl.replace(/(https?:\/\/)?/i, '')).replaceAll('{URL_ENCODED}', encodeURIComponent(encodeURIComponent(scanUrl.replace(/(https?:\/\/)?/i, '')))).replaceAll('{DOMAIN}', scanUrl.replace(/(https?:\/\/)?(www.)?/i, '').replace(/(\/.*)/i, '')) : resource.link; }; const AdditionalResources = (props: { url?: string }): JSX.Element => { From 6a04cdef46e94edbee14ed3021685c3b0f1a183d Mon Sep 17 00:00:00 2001 From: Marcus Sand <15278940+HeroGamers@users.noreply.github.com> Date: Fri, 7 Jun 2024 14:06:10 +0200 Subject: [PATCH 10/15] Fixes some URL site errors when visiting --- src/components/misc/AdditionalResources.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/components/misc/AdditionalResources.tsx b/src/components/misc/AdditionalResources.tsx index 0dc72e3..fb6e995 100644 --- a/src/components/misc/AdditionalResources.tsx +++ b/src/components/misc/AdditionalResources.tsx @@ -135,21 +135,21 @@ const resources = [ link: 'https://whois.domaintools.com/', icon: 'https://i.ibb.co/zJfCKjM/Domain-tools.png', description: 'Run a WhoIs lookup on a domain', - searchLink: 'https://whois.domaintools.com/{URL}', + searchLink: 'https://whois.domaintools.com/{DOMAIN}', }, { title: 'NS Lookup', link: 'https://nslookup.io/', icon: 'https://i.ibb.co/BLSWvBv/Ns-lookup.png', description: 'View DNS records for a domain', - searchLink: 'https://www.nslookup.io/domains/{URL}/dns-records/', + searchLink: 'https://www.nslookup.io/domains/{DOMAIN}/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', - searchLink: 'https://dnschecker.org/#A/{URL}', + searchLink: 'https://dnschecker.org/#A/{DOMAIN}', }, { title: 'Censys', @@ -215,7 +215,7 @@ const resources = [ }, { title: 'AbuseIPDB', - link: 'https://www.abuseipdb.com/', + link: 'https://abuseipdb.com/', icon: 'https://i.ibb.co/KLZncxw/abuseipdb.png', description: 'Checks a website against Zscaler\'s dynamic risk scoring engine', searchLink: 'https://www.abuseipdb.com/check?query={DOMAIN}', @@ -225,7 +225,7 @@ const resources = [ link: 'https://exchange.xforce.ibmcloud.com/', icon: 'https://i.ibb.co/tsTsCV5/x-force.png', description: 'View shared human and machine generated threat intelligence', - searchLink: 'https://exchange.xforce.ibmcloud.com/url/{URL}', + searchLink: 'https://exchange.xforce.ibmcloud.com/url/{URL_ENCODED}', }, { title: 'Cisco Talos', @@ -246,21 +246,21 @@ const resources = [ link: 'https://urlvoid.com/', icon: 'https://i.ibb.co/0ZDjCDz/urlvoid-icon.png', description: 'Checks a website across 30+ blocklist engines and website reputation services', - searchLink: 'https://urlvoid.com/scan/{URL}', + searchLink: 'https://urlvoid.com/scan/{DOMAIN}', }, { title: 'URLhaus', link: 'https://urlhaus.abuse.ch/', icon: 'https://i.ibb.co/j3QwrT8/urlhaus-logo.png', description: 'Checks if the site is in URLhaus\'s malware URL exchange', - searchLink: 'https://urlhaus.abuse.ch/browse.php?search={URL}', + searchLink: 'https://urlhaus.abuse.ch/browse.php?search={URL_ENCODED}', }, { title: 'FortiGuard Labs', link: 'https://fortiguard.com', icon: 'https://i.ibb.co/XZw3KTR/fortiguard-icon.png', description: 'Looks up a website on Fortinet\'s ForgiGuard Labs', - searchLink: 'https://fortiguard.com/search?q={URL}&engine=7', + searchLink: 'https://fortiguard.com/search?q={URL_ENCODED}&engine=7', }, { title: 'HackerTarget', @@ -289,7 +289,7 @@ const resources = [ ]; const makeLink = (resource: any, scanUrl: string | undefined): string => { - return (scanUrl && resource.searchLink) ? resource.searchLink.replaceAll('{URL}', scanUrl.replace(/(https?:\/\/)?/i, '')).replaceAll('{URL_ENCODED}', encodeURIComponent(encodeURIComponent(scanUrl.replace(/(https?:\/\/)?/i, '')))).replaceAll('{DOMAIN}', scanUrl.replace(/(https?:\/\/)?(www.)?/i, '').replace(/(\/.*)/i, '')) : resource.link; + return (scanUrl && resource.searchLink) ? resource.searchLink.replaceAll('{URL}', scanUrl.replace(/(https?:\/\/)?/i, '')).replaceAll('{URL_ENCODED}', encodeURIComponent(scanUrl.replace(/(https?:\/\/)?/i, '')).replace(/['\.*]/g, (c) => `%${c.charCodeAt(0).toString(16).toUpperCase()}`)).replaceAll('{DOMAIN}', scanUrl.replace(/(https?:\/\/)?(www.)?/i, '').replace(/(\/.*)/i, '')) : resource.link; }; const AdditionalResources = (props: { url?: string }): JSX.Element => { From 80bcd1d6194ab2beb7008dd3fab7e72b86597f48 Mon Sep 17 00:00:00 2001 From: liss-bot Date: Sun, 9 Jun 2024 03:04:56 +0100 Subject: [PATCH 11/15] docs: Updates contributors list --- .github/README.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.github/README.md b/.github/README.md index ca902b7..e4829be 100644 --- a/.github/README.md +++ b/.github/README.md @@ -1161,7 +1161,7 @@ Huge thanks to these wonderful people, who sponsor me on GitHub, their support h
- vlad-tim + vlad-tim
Vlad
@@ -1238,15 +1238,6 @@ Huge thanks to these wonderful people, who sponsor me on GitHub, their support h Terminal Trove - - - NixyJuppie -
- Nixy -
- - - nrvo From 73d1c248cad99a65fdc7f360d17da7b6938159b2 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sun, 9 Jun 2024 16:44:19 +0100 Subject: [PATCH 12/15] build: Create DockerHub tag, when new GitHub tag is created --- .github/workflows/docker.yml | 46 ++++++++++++++++++++++++++---------- 1 file changed, 34 insertions(+), 12 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 6e0966a..3932656 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -1,10 +1,10 @@ -name: 🐳 Build + Publish Docker Image +name: 🐳 Publish Docker Image on: workflow_dispatch: push: branches: - - master + - main tags: - '*' paths: @@ -23,45 +23,45 @@ jobs: docker: runs-on: ubuntu-latest steps: - - name: Checkout + - name: Checkout 🛎️ uses: actions/checkout@v4 - - name: Extract tag name + - name: Extract tag name 🏷️ shell: bash run: echo "GIT_TAG=$(echo ${GITHUB_REF#refs/tags/} | sed 's/\//_/g')" >> $GITHUB_ENV - - name: Compute tags + - name: Compute tags 🔖 id: compute-tags run: | - if [[ "${{ github.ref }}" == "refs/heads/master" ]]; then + if [[ "${{ github.ref }}" == "refs/heads/main" ]]; then echo "GHCR_TAG=${GHCR_REGISTRY}/${DOCKER_USER}/${IMAGE_NAME}:latest" >> $GITHUB_ENV echo "DOCKERHUB_TAG=${DOCKERHUB_REGISTRY}/${DOCKER_USER}/${IMAGE_NAME}:latest" >> $GITHUB_ENV - else + elif [[ "${{ github.ref }}" == refs/tags/* ]]; then echo "GHCR_TAG=${GHCR_REGISTRY}/${DOCKER_USER}/${IMAGE_NAME}:${GIT_TAG}" >> $GITHUB_ENV echo "DOCKERHUB_TAG=${DOCKERHUB_REGISTRY}/${DOCKER_USER}/${IMAGE_NAME}:${GIT_TAG}" >> $GITHUB_ENV fi - - name: Set up QEMU + - name: Set up QEMU 🐧 uses: docker/setup-qemu-action@v3 - - name: Set up Docker Buildx + - name: Set up Docker Buildx 🐳 uses: docker/setup-buildx-action@v3 - - name: Login to GitHub Container Registry + - name: Login to GitHub Container Registry 🔑 uses: docker/login-action@v3 with: registry: ${{ env.GHCR_REGISTRY }} username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - - name: Login to DockerHub + - name: Login to DockerHub 🔑 uses: docker/login-action@v3 with: registry: ${{ env.DOCKERHUB_REGISTRY }} username: ${{ env.DOCKER_USER }} password: ${{ secrets.DOCKERHUB_PASSWORD }} - - name: Build and push Docker images + - name: Build and push Docker images 🛠️ uses: docker/build-push-action@v5 with: context: . @@ -71,3 +71,25 @@ jobs: tags: | ${{ env.GHCR_TAG }} ${{ env.DOCKERHUB_TAG }} + + - name: 🗂️ Make Docker Meta + id: meta + uses: docker/metadata-action@v3 + with: + images: | + ${{ env.DOCKERHUB_REGISTRY }}/${{ env.DOCKER_USER }}/${{ env.IMAGE_NAME }} + ${{ env.GHCR_REGISTRY }}/${{ env.DOCKER_USER }}/${{ env.IMAGE_NAME }} + tags: | + type=ref,event=tag + type=semver,pattern={{version}},enable=true + type=semver,pattern={{major}}.x + type=raw,value=latest + flavor: | + latest=false + labels: | + maintainer=Lissy93 + org.opencontainers.image.title=Web Check + org.opencontainers.image.description=Xray Vision for any Website + org.opencontainers.image.documentation=https://web-check.xyz + org.opencontainers.image.authors=Alicia Sykes + org.opencontainers.image.licenses=MIT From 6773e61a89d589c9369916f4dbaa9bc84031013d Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sun, 9 Jun 2024 16:45:01 +0100 Subject: [PATCH 13/15] chore: Update default branch in Docker workflow --- .github/workflows/docker.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 3932656..e3338c6 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -5,6 +5,7 @@ on: push: branches: - main + - master tags: - '*' paths: From f0ec686f2387e1a6cd89e810d4379a1a7b3bc3fd Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sun, 9 Jun 2024 16:47:51 +0100 Subject: [PATCH 14/15] revert: Docker workflow --- .github/workflows/docker.yml | 41 ++++++++---------------------------- 1 file changed, 9 insertions(+), 32 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index e3338c6..53dcead 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -1,10 +1,9 @@ -name: 🐳 Publish Docker Image +name: 🐳 Build + Publish Docker Image on: workflow_dispatch: push: branches: - - main - master tags: - '*' @@ -25,7 +24,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout 🛎️ - uses: actions/checkout@v4 + uses: actions/checkout@v2 - name: Extract tag name 🏷️ shell: bash @@ -34,36 +33,36 @@ jobs: - name: Compute tags 🔖 id: compute-tags run: | - if [[ "${{ github.ref }}" == "refs/heads/main" ]]; then + if [[ "${{ github.ref }}" == "refs/heads/master" ]]; then echo "GHCR_TAG=${GHCR_REGISTRY}/${DOCKER_USER}/${IMAGE_NAME}:latest" >> $GITHUB_ENV echo "DOCKERHUB_TAG=${DOCKERHUB_REGISTRY}/${DOCKER_USER}/${IMAGE_NAME}:latest" >> $GITHUB_ENV - elif [[ "${{ github.ref }}" == refs/tags/* ]]; then + else echo "GHCR_TAG=${GHCR_REGISTRY}/${DOCKER_USER}/${IMAGE_NAME}:${GIT_TAG}" >> $GITHUB_ENV echo "DOCKERHUB_TAG=${DOCKERHUB_REGISTRY}/${DOCKER_USER}/${IMAGE_NAME}:${GIT_TAG}" >> $GITHUB_ENV fi - name: Set up QEMU 🐧 - uses: docker/setup-qemu-action@v3 + uses: docker/setup-qemu-action@v1 - name: Set up Docker Buildx 🐳 - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@v1 - name: Login to GitHub Container Registry 🔑 - uses: docker/login-action@v3 + uses: docker/login-action@v1 with: registry: ${{ env.GHCR_REGISTRY }} username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - name: Login to DockerHub 🔑 - uses: docker/login-action@v3 + uses: docker/login-action@v1 with: registry: ${{ env.DOCKERHUB_REGISTRY }} username: ${{ env.DOCKER_USER }} password: ${{ secrets.DOCKERHUB_PASSWORD }} - name: Build and push Docker images 🛠️ - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v2 with: context: . file: ./Dockerfile @@ -72,25 +71,3 @@ jobs: tags: | ${{ env.GHCR_TAG }} ${{ env.DOCKERHUB_TAG }} - - - name: 🗂️ Make Docker Meta - id: meta - uses: docker/metadata-action@v3 - with: - images: | - ${{ env.DOCKERHUB_REGISTRY }}/${{ env.DOCKER_USER }}/${{ env.IMAGE_NAME }} - ${{ env.GHCR_REGISTRY }}/${{ env.DOCKER_USER }}/${{ env.IMAGE_NAME }} - tags: | - type=ref,event=tag - type=semver,pattern={{version}},enable=true - type=semver,pattern={{major}}.x - type=raw,value=latest - flavor: | - latest=false - labels: | - maintainer=Lissy93 - org.opencontainers.image.title=Web Check - org.opencontainers.image.description=Xray Vision for any Website - org.opencontainers.image.documentation=https://web-check.xyz - org.opencontainers.image.authors=Alicia Sykes - org.opencontainers.image.licenses=MIT From 0716ff52652fa6228e50615aba0e500a39fdc513 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sun, 16 Jun 2024 12:04:21 +0100 Subject: [PATCH 15/15] Update resource links --- src/components/misc/AdditionalResources.tsx | 39 --------------------- 1 file changed, 39 deletions(-) diff --git a/src/components/misc/AdditionalResources.tsx b/src/components/misc/AdditionalResources.tsx index fb6e995..908f759 100644 --- a/src/components/misc/AdditionalResources.tsx +++ b/src/components/misc/AdditionalResources.tsx @@ -227,20 +227,6 @@ const resources = [ description: 'View shared human and machine generated threat intelligence', searchLink: 'https://exchange.xforce.ibmcloud.com/url/{URL_ENCODED}', }, - { - title: 'Cisco Talos', - link: 'https://talosintelligence.com/', - icon: 'https://i.ibb.co/Y7TMdbk/cisco-talos.png', - description: 'Checks the reputation of a website with data from Cisco Talos\' threat intelligence team', - searchLink: 'https://talosintelligence.com/reputation_center/lookup?search={URL_ENCODED}', - }, - { - title: 'Symantec Sitereview (BlueCoat)', - link: 'https://sitereview.bluecoat.com/', - icon: 'https://i.ibb.co/rGSb0xf/symantec-logo-icon-169699.png', - description: 'Check and dispute the current WebPulse categorization for any URL', - searchLink: 'https://sitereview.bluecoat.com/#/lookup-result/{URL_ENCODED}', - }, { title: 'URLVoid', link: 'https://urlvoid.com/', @@ -255,31 +241,6 @@ const resources = [ description: 'Checks if the site is in URLhaus\'s malware URL exchange', searchLink: 'https://urlhaus.abuse.ch/browse.php?search={URL_ENCODED}', }, - { - title: 'FortiGuard Labs', - link: 'https://fortiguard.com', - icon: 'https://i.ibb.co/XZw3KTR/fortiguard-icon.png', - description: 'Looks up a website on Fortinet\'s ForgiGuard Labs', - searchLink: 'https://fortiguard.com/search?q={URL_ENCODED}&engine=7', - }, - { - title: 'HackerTarget', - link: 'https://hackertarget.com/extract-links/', - icon: 'https://i.ibb.co/L9CN3v4/hacker-target-icon.png', - description: 'Extracts all links from a page', - }, - { - title: 'Trend Micro', - link: 'https://global.sitesafety.trendmicro.com/', - icon: 'https://i.ibb.co/JkCcsVT/trendmicro-icon.png', - description: 'Checks a website\'s score on Trend Micro\'s Site Safety Center', - }, - { - title: 'Zscaler Zulu', - link: 'https://zulu.zscaler.com/', - icon: 'https://i.ibb.co/Sfwx4RR/Zscaler-logo.png', - description: 'Checks a website against Zscaler\'s dynamic risk scoring engine', - }, { title: 'ANY.RUN', link: 'https://any.run/',