GTFOBins.github.io/_gtfobins/bridge.md

17 lines
380 B
Markdown
Raw Normal View History

2021-01-11 12:59:30 +01:00
---
2021-01-17 23:25:31 +01:00
description: Outputs the first line of the file (until the first whitespace) inside an error message to stdandard error.
2021-01-11 12:59:30 +01:00
functions:
file-read:
2021-01-17 23:25:31 +01:00
- code: |
2021-01-11 12:59:30 +01:00
LFILE=file_to_read
2021-01-17 23:22:33 +01:00
bridge -b "$LFILE"
2021-01-17 23:25:31 +01:00
suid:
- code: |
LFILE=file_to_read
./bridge -b "$LFILE"
sudo:
- code: |
LFILE=file_to_read
sudo bridge -b "$LFILE"
2021-01-11 12:59:30 +01:00
---