mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-25 14:30:07 +01:00
Typo: LFILE -> $LFILE (DD command)
This commit is contained in:
parent
95d2165778
commit
2d3071ef55
@ -7,7 +7,7 @@ functions:
|
|||||||
file-read:
|
file-read:
|
||||||
- code: |
|
- code: |
|
||||||
LFILE=file_to_read
|
LFILE=file_to_read
|
||||||
dd if=LFILE
|
dd if=$LFILE
|
||||||
suid:
|
suid:
|
||||||
- code: |
|
- code: |
|
||||||
LFILE=file_to_write
|
LFILE=file_to_write
|
||||||
|
Loading…
Reference in New Issue
Block a user