From caefc91f04435b89ea49a1232ea3b6d78430d200 Mon Sep 17 00:00:00 2001 From: sleepyxpad-jpg Date: Fri, 27 Feb 2026 01:33:38 +0800 Subject: [PATCH 1/2] Add PageGuard - free website health scanner --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0e81330..0a390b1 100644 --- a/README.md +++ b/README.md @@ -148,6 +148,7 @@ Table of Contents * [https://columbus.elmasy.com/](https://columbus.elmasy.com/) - Columbus Project is an advanced subdomain discovery service with fast, powerful and easy to use API. * [BadUSB Script To Exfiltrate Passwords](https://github.com/MarkCyber/BadUSB/blob/main/HackStuff/CredentialHarvester.txt) - Extracts all saved passwords from Chrome, Firefox, and Edge to be saved onto secondary USB for further analysis. * https://github.com/flibustier/jwt-online-cracker - Brute-force HS256, HS384 or HS512 JWT Token from your browser (fully client-side). + * [PageGuard](https://pageguard.qiudeqiu.workers.dev) - Website security audit and health check tool. Identifies configuration issues, missing security headers, and best practice violations. Free REST API. ## Cheat Sheets From b5365877de01fe01da9224d30dc76339e30ecd39 Mon Sep 17 00:00:00 2001 From: sleepyxpad-jpg Date: Fri, 27 Feb 2026 03:38:21 +0800 Subject: [PATCH 2/2] fix: update PageGuard URL to pageguard.org --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a390b1..d98c801 100644 --- a/README.md +++ b/README.md @@ -148,7 +148,7 @@ Table of Contents * [https://columbus.elmasy.com/](https://columbus.elmasy.com/) - Columbus Project is an advanced subdomain discovery service with fast, powerful and easy to use API. * [BadUSB Script To Exfiltrate Passwords](https://github.com/MarkCyber/BadUSB/blob/main/HackStuff/CredentialHarvester.txt) - Extracts all saved passwords from Chrome, Firefox, and Edge to be saved onto secondary USB for further analysis. * https://github.com/flibustier/jwt-online-cracker - Brute-force HS256, HS384 or HS512 JWT Token from your browser (fully client-side). - * [PageGuard](https://pageguard.qiudeqiu.workers.dev) - Website security audit and health check tool. Identifies configuration issues, missing security headers, and best practice violations. Free REST API. + * [PageGuard](https://pageguard.org) - Website security audit and health check tool. Identifies configuration issues, missing security headers, and best practice violations. Free REST API. ## Cheat Sheets