<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: SmartConsole Shortcuts - cheat sheet in General Topics</title>
    <link>https://community.checkpoint.com/t5/General-Topics/SmartConsole-Shortcuts-cheat-sheet/m-p/253380#M42518</link>
    <description>&lt;P&gt;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/38213"&gt;@the_rock&lt;/a&gt;&lt;BR /&gt;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/7"&gt;@PhoneBoy&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;If you want to scare your colleague again, you can also use the following perl code to execute this as a small Trojan&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":grinning_face:"&gt;😀&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;PS:&lt;BR /&gt;I store this perl code similarly in KeePass to automatically log in to smart consoles. This allows you to authenticate yourself centrally at KeePass and then automatically transfer the KeePass data via KeePass API and Perl to the SmartConsole login page.&amp;nbsp;If anyone is interested, I can write an article about it!&lt;/P&gt;
&lt;LI-CODE lang="python"&gt;use strict;
use warnings;
use Win32::GuiTest qw(SendKeys);

# Wait a few seconds to allow the user to focus the target window
sleep(3);
SendKeys("^{F3}");
sleep(1);
SendKeys("{TAB}");
sleep(0.3);
SendKeys("{DOWN}");
sleep(0.3);
SendKeys("{DOWN}");
sleep(0.3);
SendKeys("{ENTER}");
sleep(0.3);
SendKeys("{TAB}");
sleep(0.3);
SendKeys("{ENTER}");
sleep(0.3);
SendKeys("{ENTER}");&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 17 Jul 2025 15:34:38 GMT</pubDate>
    <dc:creator>HeikoAnkenbrand</dc:creator>
    <dc:date>2025-07-17T15:34:38Z</dc:date>
    <item>
      <title>SmartConsole Shortcuts - cheat sheet</title>
      <link>https://community.checkpoint.com/t5/General-Topics/SmartConsole-Shortcuts-cheat-sheet/m-p/253265#M42496</link>
      <description>&lt;P&gt;Here is a cheat sheet with the current short cuts of the SmartConsole.&lt;BR /&gt;&lt;BR /&gt;Download PDF: &lt;A title="SmartConsole Shortcuts 1.0" href="https://www.checkpoint.tips/doc/Check%20Point%20-%20SmartConsole%20Shortcuts%201.0.pdf" target="_blank" rel="noopener"&gt;SmartConsole Shortcuts 1.0&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Check Point - SmartConsole Shortcuts 1.0a.png" style="width: 999px;"&gt;&lt;img src="https://community.checkpoint.com/t5/image/serverpage/image-id/30945i798D84B41C862381/image-size/large?v=v2&amp;amp;px=999" role="button" title="Check Point - SmartConsole Shortcuts 1.0a.png" alt="Check Point - SmartConsole Shortcuts 1.0a.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jul 2025 10:55:41 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/SmartConsole-Shortcuts-cheat-sheet/m-p/253265#M42496</guid>
      <dc:creator>HeikoAnkenbrand</dc:creator>
      <dc:date>2025-07-16T10:55:41Z</dc:date>
    </item>
    <item>
      <title>Re: SmartConsole Shortcuts - cheat sheet</title>
      <link>https://community.checkpoint.com/t5/General-Topics/SmartConsole-Shortcuts-cheat-sheet/m-p/253277#M42500</link>
      <description>&lt;P&gt;TOP&lt;span class="lia-unicode-emoji" title=":thumbs_up:"&gt;👍&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jul 2025 12:23:45 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/SmartConsole-Shortcuts-cheat-sheet/m-p/253277#M42500</guid>
      <dc:creator>FirewallXL</dc:creator>
      <dc:date>2025-07-16T12:23:45Z</dc:date>
    </item>
    <item>
      <title>Re: SmartConsole Shortcuts - cheat sheet</title>
      <link>https://community.checkpoint.com/t5/General-Topics/SmartConsole-Shortcuts-cheat-sheet/m-p/253278#M42501</link>
      <description>&lt;P&gt;My favorite to date about smart console is one time I played light hearted prank on one of my colleagues when I switched to dark mode, she "freaked" lol&lt;/P&gt;
&lt;P&gt;Excellent post btw! &lt;span class="lia-unicode-emoji" title=":ok_hand:"&gt;👌&lt;/span&gt;&lt;span class="lia-unicode-emoji" title=":ok_hand:"&gt;👌&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Andy&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jul 2025 12:31:48 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/SmartConsole-Shortcuts-cheat-sheet/m-p/253278#M42501</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2025-07-16T12:31:48Z</dc:date>
    </item>
    <item>
      <title>Re: SmartConsole Shortcuts - cheat sheet</title>
      <link>https://community.checkpoint.com/t5/General-Topics/SmartConsole-Shortcuts-cheat-sheet/m-p/253320#M42504</link>
      <description>&lt;P&gt;Hi Heiko,&lt;BR /&gt;&lt;BR /&gt;ALT+D&amp;nbsp; &amp;nbsp; Switch to: change report.&lt;BR /&gt;&lt;BR /&gt;great overview&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jul 2025 16:01:53 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/SmartConsole-Shortcuts-cheat-sheet/m-p/253320#M42504</guid>
      <dc:creator>HackerXL</dc:creator>
      <dc:date>2025-07-16T16:01:53Z</dc:date>
    </item>
    <item>
      <title>Re: SmartConsole Shortcuts - cheat sheet</title>
      <link>https://community.checkpoint.com/t5/General-Topics/SmartConsole-Shortcuts-cheat-sheet/m-p/253351#M42508</link>
      <description>&lt;P&gt;Is there a shortcut for that?&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jul 2025 07:48:26 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/SmartConsole-Shortcuts-cheat-sheet/m-p/253351#M42508</guid>
      <dc:creator>_Val_</dc:creator>
      <dc:date>2025-07-17T07:48:26Z</dc:date>
    </item>
    <item>
      <title>Re: SmartConsole Shortcuts - cheat sheet</title>
      <link>https://community.checkpoint.com/t5/General-Topics/SmartConsole-Shortcuts-cheat-sheet/m-p/253353#M42510</link>
      <description>&lt;P&gt;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/38213"&gt;@the_rock&lt;/a&gt;,&amp;nbsp;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/181"&gt;@_Val_&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Oneliner to change the color scheme using the keyboard:&lt;BR /&gt;&lt;BR /&gt;[Ctrl+F3] + [TAB] + [&lt;span class="lia-unicode-emoji" title=":down_arrow:"&gt;⬇️&lt;/span&gt;] + [&lt;span class="lia-unicode-emoji" title=":down_arrow:"&gt;⬇️&lt;/span&gt;] + [ENTER] + [TAB] + [ENTER] + [ENTER]&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-unicode-emoji" title=":grinning_face:"&gt;😀&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jul 2025 08:44:20 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/SmartConsole-Shortcuts-cheat-sheet/m-p/253353#M42510</guid>
      <dc:creator>HeikoAnkenbrand</dc:creator>
      <dc:date>2025-07-17T08:44:20Z</dc:date>
    </item>
    <item>
      <title>Re: SmartConsole Shortcuts - cheat sheet</title>
      <link>https://community.checkpoint.com/t5/General-Topics/SmartConsole-Shortcuts-cheat-sheet/m-p/253363#M42512</link>
      <description>&lt;P&gt;I called it dark mode, but its technically high contract. Yes, CTRL + F3 &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Andy&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jul 2025 11:23:38 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/SmartConsole-Shortcuts-cheat-sheet/m-p/253363#M42512</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2025-07-17T11:23:38Z</dc:date>
    </item>
    <item>
      <title>Re: SmartConsole Shortcuts - cheat sheet</title>
      <link>https://community.checkpoint.com/t5/General-Topics/SmartConsole-Shortcuts-cheat-sheet/m-p/253374#M42516</link>
      <description>&lt;P&gt;Looks like the &lt;A href="https://en.m.wikipedia.org/wiki/Konami_Code" target="_self"&gt;Konami Code&lt;/A&gt; &lt;span class="lia-unicode-emoji" title=":face_with_tears_of_joy:"&gt;😂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jul 2025 14:06:21 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/SmartConsole-Shortcuts-cheat-sheet/m-p/253374#M42516</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2025-07-17T14:06:21Z</dc:date>
    </item>
    <item>
      <title>Re: SmartConsole Shortcuts - cheat sheet</title>
      <link>https://community.checkpoint.com/t5/General-Topics/SmartConsole-Shortcuts-cheat-sheet/m-p/253378#M42517</link>
      <description>&lt;P&gt;Its great code &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jul 2025 14:30:43 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/SmartConsole-Shortcuts-cheat-sheet/m-p/253378#M42517</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2025-07-17T14:30:43Z</dc:date>
    </item>
    <item>
      <title>Re: SmartConsole Shortcuts - cheat sheet</title>
      <link>https://community.checkpoint.com/t5/General-Topics/SmartConsole-Shortcuts-cheat-sheet/m-p/253380#M42518</link>
      <description>&lt;P&gt;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/38213"&gt;@the_rock&lt;/a&gt;&lt;BR /&gt;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/7"&gt;@PhoneBoy&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;If you want to scare your colleague again, you can also use the following perl code to execute this as a small Trojan&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":grinning_face:"&gt;😀&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;PS:&lt;BR /&gt;I store this perl code similarly in KeePass to automatically log in to smart consoles. This allows you to authenticate yourself centrally at KeePass and then automatically transfer the KeePass data via KeePass API and Perl to the SmartConsole login page.&amp;nbsp;If anyone is interested, I can write an article about it!&lt;/P&gt;
&lt;LI-CODE lang="python"&gt;use strict;
use warnings;
use Win32::GuiTest qw(SendKeys);

# Wait a few seconds to allow the user to focus the target window
sleep(3);
SendKeys("^{F3}");
sleep(1);
SendKeys("{TAB}");
sleep(0.3);
SendKeys("{DOWN}");
sleep(0.3);
SendKeys("{DOWN}");
sleep(0.3);
SendKeys("{ENTER}");
sleep(0.3);
SendKeys("{TAB}");
sleep(0.3);
SendKeys("{ENTER}");
sleep(0.3);
SendKeys("{ENTER}");&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jul 2025 15:34:38 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/SmartConsole-Shortcuts-cheat-sheet/m-p/253380#M42518</guid>
      <dc:creator>HeikoAnkenbrand</dc:creator>
      <dc:date>2025-07-17T15:34:38Z</dc:date>
    </item>
    <item>
      <title>Re: SmartConsole Shortcuts - cheat sheet</title>
      <link>https://community.checkpoint.com/t5/General-Topics/SmartConsole-Shortcuts-cheat-sheet/m-p/253381#M42519</link>
      <description>&lt;P&gt;Nice &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jul 2025 14:58:49 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/SmartConsole-Shortcuts-cheat-sheet/m-p/253381#M42519</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2025-07-17T14:58:49Z</dc:date>
    </item>
  </channel>
</rss>

