Files
GTFOBins.github.io/_gtfobins/bridge.md
Andrea Cardaci 629501ccc7 Improve bridge
2021-01-17 23:22:33 +01:00

9 lines
227 B
Markdown

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