11 2022 档案

摘要:FAQ 1. NtCreateFile(\Device\VBoxDrvStub) failed: cd D:\VirtualBox\App\VirtualBox\drivers\vboxsup 右击inf注册 不行再执行下面 D: && cd\VirtualBox\App\VirtualBox\ r 阅读全文
posted @ 2022-11-29 08:24 wgf4242 阅读(730) 评论(0) 推荐(0)
摘要:wsreset.exe 阅读全文
posted @ 2022-11-28 22:29 wgf4242 阅读(196) 评论(0) 推荐(0)
摘要:命令行添加 --user-data-dir=D:\temp\chrome1 --disable-web-security 阅读全文
posted @ 2022-11-25 19:10 wgf4242 阅读(40) 评论(0) 推荐(0)
摘要:FAQ 1.无法打开源文件 "stdafx.h" 项目 配置属性 - C/C++ - 预编译头 - 可能已经包含了 stdafx.h。 去掉 #include "stdafx.h" 阅读全文
posted @ 2022-11-14 09:34 wgf4242 阅读(145) 评论(0) 推荐(0)
摘要:F | 01. sign_in baby_pack取出加密段,循环异或 enc = bytes.fromhex('666D63647F7D3675573879547F3D3E3F20214D7620666F6A') for i, c in enumerate(enc): print(chr(c^ i 阅读全文
posted @ 2022-11-07 18:51 wgf4242 阅读(770) 评论(0) 推荐(1)
摘要:Web capture 302 跳转 直接 curl -vvv index.php sha1_test 弱类型比较数组绕过。 http:// b283de07890c42318826c8e4b0c62fd24b8bacd9b7c74ba8.changame.ichunqiu.com/? x[]=1& 阅读全文
posted @ 2022-11-06 00:03 wgf4242 阅读(212) 评论(0) 推荐(0)
摘要:# pwn ## Electrical System 在Plaease enter you card id中,可以存储shellcode,在读取choice的地方,读取了0x20个字节到Int变量中,形成了站溢出,构造ROP,将函数返回地址指向到cardid所在的区域,执行shellcode。 `` 阅读全文
posted @ 2022-11-05 23:54 wgf4242 阅读(188) 评论(0) 推荐(0)