上一页 1 2 3 4 5 6 ··· 124 下一页
摘要: 代码运行在 iframe 中 window["navigator"]["keyboard"]["getLayoutMap"]()["then"](function(){}).catch(function(){ debugger; })'getLayoutMap() must be called fr 阅读全文
posted @ 2025-09-26 16:55 AngDH 阅读(17) 评论(0) 推荐(0)
摘要: <!doctype html> <html> <body> <button id="btn">点我打印 CallSite</button> <pre id="log"></pre> <script> function capture() { // 偷一张堆栈,拿到 CallSite 数组 let s 阅读全文
posted @ 2025-09-25 16:21 AngDH 阅读(13) 评论(0) 推荐(0)
摘要: pYZs00 -> 0 // y7S2ew -> 0E9CFE54DD8A // 随机数 有 hash 组成 NEvtKJ -> 0 // 首次执行 为0 ,查看localStorage 里的值 PFLOGM -> 1.17.0 // js固定 wugUNB -> display // window 阅读全文
posted @ 2025-09-11 18:44 AngDH 阅读(42) 评论(0) 推荐(0)
摘要: !function(t,e){"object"==typeof exports?module.exports=exports=e():"function"==typeof define&&define.amd?define([],e):t.CryptoJS=e()}(this,function(){ 阅读全文
posted @ 2025-09-10 16:32 AngDH 阅读(18) 评论(0) 推荐(0)
摘要: var pattern = "</noscript><script type=\"text/javascript\"\\s+src=\"(.*?)\""; // 定义要替换成的目标字符串 var replacement = "</noscript><script type=\"text/javasc 阅读全文
posted @ 2025-09-09 15:33 AngDH 阅读(9) 评论(0) 推荐(0)
摘要: Function.prototype.toString = function (){ if (typeof this !== 'function') { throw new TypeError("Function.prototype.toString requires that 'this' be 阅读全文
posted @ 2025-09-08 12:14 AngDH 阅读(13) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2025-09-08 00:42 AngDH 阅读(10) 评论(0) 推荐(0)
摘要: let V =Date.now() let P = function (A) { // Node.js 使用 Buffer 进行 Base64 解码 const decodedBuffer = Buffer.from(A, 'base64'); return decodedBuffer.buffer 阅读全文
posted @ 2025-09-06 09:08 AngDH 阅读(20) 评论(0) 推荐(0)
摘要: blkid/dev/sdb1: UUID="d0518824-e7ef-437e-9dff-7ee39925df5d" TYPE="ext4" PARTUUID="174f972a-2383-4047-bff4-358e8edfc217"vim /etc/fstab添加UUID=d0518824-e 阅读全文
posted @ 2025-09-04 10:24 AngDH 阅读(16) 评论(0) 推荐(0)
摘要: I = window; n = window; As = 694; _n = 240; Math.random = function (){ return 0.1; } function sc(A, e) { return 23 * (e & ~A) - 11 * (e ^ A) + 11 * ~( 阅读全文
posted @ 2025-08-29 17:41 AngDH 阅读(19) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 ··· 124 下一页