1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2025-12-29 03:31:42 +01:00
GTFOBins.github.io/_gtfobins/bridge.md
2021-01-17 23:25:31 +01:00

17 lines
380 B
Markdown

---
description: Outputs the first line of the file (until the first whitespace) inside an error message to stdandard error.
functions:
file-read:
- code: |
LFILE=file_to_read
bridge -b "$LFILE"
suid:
- code: |
LFILE=file_to_read
./bridge -b "$LFILE"
sudo:
- code: |
LFILE=file_to_read
sudo bridge -b "$LFILE"
---