mirror of
https://github.com/Ne0nd0g/merlin
synced 2026-06-08 11:59:20 +00:00
23 lines
723 B
JSON
23 lines
723 B
JSON
{
|
|
"base": {
|
|
"name": "ClearShellHistory",
|
|
"type": "standard",
|
|
"author": ["Tony M Lambert (@ForensicITGuy)"],
|
|
"credits": [],
|
|
"path": ["linux", "x64", "bash", "evasion", "ClearShellHistory.json"],
|
|
"platform": "linux",
|
|
"arch": "x64",
|
|
"lang": "bash",
|
|
"privilege": false,
|
|
"notes": "",
|
|
"remote": "",
|
|
"local": [],
|
|
"options": [
|
|
{"name": "HistoryFile", "value": ".bash_history", "required": true, "flag": "", "description": "The shell history file."}
|
|
],
|
|
"description": "Uses the rm command to remove the specified shell history file.",
|
|
"commands": [
|
|
"/bin/sh", "-c", "\"rm ~/{{HistoryFile.value}}\""
|
|
]
|
|
}
|
|
} |