05 2021 档案

摘要:user_agent_list = [ "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; AcooBrowser; .NET CLR 1.1.4322; .NET CLR 2.0.50727)", "Mozilla/4.0 (compa 阅读全文
posted @ 2021-05-30 10:38 SirPi 阅读(333) 评论(0) 推荐(0)
摘要:path:application language:PHP hostname 服务器地址 NOT 127.0.0.1 in:file fork:false language:php path:application filename:config sms/send 阅读全文
posted @ 2021-05-26 11:13 SirPi 阅读(61) 评论(0) 推荐(0)
摘要:# -*- coding: UTF-8 -*- from Crypto.Util.Padding import pad from Crypto.Cipher import AES import base64 def aes_cipher(encrypt_key, plain): aes = AES. 阅读全文
posted @ 2021-05-25 19:43 SirPi 阅读(1142) 评论(0) 推荐(0)
摘要://cookie hook (function () { 'use strict'; var cookie_cache = document.cookie; Object.defineProperty(document, 'cookie', { get: function () { console. 阅读全文
posted @ 2021-05-25 19:35 SirPi 阅读(118) 评论(0) 推荐(0)
摘要:先获取window对象属性 来源: 夜幕爬虫安全论坛 原文链接: http://bbs.nightteam.cn/thread-485.htm?orderby=desc&user=7 阅读全文
posted @ 2021-05-14 17:47 SirPi 阅读(409) 评论(0) 推荐(0)
摘要:1 window = new Proxy(global, { 2 get: function (target, key, receiver) { 3 console.log("window.get", key, target[key]); 4 if (key == "location") { 5 l 阅读全文
posted @ 2021-05-14 17:33 SirPi 阅读(728) 评论(0) 推荐(0)