上一页 1 ··· 8 9 10 11 12 13 下一页
摘要: 根据赛后讲解学习。 #Misc Nuclear_wastewater 二维码扫码没啥内容。。看图片像素。 from PIL import Image pic = Image.open("aaaaa.png") # type: Image.Image width, height = pic.size 阅读全文
posted @ 2021-08-03 09:07 wgf4242 阅读(281) 评论(0) 推荐(0) 编辑
摘要: 思路: 1.使用write 泄漏出 got地址, 通过libc计算偏移得到system, binsh 2.覆盖ebp返回主函数再次执行 3.这次覆盖ebp执行system /bin/sh。 关键传参: write_addr, 返回地址, 1, output, 4(4字节) from pwn impo 阅读全文
posted @ 2021-08-02 13:39 wgf4242 阅读(57) 评论(0) 推荐(0) 编辑
摘要: 能正常使用vim的配置如下 // Place your settings in this file to overwrite the default settings { // Settings // "git.path": "d:\\Program Files\\Git\\cmd\\git.exe 阅读全文
posted @ 2021-07-06 20:37 wgf4242 阅读(147) 评论(0) 推荐(0) 编辑
摘要: pip install opencv-python import cv2 发现报错 ImportError: DLL load failed 解决方案:安装 Windows Server 2012 r2 程序-添加删除功能-用户界面和基础结构-桌面体验,重启 阅读全文
posted @ 2021-07-06 13:34 wgf4242 阅读(317) 评论(0) 推荐(0) 编辑
摘要: 环境:局域网不能上网。通过手机USB上网。 关于fiddler的证书安装导入之类的看别人的就行。设置中开启允许局域网连接。 1.配置IP 连接局域网网线。 主机 10.61.1.2 模拟器安装桥接驱动 配置IP 10.61.1.3 2.配置代理 检查Fiddler配置的端口是 8866还是8888 阅读全文
posted @ 2021-06-21 09:33 wgf4242 阅读(1023) 评论(0) 推荐(0) 编辑
摘要: 从uvicorn main源码里找的启动方式。稍微修改下。 if __name__ == '__main__': from pathlib import Path import sys filename = Path(__file__).stem sys.argv = [__file__, f'{f 阅读全文
posted @ 2021-03-12 09:18 wgf4242 阅读(542) 评论(0) 推荐(0) 编辑
摘要: Adobe XD不能拖入图片的解决办法 请创建 User 。不要使用Administrator登录。。。 然后将UAC拉到最下面。 阅读全文
posted @ 2020-12-21 12:19 wgf4242 阅读(1579) 评论(0) 推荐(0) 编辑
摘要: 个人测试结果。 Pro版和Pro工作站版上 %userprofile%\AppData\LocalLow\ 这个目录不要做符号链接。 %userprofile%\AppData\LocalLow\链接到系统盘能正常启动XD,链接到其他分区会无法启动XD LTSC版本没有发现这个问题。链接目录成功。。 阅读全文
posted @ 2020-08-06 01:22 wgf4242 阅读(282) 评论(0) 推荐(0) 编辑
摘要: vi /home/kali/.local/lib/python3.8/site-packages/pwnlib/util/misc.py # 在Launching a new terminal 这一行后面添加 argv = argv[:-1] + [x.strip('"') for x in arg 阅读全文
posted @ 2020-07-03 22:17 wgf4242 阅读(338) 评论(0) 推荐(0) 编辑
摘要: 一些使用中遇到的问题。别写边记。 FAQ 已有数据库转model,使用inspect db导出 python manage.py inspectdb > models.py 注意:如果是使用navicat导出到其他数据库后再使用inspectdb可能会导致识别不准确或者失败。 常见问题 独立使用 d 阅读全文
posted @ 2020-06-16 11:33 wgf4242 阅读(102) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 下一页