Web安全学习笔记
1.0

内容索引:

  • 1. 序章
  • 2. 计算机网络与协议
  • 3. 信息收集
  • 4. 常见漏洞攻防
  • 5. 语言与框架
    • 5.1. PHP
    • 5.2. Python
      • 5.2.1. 格式化字符串
      • 5.2.2. 反序列化
      • 5.2.3. 沙箱
      • 5.2.4. 框架
      • 5.2.5. Sink
      • 5.2.6. 参考链接
        • 5.2.6.1. 反序列化
        • 5.2.6.2. 沙箱
        • 5.2.6.3. 格式化字符串
        • 5.2.6.4. 综合
    • 5.3. Java
    • 5.4. JavaScript
    • 5.5. Golang
    • 5.6. Ruby
    • 5.7. ASP
  • 6. 内网渗透
  • 7. 防御技术
  • 8. 认证机制
  • 9. 工具与资源
  • 10. 手册速查
  • 11. 其他
Web安全学习笔记
  • Docs »
  • 5. 语言与框架 »
  • 5.2. Python »
  • 5.2.6. 参考链接
  • View page source

5.2.6. 参考链接¶

5.2.6.1. 反序列化¶

  • Python pickle反序列化

  • Python 沙箱 官方wiki

  • Python eval的常见错误封装及利用原理

  • pickle Python 对象序列化

  • Sour Pickles A serialised exploitation guide in one part

  • How pickle works in Python

5.2.6.2. 沙箱¶

  • Python 沙箱通用绕过

  • 一文看懂Python沙箱逃逸

5.2.6.3. 格式化字符串¶

  • Python字符串格式化漏洞

  • Be Careful with Python’s New-Style String Format

5.2.6.4. 综合¶

  • python security

  • Python安全和代码审计相关资料收集

Next Previous

© Copyright 2019, Lyle

Built with Sphinx using a theme provided by Read the Docs.