GTFOBins.github.io/_gtfobins/bridge.md

9 lines
227 B
Markdown
Raw Normal View History

2021-01-11 12:59:30 +01:00
---
functions:
file-read:
2021-01-17 23:22:33 +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
code: |
LFILE=file_to_read
2021-01-17 23:22:33 +01:00
bridge -b "$LFILE"
2021-01-11 12:59:30 +01:00
---