1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-11-08 07:49:17 +01:00
GTFOBins.github.io/_gtfobins/tac.md

9 lines
229 B
Markdown
Raw Normal View History

2020-03-23 13:09:18 +01:00
---
functions:
file-read:
- description: It reads data from files, it may be used to do privileged reads or disclose files outside a restricted file system.
code: |
LFILE=file_to_read
tac "$LFILE"
---