Skip to main content

๐ŸŒ Websites & Online Tools

All websites referenced in the Niebezpiecznik cybersecurity training.

Testing & Analysis Toolsโ€‹

WebsitePurposeURL
SSL LabsTest server TLS/SSL configuration, get A+ to F ratinghttps://www.ssllabs.com/ssltest/
SSL Config GeneratorGenerate secure TLS config for Nginx, Apache, HAProxyhttps://ssl-config.mozilla.org/
crt.shCertificate Transparency search โ€” discover subdomains and issued certificateshttps://crt.sh
Have I Been SquattedCheck if lookalike domains of your brand are registeredhttps://haveibeensquatted.com
Google CSP EvaluatorAnalyze Content Security Policy headers for weaknesseshttps://csp-evaluator.withgoogle.com/

XSS Practice & CTF Challengesโ€‹

WebsitePurposeURL
prompt.mlXSS challenges โ€” 16 levels + 4 hidden, filter bypass practicehttps://prompt.ml/
escape.alf.nuXSS challenges โ€” "alert(1) to win!" โ€” 15 challengeshttps://escape.alf.nu/
jsfuck.comJavaScript encoder using only []()!+ characters โ€” useful for XSS filter bypasshttps://jsfuck.com/

Tools & Librariesโ€‹

WebsitePurposeURL
HTTP ToolkitIntercept HTTP/HTTPS traffic including from mobile apps via ADBhttps://httptoolkit.com/
DOMPurify (GitHub)HTML sanitizer library for JavaScripthttps://github.com/cure53/DOMPurify
KeycloakOpen-source identity & access management โ€” learn JWT, SSO, OAuth2 in practicehttps://www.keycloak.org

Infrastructure & Referenceโ€‹

WebsitePurposeURL
Cloudflare IPsOfficial list of Cloudflare IP ranges โ€” use for firewall whitelistinghttps://www.cloudflare.com/ips/

Google Dorking Cheat Sheetโ€‹

Use these Google search operators to find exposed information:

OperatorExampleFinds
site:site:example.comAll indexed pages on a domain
intitle:intitle:"Index of /"Pages with this text in title
inurl:inurl:adminPages with "admin" in URL
filetype:filetype:sqlFiles of a specific type
cache:cache:example.comGoogle's cached version
Combinedsite:example.com filetype:bakBackup files on target domain
Combinedintitle:"Index of /" site:example.comDirectory listings on target