List of Hacks for TS and Citrix

Basic shortcuts:

  • Open file: Ctrl + o
  • Save File: Ctrl + s
  • Open New Browser: Ctrl + n, Shift (or Ctrl) + Left Click on link
  • Browser History: Ctrl + h
  • Task Manager: Ctrl+Shift+Esc
  • File manager: Windows + E
  • Run commands: Windows + R
  • Utility Manager: Windows + U
  • Windows search: Windows + F

Open Internet browser:

  • Press F1 – Click on any URL to open.
  • Click on help on the language bar.
  • Windows + U -> Help

Get local files (like cmd.exe):

  • Printing window (Ctrl + p) -> print to file -> filename=* -> Enter -> and browse to system32
  • Right Mouse Click (or Shift + F10) -> Save Picture As -> filename=* ->…
  • View Source -> filename=* ->…

If the right mouse click is forbidden:

  • Use Shift + F10

Run Command Shell:

  • Run command.com
  • Drag other file on cmd.exe or command.com
  • Shortcut to cmd.exe or command.com
  • Batch file with: c:\windows\system32\cmd /c (Or /K) any_command
  • VBS script:
  • Dim pav
    ShellSet pavShell= WScript.CreateObject (“WScript.shell”)
    oShell.run “cmd /K CD C:\ & Dir”
    Set pavShell= Nothing

Open file manager using IE:

  • Favorites -> Drag any folder to browser’s window.

Using office applications:

  • Insert Picture -> filename=* ->…
  • Insert Hyper Link – > file://c:\windows\system32\cmd.exe
  • Insert object -> Create from File -> cmd.exe or command.com
  • Run VB (or VB Macro).

If you can’t run shell:

  • Rename cmd.exe (or command.com) to applicationName_uCanRun.exe.
  • Use Debug.exe, using this you can run almost any exe you like. You just need to upload the Assembly code or write by yourself.
  • Run VB compiler, using office applications

 Technique for opening cmd if you have access to MSPaint :
1) Open MSPaint and change image attributes to: Width=6 and Height=1 pixels.
2) Set pixels values to (from left to right):
1st: R: 10, G: 0, B: 0
2nd: R: 13, G: 10, B: 13
3rd: R: 100, G: 109, B: 99
4th: R: 120, G: 101, B: 46
5th: R: 0, G: 0, B: 101
6th: R: 0, G: 0, B: 0
3) Save it as 24-bit Bitmap (*.bmp;*.dib)
4) Change it’s extension from bmp to bat and run.

Advertisement
This entry was posted in Security. Bookmark the permalink.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s