文章
9
标签
9
分类
4
Home
Categories
Gallery
L1nk
Rusty_Blog
BinaryNinja 学习总结
Home
Categories
Gallery
L1nk
BinaryNinja 学习总结
发表于
2026-03-28
|
更新于
2026-03-28
|
Binary
|
浏览量:
BinaryNinja 学习总结
施工中…..
文章作者:
Rusty
文章链接:
https://blog.rusty1e.top/2026/03/28/BinaryNinja%20%E5%AD%A6%E4%B9%A0%E6%80%BB%E7%BB%93/
版权声明:
本博客所有文章除特别声明外,均采用
CC BY-NC-SA 4.0
许可协议。转载请注明来源
Rusty_Blog
!
Binary
Reverse
BN
上一篇
CodeGateCTF2026
CodeGateCTF2026WEBjuice of Apple, Vegetable, Apricot 题目不复杂,主要就是获取PID,然后拼接进去执行jcmd命令 /api/status?pid= 12String cmd = "jcmd " + pid + " VM.version";Process p = Runtime.getRuntime().exec(cmd); /api/heap?pid= 12String cmd = "jcmd " + pid + " GC.heap_info";Process p = Runtime.getRuntime().exec(cmd); /api/threads?pid= 12String cmd = "jcmd " + pid + " Thread.print";Process p =...
下一篇
第九届“强网杯”全国网络安全挑战赛初赛 2025 个人题解 Writeup
第九届“强网杯”全国网络安全挑战赛初赛 2025 个人题解 WriteupPTer/openresty/sites/app.conf,可能就是题目所说的安全更新 ? 那我们重点关注/announce.php IP这里是可控的,可以伪造IP,直接拼接会造成sql注入 可以sql注入,但是密码加盐了 获取一个种子文件的info_hash 123456789101112131415161718192021222324import hashlibimport bencodepydef calculate_info_hash(torrent_file_path): # 读取种子文件 with open(torrent_file_path, 'rb') as f: torrent_data = f.read() # 解析种子文件 torrent = bencodepy.decode(torrent_data) # 获取info字典并计算其SHA1哈希 info_dict =...
评论
Rusty
我走的时候江水很平静
文章
9
标签
9
分类
4
Follow Me
公告
Blue, Cyan and Azure
目录
1.
BinaryNinja 学习总结
最新文章
CodeGateCTF2026
2026-04-03
BinaryNinja 学习总结
2026-03-28
第九届“强网杯”全国网络安全挑战赛初赛 2025 个人题解 Writeup
2026-03-21
迟来的2025年终总结
2026-02-08
羊城杯2025个人web方向wp题解
2025-10-13