摘要: misc ez_wire webshell的流量,追踪每一个http流量,先对其进行url解密,再base64解, 最后在一个流量中发现: POST /shell.php HTTP/1.1 Host: 172.16.80.10:8080 Accept-Encoding: gzip, deflate 阅读全文
posted @ 2024-05-13 21:38 Rota13 阅读(96) 评论(0) 推荐(0)
摘要: crypto x0r print打印出来的字符前32为iv的值 然后就是分析encrypt函数 def encrypt(key, plaintext, iv): ciphertext = b"" for i in range(0, len(plaintext), AES.block_size): k 阅读全文
posted @ 2024-05-13 21:37 Rota13 阅读(109) 评论(0) 推荐(0)
摘要: HGAME 2024 week4 crypto部分 阅读全文
posted @ 2024-03-01 12:46 Rota13 阅读(42) 评论(0) 推荐(0)
摘要: PWN nc_pwnre 这题直接nc连接,出现下面一段 pwn? re?no no no,this is just an easy nc-test. loc_40116D: mov eax, [ebp+i] add eax, 1 mov [ebp+i], eax loc_401176: mov e 阅读全文
posted @ 2024-01-13 19:48 Rota13 阅读(51) 评论(0) 推荐(0)
摘要: NCTF2023wp 阅读全文
posted @ 2023-12-25 21:23 Rota13 阅读(77) 评论(0) 推荐(0)
摘要: 强网杯not only rsa赛后复现 阅读全文
posted @ 2023-12-21 19:37 Rota13 阅读(161) 评论(0) 推荐(0)
摘要: 简简单单的刷题日记罢了,以前是web小萌新,现在转成了pwn小萌新 阅读全文
posted @ 2023-11-23 09:15 Rota13 阅读(364) 评论(0) 推荐(0)