Update DEVTools.md

This commit is contained in:
nbats 2024-06-05 11:02:47 -07:00 committed by GitHub
parent 9cb5a0b4ff
commit efc2978a3c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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