You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
466 B
JSON

{
"description": "There are many 'grep' flavors that in many cases are just copies, symlinks or wrappers around the original binary that may share the same behavior, for example: 'egrep', 'fgrep', 'zgrep', etc.\n",
"functions": {
"file-read": [
{
"code": "grep '' [file]\n"
}
],
"suid": [
{
"code": "./grep '' [file]\n"
}
],
"sudo": [
{
"code": "sudo grep '' [file]\n"
}
]
}
}