From efc2978a3c4c1fbac7da18969e4d0b91018e906b Mon Sep 17 00:00:00 2001 From: nbats <44333466+nbats@users.noreply.github.com> Date: Wed, 5 Jun 2024 11:02:47 -0700 Subject: [PATCH] Update DEVTools.md --- DEVTools.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/DEVTools.md b/DEVTools.md index c24e4522f..cd7f85060 100644 --- a/DEVTools.md +++ b/DEVTools.md @@ -1406,7 +1406,6 @@ ## ▷ DNS / Web Security -* ↪️ **[Encryption / Certificates]()** * ↪️ **[Free DNS Servers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_free_dns_servers)** * ⭐ **[mess with dns](https://messwithdns.net/)** - Experiment with DNS * [How DNS Works](https://howdns.works/) - Learn DNS @@ -1428,6 +1427,23 @@ *** +## ▷ Encryption / Certificates + +* [How HTTPS Works](https://howhttps.works/) - Learn HTTPS +* [mitmproxy](https://mitmproxy.org) - Interactive HTTPS Proxy / [GitHub](https://github.com/mitmproxy/mitmproxy) +* [HTTPToolkit](https://httptoolkit.com/) - Intercept, Debug, and Mock HTTP(S) +* [mitmproxy](https://mitmproxy.org/) / [GitHub](https://github.com/mitmproxy/mitmproxy) - Analyze and modify HTTPS traffic +* [Mozilla SSL](https://ssl-config.mozilla.org/) - SSL Configuration Generator +* [Hitch](https://www.varnish-software.com/community/hitch) - SSL / TLS Proxy / [GitHub](https://github.com/varnish/hitch) +* [Let's Encrypt](https://letsencrypt.org/) or [Certbot](https://certbot.eff.org/) - Free TLS Certificates +* [SSL for Free](https://www.sslforfree.com/) or [ZeroSSL](https://zerossl.com/) - Free SSL Certificates +* [CertAlert](https://certalert.net/) - Alerts you when a TLS/SSL Certificate Expires +* [acme.sh](https://github.com/acmesh-official/acme.sh) - Auto Issues / Certificate Renewal +* [mkcert](https://github.com/FiloSottile/mkcert) - Locally Trusted Development Certificates +* [SSLMate CAA](https://sslmate.com/caa/) - CAA Record Helper + +*** + ## ▷ Reverse Engineering * 🌐 **[Reverse Engineering Resources](https://github.com/wtsxDev/reverse-engineering)** - Reverse Engineering Resources