{"id":24,"date":"2021-12-29T02:55:14","date_gmt":"2021-12-29T02:55:14","guid":{"rendered":"https:\/\/www.netgrade.com\/blog\/?p=24"},"modified":"2021-12-31T07:24:35","modified_gmt":"2021-12-31T07:24:35","slug":"how-to-access-flash-based-cisco-cimc-web-user-interface","status":"publish","type":"post","link":"https:\/\/www.netgrade.com\/blog\/2021\/12\/29\/how-to-access-flash-based-cisco-cimc-web-user-interface\/","title":{"rendered":"How to re-enable flash to access legacy Cisco Integrated Management Controller (CIMC)"},"content":{"rendered":"\n<p>As we all know, Adobe disabled Flash in early 2021, this creates a big problem for certain admin platforms, such as the Cisco C220\/C240 M3 servers, which only offer a flash based administrative interface.  There are currently 2 workarounds to get KVM access.<\/p>\n\n\n\n<h2>Workaround 1<\/h2>\n\n\n\n<p>This workaround involves simply going directly to the KVM &#8220;.jnlp&#8221; java file without accessing the regular user interface.  This is good enough if you just want to access the KVM and not the other diagnostic information on the web interface.<\/p>\n\n\n\n<p>To download the .jnlp file go the the following URL in a browser:<\/p>\n\n\n\n<p><code>https:\/\/(CIMC IP ADDRESS)\/kvm.jnlp?cimcAddr=<meta charset=\"utf-8\">(CIMC IP ADDRESS)&amp;tkn1=(CIMC Username)&amp;tkn2=(CIMC Password)<\/code><\/p>\n\n\n\n<p>If you typed everything correctly the jnlp file should download.  If you have Java installed you can launch the file and it should bring you directly to the KVM.<\/p>\n\n\n\n<h2>Workaround 2<\/h2>\n\n\n\n<p>This workaround involves breaking the timebomb that Adobe installed on the latest versions of flash player, and using flash in a special browser called K-Meleon.  K-meleon is a lightweight browser based on Firefox.<\/p>\n\n\n\n<p>You can download K-Meleon here: <a href=\"http:\/\/kmeleonbrowser.org\/\" target=\"_blank\" rel=\"noreferrer noopener\">http:\/\/kmeleonbrowser.org\/<\/a><\/p>\n\n\n\n<p>We will also need a hex editor, so we can manually edit a dll file to remove the timebomb.  For this we will use HxD Hex Editor, you can download it here: <a href=\"https:\/\/mh-nexus.de\/en\/hxd\/\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/mh-nexus.de\/en\/hxd\/<\/a><\/p>\n\n\n\n<p>Lastly, of course you will need the lastest version of Flash player installer, this can be a bit tricky to find.  I recommend using the most recent version, which is 32.0.0.465.  Be very careful when searching the internet for flash player downloads, it&#8217;s a classic way to get malware on your computer.  The md5 hash of version 32.0.0.465 is <code>51a0107eef0903d22534f72c41b70239<\/code> which I strongly suggest you verify.  I was able to find a safe copy at the following url: <a href=\"http:\/\/finalbuilds.com\/flashplayer.htm\" target=\"_blank\" rel=\"noreferrer noopener\">http:\/\/finalbuilds.com\/flashplayer.htm<\/a><\/p>\n\n\n\n<p>Once you have flash &amp; HxD installed and K-meleon ready to go it&#8217;s time to break the flash timebomb.  Launch HxD and open up C:\\WINDOWS\\SysWOW64\\Macromed\\Flash\\NPSWF32_32_0_0_465.dll<\/p>\n\n\n\n<p>Do a HEX search for: <code>00 00 40 46 3E 6F 77 42<\/code><\/p>\n\n\n\n<figure class=\"wp-block-image is-resized\"><img loading=\"lazy\" src=\"https:\/\/www.netgrade.com\/blog\/wp-content\/uploads\/2021\/12\/Screen-Shot-2021-12-29-at-8.33.17-PM-1024x771.png\" alt=\"\" class=\"wp-image-41\" width=\"397\" height=\"299\" srcset=\"https:\/\/www.netgrade.com\/blog\/wp-content\/uploads\/2021\/12\/Screen-Shot-2021-12-29-at-8.33.17-PM-1024x771.png 1024w, https:\/\/www.netgrade.com\/blog\/wp-content\/uploads\/2021\/12\/Screen-Shot-2021-12-29-at-8.33.17-PM-300x226.png 300w, https:\/\/www.netgrade.com\/blog\/wp-content\/uploads\/2021\/12\/Screen-Shot-2021-12-29-at-8.33.17-PM-768x578.png 768w, https:\/\/www.netgrade.com\/blog\/wp-content\/uploads\/2021\/12\/Screen-Shot-2021-12-29-at-8.33.17-PM.png 1402w\" sizes=\"(max-width: 397px) 100vw, 397px\" \/><\/figure>\n\n\n\n<p>Replace it with: <code>00 00 00 00 00 00 F8 7F<\/code><\/p>\n\n\n\n<p>The last part to disable the timebomb is to stop the EOL uninstall warning, open up <code>C:\\Windows\\SysWOW64\\Macromed\\Flash\\mms.cfg<\/code> in notepad.<\/p>\n\n\n\n<p>Add the following to a new line at the end of the file: <code>AutoUpdateDisable=1<\/code><\/p>\n\n\n\n<p>Once these 2 steps are complete Flash player should work once again.  At this point you should be able to launch K-Meleon and use CIMC like normal <\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" src=\"https:\/\/www.netgrade.com\/blog\/wp-content\/uploads\/2021\/12\/cisco-cimc-flash-1024x733.png\" alt=\"\" class=\"wp-image-44\" width=\"575\" height=\"411\" srcset=\"https:\/\/www.netgrade.com\/blog\/wp-content\/uploads\/2021\/12\/cisco-cimc-flash-1024x733.png 1024w, https:\/\/www.netgrade.com\/blog\/wp-content\/uploads\/2021\/12\/cisco-cimc-flash-300x215.png 300w, https:\/\/www.netgrade.com\/blog\/wp-content\/uploads\/2021\/12\/cisco-cimc-flash-768x550.png 768w, https:\/\/www.netgrade.com\/blog\/wp-content\/uploads\/2021\/12\/cisco-cimc-flash-1536x1099.png 1536w, https:\/\/www.netgrade.com\/blog\/wp-content\/uploads\/2021\/12\/cisco-cimc-flash-2048x1466.png 2048w\" sizes=\"(max-width: 575px) 100vw, 575px\" \/><\/figure>\n","protected":false},"excerpt":{"rendered":"<p>As we all know, Adobe disabled Flash in early 2021, this creates a big problem for certain admin platforms, such as the Cisco C220\/C240 M3 servers, which only offer a flash based administrative interface. There are currently 2 workarounds to get KVM access. Workaround 1 This workaround involves simply going directly to the KVM &#8220;.jnlp&#8221; [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[13,17,7],"tags":[5,19,18],"_links":{"self":[{"href":"https:\/\/www.netgrade.com\/blog\/wp-json\/wp\/v2\/posts\/24"}],"collection":[{"href":"https:\/\/www.netgrade.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.netgrade.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.netgrade.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.netgrade.com\/blog\/wp-json\/wp\/v2\/comments?post=24"}],"version-history":[{"count":15,"href":"https:\/\/www.netgrade.com\/blog\/wp-json\/wp\/v2\/posts\/24\/revisions"}],"predecessor-version":[{"id":57,"href":"https:\/\/www.netgrade.com\/blog\/wp-json\/wp\/v2\/posts\/24\/revisions\/57"}],"wp:attachment":[{"href":"https:\/\/www.netgrade.com\/blog\/wp-json\/wp\/v2\/media?parent=24"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.netgrade.com\/blog\/wp-json\/wp\/v2\/categories?post=24"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.netgrade.com\/blog\/wp-json\/wp\/v2\/tags?post=24"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}