Files
GTFOBins.github.io/_gtfobins/bridge.md
2021-01-11 13:59:30 +02:00

9 lines
196 B
Markdown

---
functions:
file-read:
- description: Outputs the first line of the file, until the first whitespace, to stderr.
code: |
LFILE=file_to_read
bridge -b "${LFILE}"
---