上一页 1 2 3 4 5 6 7 8 9 ··· 14 下一页
摘要: 审查元素 - Event Listeners - selectstart 事件。 移除即可。 让指定部分可选择 ```js var els = document.querySelectorAll("div.whiteDiv"); els.forEach(el => { el.addEventList 阅读全文
posted @ 2023-06-09 06:59 wgf4242 阅读(47) 评论(0) 推荐(0) 编辑
摘要: # Web ## psms_2 先按提示登录一下。 `http://192.168.127.130/?page=php://filter/convert.base64-encode/resource=index` 读取源码 https://github.com/wupco/PHP_INCLUDE_T 阅读全文
posted @ 2023-06-07 18:05 wgf4242 阅读(766) 评论(0) 推荐(0) 编辑
摘要: # re ## re_ez ida加载,字符串搜索 flag ``` good! flag{md5(your input)}\ ``` 交叉引用查找到图,继续向上查找。 输入方向比较 ```assembly .text:00007FF76D3D12E5 mov rax, [rbp+50h+var_9 阅读全文
posted @ 2023-06-06 17:01 wgf4242 阅读(688) 评论(0) 推荐(0) 编辑
摘要: clash tun问题 卸载服务.关闭tun 管理员身份运行 clash 安装服务, 管理员身份运行 clash 开启tun 点击Logs看日志啥情况 好像多等一会儿就行 阅读全文
posted @ 2023-06-05 14:54 wgf4242 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 怎样制作方便的合并表格? 1.Google sheet中制作表格 合并的单元格在Excel/WPS直接复制过去即可,或者手动选择多个单元格后按这个按钮。 ![](https://img2023.cnblogs.com/blog/2031662/202306/2031662-2023060321594 阅读全文
posted @ 2023-06-03 22:27 wgf4242 阅读(101) 评论(0) 推荐(0) 编辑
摘要: winpython 加载环境 ```bat @echo off call "D:\Python\scripts\env_for_icons" python pause ``` 阅读全文
posted @ 2023-06-02 17:05 wgf4242 阅读(46) 评论(0) 推荐(0) 编辑
摘要: x64dbg bp LoadLibraryA 运行,加载完 wininet后。 bp InternetOpenA 随便跟进几步就到了。 阅读全文
posted @ 2023-05-30 23:25 wgf4242 阅读(26) 评论(0) 推荐(0) 编辑
摘要: # FAQ ## 怎样禁止图形选中? 1.开启开发工具 2.选择图形,开发工具-保护, 选中 阻止选择。 3.开发工具-√绘图管理器,在 绘图管理器 中右击 最上方的路径 , 保护文档,√形状 ## 更改visio的默认线粗方法 形状 - 更多形状 - 文档模具 , 双击线条,修改宽度。保存。 阅读全文
posted @ 2023-05-28 15:19 wgf4242 阅读(243) 评论(0) 推荐(0) 编辑
摘要: # 72217_格式化字符串不在栈上的利用方式 格式化字符串不在栈上的利用方式, 参数在 .bss 段,不在栈上 条件: 需要多次可输入参数 ```c void vuln() { while ( strcmp(chr, "bye") ) { gets(chr); printf(chr); } } ` 阅读全文
posted @ 2023-05-16 22:24 wgf4242 阅读(177) 评论(0) 推荐(0) 编辑
摘要: 开启Fiddler会自启动全局代理,影响Python使用,注意关闭。 AutoResponsor √Enable Rules, √Unmatched requests passthrough 示例1: 替换为本地html EXACT:https://www.baidu.com/ F:\downloa 阅读全文
posted @ 2023-05-08 23:01 wgf4242 阅读(23) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 14 下一页