diff --git a/tavern/tomes/kill_process/main.eldritch b/tavern/tomes/kill_process/main.eldritch new file mode 100644 index 000000000..7fa0c088d --- /dev/null +++ b/tavern/tomes/kill_process/main.eldritch @@ -0,0 +1,3 @@ +process.kill(int(input_params['pid'])) +print("\n") +print("\n") \ No newline at end of file diff --git a/tavern/tomes/kill_process/metadata.yml b/tavern/tomes/kill_process/metadata.yml new file mode 100644 index 000000000..a67b7a76c --- /dev/null +++ b/tavern/tomes/kill_process/metadata.yml @@ -0,0 +1,10 @@ +name: Kill process +description: Kill a process by PID +author: Alextibtab +support_model: FIRST_PARTY +tactic: IMPACT +paramdefs: +- name: pid + label: Process ID + type: int + placeholder: process id eg. 245