add Web Security section and secure

This commit is contained in:
cak
2026-04-24 08:58:59 -04:00
parent 756314e21d
commit e386fbb0e6
+7
View File
@@ -114,6 +114,7 @@ An opinionated list of Python frameworks, libraries, tools, and resources.
- [Cryptography](#cryptography)
- [Penetration Testing](#penetration-testing)
- [Web Security](#web-security)
**Miscellaneous**
@@ -1080,6 +1081,12 @@ _Frameworks and tools for penetration testing._
- [sherlock](https://github.com/sherlock-project/sherlock) - Hunt down social media accounts by username across social networks.
- [sqlmap](https://github.com/sqlmapproject/sqlmap) - Automatic SQL injection and database takeover tool.
## Web Security
_Libraries for application-layer web security._
- [secure](https://github.com/TypeError/secure) - HTTP security headers for Python web applications with ASGI and WSGI middleware.
**Miscellaneous**
## Hardware