Skip to content
/ ropycat Public

Scripts that allow you to copy/past text into another Windows process to bypass Citrix copy/paste limitation

License

Notifications You must be signed in to change notification settings

mpgn/ropycat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ropycat

Scripts to copy/paste a file into Citrix XenApp or Citrix XenDesktop when copy/paste option is not allowed !

demo

  1. TRDucky

To-Rubber-Ducky USB's script encode the file of your choice in base64 and generate payload ready to be compiled with the Rubber Ducky Encoder.The file "payload" will be compiled as inject.bin. Copy past this file into your Rubber Ducky USB. Save the result on the target machine as .html an open it with Internet Explorer. Save the file with the extension of the original file. You have transfered your file !

  1. KeyBS

If you don't have USB port available; use KeyBS (powershell or C#). Use the KeyBS C# script preferably since SendInput in C# is more reliable than SendKeys in powershell.

  • Powershell: ~30 b/secondes
  • C#: ~100 b/secondes

Issues:

  • char % ^ can be replaced by 5 6 if mulitple keyboards are defined
  • Powershell version is very slow, use it as last resort
  • Don't forget to add WindowsInput library via Nuget for the C# project

capture d'écran

License

MIT License

About

Scripts that allow you to copy/past text into another Windows process to bypass Citrix copy/paste limitation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published