会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
wgf4242
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
6
7
8
9
10
11
12
13
14
15
下一页
2022年10月10日
cloc 统计代码行数
摘要: .\cloc -by-file ./ --exclude-dir=node_modules --include-lang=Python .\cloc ./ --exclude-dir=node_modules --include-lang=Python 导出代码时 排除 *.cnf *.sql *.
阅读全文
posted @ 2022-10-10 18:50 wgf4242
阅读(60)
评论(0)
推荐(0)
2022年10月4日
git 命令综合应用(for windows)
摘要: Windows Powershell环境 导出当前分支最新版本为zip文件。以当前目录命名 git branch --show-current | tee -V b; git archive --format zip -o "./$((gi .).BaseName).zip" $b -0
阅读全文
posted @ 2022-10-04 19:15 wgf4242
阅读(37)
评论(0)
推荐(0)
2022年10月2日
NewStarCTF2022 WriteUp
摘要: Re 艾克体悟题 方法1. frida练习一下 # 启动指定 Activity adb shell su am start -n com.droidlearn.activity_travel/.FlagActivity //a.js hook一下 Java.perform(function () {
阅读全文
posted @ 2022-10-02 23:16 wgf4242
阅读(255)
评论(0)
推荐(0)
2022年10月1日
Windows下编译linux程序. 1. outguess
摘要: 有点问题:编译的程序运行结果和Linux下不一样。 outguess 编译 使用cygwin。运行终端后。进入outguess目录。 ./configure make 直接报个错 checking whether make sets ${MAKE}... ./configure: eval: lin
阅读全文
posted @ 2022-10-01 08:28 wgf4242
阅读(260)
评论(0)
推荐(0)
2022年9月30日
Frida spawn process failed on Android 'Error: VM::AttachCurrentThread failed: -1
摘要: script.load() 时会报错。 {'type': 'error', 'description': 'Error: VM::AttachCurrentThread failed: -1', 'stack': 'Error: VM::AttachCurrentThread failed: -1
阅读全文
posted @ 2022-09-30 19:33 wgf4242
阅读(701)
评论(0)
推荐(0)
2022年第六届 工业信息安全技能大赛 石油行业赛道赛 WriteUp
摘要: 工控协议 - 协议分析-modbus | 题干:(c88d00000008010f00030005011b) 根据题目提示MODBUS, 00 00 协议标识,可知使用0x0f(15)功能码,为写多个线圈 构造响应报文,内容为: 0f 00 03 00 05 功能码+地址高低位+寄存器高低位 有效数
阅读全文
posted @ 2022-09-30 13:15 wgf4242
阅读(428)
评论(0)
推荐(0)
2022年9月29日
Django InspectDB 缺少mysql/mariadb的注释问题。
摘要: 已完成: 字段的comment作为 verbose_name 未完成: 表名的comment作为 表的verbose_name 环境: django@3.13.1。 修改2处文件。 1.django\core\management\commands\inspectdb.py 2.django\db\
阅读全文
posted @ 2022-09-29 18:36 wgf4242
阅读(62)
评论(0)
推荐(0)
2022年9月25日
工业信息_工控信息安全学习
该文被密码保护。
阅读全文
posted @ 2022-09-25 17:51 wgf4242
阅读(167)
评论(0)
推荐(0)
2022年9月22日
CnBlog 主题收集
摘要: https://github.com/BNDong/Cnblogs-Theme-SimpleMemory
阅读全文
posted @ 2022-09-22 12:07 wgf4242
阅读(57)
评论(0)
推荐(1)
2022年9月21日
2022工业信息安全技能大赛“望岳杯”锦标赛-首轮 WriteUp
摘要: 恶意文件 访问了 1.15.228.170 8023 (_DWORD )&name.sa_data[2] = inet_addr(cp); (_WORD )name.sa_data = htons(v11); send(s, buf, 4, 0); cp: 1.15.228.170 v11: 802
阅读全文
posted @ 2022-09-21 17:47 wgf4242
阅读(146)
评论(0)
推荐(0)
上一页
1
···
6
7
8
9
10
11
12
13
14
15
下一页
公告