Files
ForensicITGuy 522c559a65 fix
2019-05-04 16:18:55 -05:00

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}}\""
]
}
}