{"id":260,"date":"2022-11-15T16:36:04","date_gmt":"2022-11-15T12:36:04","guid":{"rendered":"https:\/\/it-notes.alifer.su\/?p=260"},"modified":"2022-11-15T16:47:30","modified_gmt":"2022-11-15T12:47:30","slug":"iou-on-alt-linux","status":"publish","type":"post","link":"https:\/\/it-notes.alifer.su\/?p=260","title":{"rendered":"Cisco IOU on ALT Linux"},"content":{"rendered":"\n<p><a href=\"https:\/\/linux-faq.ru\/page\/komanda-hostid\">https:\/\/linux-faq.ru\/page\/komanda-hostid<\/a><\/p>\n\n\n\n<p>\u041d\u0443\u0436\u043d\u043e \u0441\u043e\u0437\u0434\u0430\u0442\u044c <strong>\/etc\/hostid<\/strong> -&gt; genhostid.py<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>#!\/usr\/bin\/python\n \nfrom sys import argv, exit\nfrom struct import pack\n \nfilename = \"\/etc\/hostid\"\n \nif len(argv) != 2:\n    print(\"Usage: genhostid.py &lt;hostid&gt;\")\n    exit(1)\n \nif argv&#91;1].startswith(\"0x\"):\n    hostid = int(argv&#91;1]&#91;2:], 16)\nelse:\n    hostid = int(argv&#91;1])\n \nhostid = pack(\"I\", hostid)\nopen(filename,\"wb\").write(hostid)\n<\/code><\/pre>\n\n\n\n<p>$ sudo python genhostid.py 0x00010203<\/p>\n\n\n\n<p>\u0414\u0430\u043b\u0435\u0435 CiscoIOUKeygen3f.py<\/p>\n","protected":false},"excerpt":{"rendered":"<p>https:\/\/linux-faq.ru\/page\/komanda-hostid \u041d\u0443\u0436\u043d\u043e \u0441\u043e\u0437\u0434\u0430\u0442\u044c \/etc\/hostid -&gt; genhostid.py $ sudo python genhostid.py 0x00010203 \u0414\u0430\u043b\u0435\u0435 CiscoIOUKeygen3f.py<\/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-260","post","type-post","status-publish","format-standard","hentry","category-nix"],"_links":{"self":[{"href":"https:\/\/it-notes.alifer.su\/index.php?rest_route=\/wp\/v2\/posts\/260","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/it-notes.alifer.su\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/it-notes.alifer.su\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/it-notes.alifer.su\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/it-notes.alifer.su\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=260"}],"version-history":[{"count":10,"href":"https:\/\/it-notes.alifer.su\/index.php?rest_route=\/wp\/v2\/posts\/260\/revisions"}],"predecessor-version":[{"id":271,"href":"https:\/\/it-notes.alifer.su\/index.php?rest_route=\/wp\/v2\/posts\/260\/revisions\/271"}],"wp:attachment":[{"href":"https:\/\/it-notes.alifer.su\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=260"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/it-notes.alifer.su\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=260"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/it-notes.alifer.su\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=260"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}