mirror of
https://github.com/vinta/awesome-python.git
synced 2026-08-27 20:26:50 +00:00
add Web Security section and secure
This commit is contained in:
parent
756314e21d
commit
e386fbb0e6
1 changed files with 7 additions and 0 deletions
|
|
@ -114,6 +114,7 @@ An opinionated list of Python frameworks, libraries, tools, and resources.
|
||||||
|
|
||||||
- [Cryptography](#cryptography)
|
- [Cryptography](#cryptography)
|
||||||
- [Penetration Testing](#penetration-testing)
|
- [Penetration Testing](#penetration-testing)
|
||||||
|
- [Web Security](#web-security)
|
||||||
|
|
||||||
**Miscellaneous**
|
**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.
|
- [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.
|
- [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**
|
**Miscellaneous**
|
||||||
|
|
||||||
## Hardware
|
## Hardware
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue