Skip to content

Instantly share code, notes, and snippets.

@sursir
Created February 26, 2018 11:34
Show Gist options
  • Select an option

  • Save sursir/a738c61226ca273ce815a87f0edd5875 to your computer and use it in GitHub Desktop.

Select an option

Save sursir/a738c61226ca273ce815a87f0edd5875 to your computer and use it in GitHub Desktop.
Replay Attacks MITM XSS CSRF
  • MITM: 中间人攻击 HTTPS
  • XSS: 浏览器漏洞JS攻击 过滤
  • CSRF: http header: TOKEN,# 无法完全避免,只能尽量,如果被xss+预制你的token key,一样被获取到token然后进行攻击
  • Replay: 过期时间
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment