{"id":201,"date":"2025-01-14T13:15:27","date_gmt":"2025-01-14T05:15:27","guid":{"rendered":"https:\/\/www.okabe.xin\/?p=201"},"modified":"2025-01-14T13:15:27","modified_gmt":"2025-01-14T05:15:27","slug":"wucup","status":"publish","type":"post","link":"https:\/\/www.okabe.xin\/wordpress\/?p=201","title":{"rendered":"Wucup"},"content":{"rendered":"\n<h1 class=\"wp-block-heading\"><em><strong>Easy<\/strong><\/em><\/h1>\n\n\n\n<p>\u6839\u636e\u7ed9\u51fa\u7684\u52a0\u5bc6\u7b97\u6cd5\u548c\u5bc6\u6587<\/p>\n\n\n\n<p>\u7f16\u5199\u4e00\u4e2a\u89e3\u5bc6\u7a0b\u5e8f<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">def rc4(key, data):<br> &nbsp; &nbsp;key_length = len(key)<br> &nbsp; &nbsp;s = list(range(256))<br> &nbsp; &nbsp;j = 0<br> &nbsp; &nbsp;for i in range(256):<br> &nbsp; &nbsp; &nbsp; &nbsp;j = (j + s[i] + ord(key[i % key_length])) % 256<br> &nbsp; &nbsp; &nbsp; &nbsp;s[i], s[j] = s[j], s[i]<br>\u200b<br> &nbsp; &nbsp;i = j = 0<br> &nbsp; &nbsp;output = bytearray()<br> &nbsp; &nbsp;for byte in data:<br> &nbsp; &nbsp; &nbsp; &nbsp;i = (i + 1) % 256<br> &nbsp; &nbsp; &nbsp; &nbsp;j = (j + s[i]) % 256<br> &nbsp; &nbsp; &nbsp; &nbsp;s[i], s[j] = s[j], s[i]<br> &nbsp; &nbsp; &nbsp; &nbsp;k = s[(s[i] + s[j]) % 256]<br> &nbsp; &nbsp; &nbsp; &nbsp;output.append(byte ^ k)<br>\u200b<br> &nbsp; &nbsp;return bytes(output).decode('utf-8', errors='ignore')<br>\u200b<br>key = \"hello world\"<br>ciphertext = \"d8d2963e0d8ab8533d2a7fe296c529233924\"<br>ciphertext += \"6eba0d292d5752578359322c3a77892dfa7261b84f\"<br>\u200b<br>flag_length = 40<br>flag = rc4(key, bytes.fromhex(ciphertext))<br>\u200b<br>flag = flag[:flag_length]<br>print(\"Decrypted flag:\", flag)<\/pre>\n\n\n\n<p>\u62ff\u5230flag<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">Decrypted flag: WuCup{55a0a84f86a6ad40006f014619577ad3}<\/pre>\n\n\n\n<h1 class=\"wp-block-heading\"><em><strong>Sign<\/strong><\/em> <em><strong>WEB<\/strong><\/em><\/h1>\n\n\n\n<p>\u8fdb\u5165\u73af\u5883\u63d0\u793a<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>passwd:sgin<\/code><\/pre>\n\n\n\n<p>\u4e2d\u56fd\u8681\u5251\u8fde\u4e0a<\/p>\n\n\n\n<p>\u7136\u540e\u627e\u5230flag\u6587\u4ef6\u5c31\u597d<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><div class='fancybox-wrapper lazyload-container-unload' data-fancybox='post-images' href='https:\/\/www.okabe.xin\/wordpress\/wp-content\/uploads\/2025\/01\/image-20241201151420661.png'><img class=\"lazyload lazyload-style-1\" src=\"data:image\/svg+xml;base64,PCEtLUFyZ29uTG9hZGluZy0tPgo8c3ZnIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgc3Ryb2tlPSIjZmZmZmZmMDAiPjxnPjwvZz4KPC9zdmc+\"  loading=\"lazy\" decoding=\"async\" width=\"760\" height=\"632\" data-original=\"https:\/\/www.okabe.xin\/wordpress\/wp-content\/uploads\/2025\/01\/image-20241201151420661.png\" src=\"data:image\/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAANSURBVBhXYzh8+PB\/AAffA0nNPuCLAAAAAElFTkSuQmCC\" alt=\"\" class=\"wp-image-202\"  sizes=\"auto, (max-width: 760px) 100vw, 760px\" \/><\/div><\/figure>\n\n\n\n<h1 class=\"wp-block-heading\"><em><strong>sign misc<\/strong><\/em><\/h1>\n\n\n\n<p>\u4e00\u773c16\u8fdb\u5236<\/p>\n\n\n\n<p>\u8f6c\u5b57\u7b26\uff0c\u5f97<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><div class='fancybox-wrapper lazyload-container-unload' data-fancybox='post-images' href='https:\/\/www.okabe.xin\/wordpress\/wp-content\/uploads\/2025\/01\/image-20241201151510252-1024x544.png'><img class=\"lazyload lazyload-style-1\" src=\"data:image\/svg+xml;base64,PCEtLUFyZ29uTG9hZGluZy0tPgo8c3ZnIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgc3Ryb2tlPSIjZmZmZmZmMDAiPjxnPjwvZz4KPC9zdmc+\"  loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"544\" data-original=\"https:\/\/www.okabe.xin\/wordpress\/wp-content\/uploads\/2025\/01\/image-20241201151510252-1024x544.png\" src=\"data:image\/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAANSURBVBhXYzh8+PB\/AAffA0nNPuCLAAAAAElFTkSuQmCC\" alt=\"\" class=\"wp-image-203\"  sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/div><\/figure>\n","protected":false},"excerpt":{"rendered":"<p>Easy \u6839\u636e\u7ed9\u51fa\u7684\u52a0\u5bc6\u7b97\u6cd5\u548c\u5bc6\u6587 \u7f16\u5199\u4e00\u4e2a\u89e3\u5bc6\u7a0b\u5e8f def rc4(key, data): &nbsp; &#038; [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[],"class_list":["post-201","post","type-post","status-publish","format-standard","hentry","category-ctf"],"_links":{"self":[{"href":"https:\/\/www.okabe.xin\/wordpress\/index.php?rest_route=\/wp\/v2\/posts\/201","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.okabe.xin\/wordpress\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.okabe.xin\/wordpress\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.okabe.xin\/wordpress\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.okabe.xin\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=201"}],"version-history":[{"count":0,"href":"https:\/\/www.okabe.xin\/wordpress\/index.php?rest_route=\/wp\/v2\/posts\/201\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.okabe.xin\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=201"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.okabe.xin\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=201"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.okabe.xin\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=201"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}