1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2026-01-21 23:31:34 +01:00

Create tac.md

This commit is contained in:
Dhiraj Mishra 2020-03-23 16:09:18 +04:00 committed by Andrea Cardaci
parent c61251c603
commit bd77f4fb71

8
_gtfobins/tac.md Normal file

@ -0,0 +1,8 @@
---
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"
---