Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joelgmsec/invoke-transfer
PowerShell Clipboard Data Transfer
https://github.com/joelgmsec/invoke-transfer
base64 citrix clipboard data guacamole keystrokes ocr powershell rdp transfer
Last synced: 5 days ago
JSON representation
PowerShell Clipboard Data Transfer
- Host: GitHub
- URL: https://github.com/joelgmsec/invoke-transfer
- Owner: JoelGMSec
- License: gpl-3.0
- Created: 2023-02-01T17:06:47.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-19T08:43:52.000Z (5 months ago)
- Last Synced: 2025-01-09T07:05:13.181Z (13 days ago)
- Topics: base64, citrix, clipboard, data, guacamole, keystrokes, ocr, powershell, rdp, transfer
- Language: PowerShell
- Homepage: https://darkbyte.net
- Size: 348 KB
- Stars: 68
- Watchers: 4
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Invoke-Transfer
**Invoke-Transfer** is a PowerShell Clipboard Data Transfer.This tool helps you to send files in highly restricted environments such as Citrix, RDP, VNC, Guacamole.. using the clipboard function.
As long as you can send text through the clipboard, you can send files in text format, in small Base64 encoded chunks. Additionally, you can transfer files from a screenshot, using the native OCR function of Microsoft Windows.
# Requirements
- Powershell 5.1
- Windows 10 or greater# Download
It is recommended to clone the complete repository or download the zip file. You can do this by running the following command:
```
git clone https://github.com/JoelGMSec/Invoke-Transfer
```# Usage
```
.\Invoke-Transfer.ps1 -h___ _ _____ __
|_ _|_ __ _ __ __ | | __ __ |_ _| __ __ _ _ __ ___ / _| ___ _ __
| || '_ \ \ / / _ \| |/ / _ \____| || '__/ _' | '_ \/ __| |_ / _ \ '__|
| || | | \ V / (_) | < __/____| || | | (_| | | | \__ \ _| __/ |
|___|_| |_|\_/ \___/|_|\_\___| |_||_| \__,_|_| |_|___/_| \___|_|----------------------- by @JoelGMSec & @3v4Si0N ---------------------
Info: This tool helps you to send files in highly restricted environments
such as Citrix, RDP, VNC, Guacamole... using the clipboard functionUsage: .\Invoke-Transfer.ps1 -split {FILE} -sec {SECONDS}
Send 120KB chunks with a set time delay of seconds
Add -guaca to send files through Apache Guacamole.\Invoke-Transfer.ps1 -merge {B64FILE} -out {FILE}
Merge Base64 file into original file in desired path.\Invoke-Transfer.ps1 -read {IMGFILE} -out {FILE}
Read screenshot with Windows OCR and save output to fileWarning: This tool only works on Windows 10 or greater
OCR reading may not be entirely accurate```
### The detailed guide of use can be found at the following link:
https://darkbyte.net/transfiriendo-ficheros-en-entornos-restringidos-con-invoke-transfer# License
This project is licensed under the GNU 3.0 license - see the LICENSE file for more details.# Credits and Acknowledgments
This tool has been created and designed from scratch by Joel Gámez Molina (@JoelGMSec) and Héctor de Armas Padrón (@3v4si0n).# Contact
This software does not offer any kind of guarantee. Its use is exclusive for educational environments and / or security audits with the corresponding consent of the client. I am not responsible for its misuse or for any possible damage caused by it.For more information, you can find us on Twitter as [@JoelGMSec](https://twitter.com/JoelGMSec), [@3v4si0n](https://twitter.com/3v4si0n) and on my blog [darkbyte.net](https://darkbyte.net).
# Support
You can support my work buying me a coffee:[](https://www.buymeacoffee.com/joelgmsec)