Web Security Learning
stable
Content Index:
1. Prologue
2. Computer Networks and Protocols
3. Information Collection
4. Common vulnerability attack and defense
5. Language and Framework
5.1. PHP
5.2. Python
5.2.1. Formatting Strings
5.2.2. Deserialization
5.2.3. Sandbox
5.2.4. Framework
5.2.5. Code Obfuscation
5.2.6. Sink
5.2.7. Reference Links
5.3. Java
5.4. JavaScript
5.5. Golang
5.6. Ruby
5.7. ASP
5.8. PowerShell
5.9. Shell
5.10. CSharp
6. Intranet penetration
7. Cloud Security
8. Defense Technology
9. Authentication Mechanism
10. Tools and Resources
11. Manual Quick Check
12. Others
Web Security Learning
»
5.
Language and Framework
»
5.2.
Python
5.2.
Python
ΒΆ
Content Index:
5.2.1. Formatting Strings
5.2.2. Deserialization
5.2.2.1. pickle demo
5.2.2.2. Other serialization libraries
5.2.3. Sandbox
5.2.3.1. Common functions
5.2.3.2. Import package method
5.2.3.3. Bypass
5.2.3.4. Defense
5.2.4. Framework
5.2.4.1. Django
5.2.4.2. Flask
5.2.5. Code Obfuscation
5.2.5.1. Common Obfuscation Methods
5.2.6. Sink
5.2.6.1. Command execution
5.2.6.2. File reading
5.2.6.3. Dangerous third-party libraries
5.2.6.4. Deserialization
5.2.7. Reference Links
5.2.7.1. Deserialization
5.2.7.2. Sandbox
5.2.7.3. Format strings
5.2.7.4. Synthesis