mirror of
https://github.com/calebstewart/pwncat.git
synced 2024-11-23 17:15:38 +01:00
Added time as a GTFOBins
This commit is contained in:
parent
d8f2cbc85c
commit
a4e8767563
@ -861,9 +861,18 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
//-------------------------------------------------------------------
|
||||
// `tftp` should be in place, but we do not yet have capabilities
|
||||
// to upload and download a file sanely with GTFObins.
|
||||
// That might be best in its own privesc method.
|
||||
//-------------------------------------------------------------------
|
||||
"time": [
|
||||
{
|
||||
"type": "shell",
|
||||
"payload": "{command}",
|
||||
"args": ["{shell}", "-p"]
|
||||
}
|
||||
],
|
||||
|
||||
//-------------------------------------------------------------------
|
||||
"timeout": [
|
||||
|
Loading…
Reference in New Issue
Block a user