Urara-Blog/urara/2022-07-23-notes-xss.md
2022-08-14 14:10:39 +08:00

22 lines
639 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
created: 2022-07-26
tags:
- XSS
- Notes
---
### XSS 学习
介绍文章:
- [前端安全系列(一):如何防止 XSS 攻击? - 美团技术团队](https://tech.meituan.com/2018/09/27/fe-security.html)
- [Cross-site scripting跨站脚本攻击 - 术语表 | MDN](https://developer.mozilla.org/zh-CN/docs/Glossary/Cross-site_scripting)
练习:
- [prompt(1) to win](https://prompt.ml/)
- 解答:[prompt.ml](https://github.com/cure53/XSSChallengeWiki/wiki/prompt.ml#level-1)
相关文章:
- [我自己博客的一个 XSS 的故事 | 离别歌](https://www.leavesongs.com/PENETRATION/xss-from-my-blog.html)