OWASP
- 在Web安全领域,有个组织叫:
OWASP
- =
Open Web Application Security Project
- =
开源Web应用安全项目
- =
开源Web应用安全组织
- 主页
- 中文
- Welcome to OWASP CHINA — OWASP-CHINA
- 英文
- OWASP Foundation | Open Source Foundation for Application Security
OWASP 10
OWASP
组织每年会推出一个 标准:OWASP 10
- OWASP列出了最重要的10个方面的安全攻击
- 说明
- 2017年的OWASP 10
- Injection=注入攻击
- 涉及方面
- 坏结果
- 运行了不该运行的(恶意的)代码
- Expression Language (EL) Injection
- Command Injection
- 获取了不该获取的数据=盗取数据
- 心得
- 编写接受数据的模块时要非常小心
- 举例
request.getParameter()
request.getCookie()
request.getHeader()
- Broken Authentication
- Sensitive Data Exposure
- XXE
- Broken Access Control
- Security Misconfiguration
- XSS
- Insecure Deserialization
- Using Components with Known Vulnerabilities
- Insufficient Logging & Monitoring