文章分类 - 安全
网络安全
摘要:题目: int __cdecl main(int argc, const char **argv, const char **envp) { init(); yichu(); return 0; } unsigned int yichu() { char s[100]; // [esp+8h] [e
阅读全文
posted @ 2025-05-18 22:12
lethe311
摘要:题目: 89 108 103 102 97 123 101 117 97 48 95 51 109 115 95 95 48 83 125 50 49 97 116 33 exp: s = "89 108 103 102 97 123 101 117 97 48 95 51 109 115 95 9
阅读全文
posted @ 2025-05-18 19:10
lethe311
摘要:题目: hint:74686973206973206D643520426F6F6D21 6cd29f23de85b1309128ff736c7efbf6 efa4e6f5c6359cc2eadc5d731716468e 408a9c4a79800232ac656249af3162eb 6adff50
阅读全文
posted @ 2025-05-18 16:30
lethe311
摘要:题目: exp: import string import base64 s = "gmbhvpuufnwoneusnowscrrvuwutotfnwobe" char = string.ascii_uppercase + string.ascii_lowercase + string.digits
阅读全文
posted @ 2025-05-18 14:00
lethe311
摘要:题目: ej^cv`]^/*(*Y(VUR "PJJIGW 思路: 比较flag和ej^c的差的规律 exp: s = 'ej^cv`]^/*(*Y(VUR "PJJIGW' ss = "flag" sss = "" for i in range(
阅读全文
posted @ 2025-05-18 13:38
lethe311
摘要:题目: signed __int64 start() { signed __int64 v0; // rax signed __int64 v1; // rax char v3[8]; // [rsp+0h] [rbp-8h] BYREF v0 = sys_write(1u, &msg, 0x3Au
阅读全文
posted @ 2025-05-18 09:41
lethe311
摘要:题目: int __fastcall main(int argc, const char **argv, const char **envp) { init(argc, argv, envp); printPoem(); tellStory(); getUserInput(); makeDecisi
阅读全文
posted @ 2025-05-17 21:48
lethe311
摘要:题目: __int64 __fastcall main(__int64 a1, char **a2, char **a3) { size_t v3; // rax size_t v4; // rax char v6[8]; // [rsp+8h] [rbp-168h] BYREF char s[25
阅读全文
posted @ 2025-05-17 20:38
lethe311
摘要:题目: silenteye,格式选择bmp 得到的二维码只有一截 import zlib def png_crc32_crack_wh(file_name): with open(file_name, "rb") as f: hexdata = f.read().hex() PNG_data = h
阅读全文
posted @ 2025-05-17 16:57
lethe311
摘要:题目: int __fastcall main(int argc, const char **argv, const char **envp) { init(argc, argv, envp); Yichu(); return 0; } __int64 Yichu() { char buf[8];
阅读全文
posted @ 2025-05-17 11:38
lethe311
摘要:题目: 13155424435324113455153322 ♫♩♬♫♫♭♫¶♫♫♫¶♫¶♬♬‖♭♫¶¶♫♬♩♫♬∮♬♪§♫♬¶♬♭‖♬♯♩♬‖∮♬♪♯♫♫♫♫♫‖♬§♭♫♬¶♬♯♩♬♪♯♫♬♬♬♯♩♫♩♬♫¶‖♬♭♪♫¶♯§== 分析13155424435324113455153322,具备敲击码
阅读全文
posted @ 2025-05-17 09:37
lethe311
摘要:题目 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>这题不难哦<
阅读全文
posted @ 2025-05-16 19:42
lethe311
摘要:题目: int __cdecl __noreturn main(int argc, const char **argv, const char **envp) { _BYTE v3[29]; // [esp+17h] [ebp-35h] BYREF int v4; // [esp+34h] [ebp
阅读全文
posted @ 2025-05-16 11:37
lethe311
摘要:首先在main_main中调用了main_encode // main.encode void __golang main_encode() { __int64 v0; // r14 __int128 v1; // xmm15 unsigned __int64 i; // rax void *v3;
阅读全文
posted @ 2025-05-15 23:25
lethe311
摘要:题目: $polarday = $_GET['polarday']; $polarnight = $_GET['polarnight']; if (isset($polarday) && isset($polarnight)) { $polar520 = unserialize($_COOKIE['
阅读全文
posted @ 2025-05-15 22:22
lethe311
摘要:题目: Timejpg 发现了So 或者在备注中滑到底部也能找到 接着,发现1zip和2.zip都是真加密,尝试爆破密码 得到199956 或者推测Time.jpg中隐藏着雨时间有关的密码 解压1.zip QRSearch 得到.. .-.. ...- . -- .. ... -.-. 摩斯解密得到
阅读全文
posted @ 2025-05-15 16:47
lethe311
摘要:题目: 11111111233113111131111113111111113111111111131111111111113111111111111113111111111111111131111111111111111113111111111111111111113111111111111111
阅读全文
posted @ 2025-05-15 16:25
lethe311
摘要:题目: hint.txt ❂❅❂✼❁❄✼✻❂✾❂❃❂❊❁❀= 先花朵解密: 得到密码JAY CHOU 解压缩包 在详细信息发现备注为stegehide 尝试解压发现需要密码 进行多次尝试失败,最终猜测密码肯是这首歌的发布时间。20081015,不对,是081015 flag{sh!ni1IuDE1e
阅读全文
posted @ 2025-05-15 16:08
lethe311