From 92c774922669be85bb9dda025f638df3b62d8bd7 Mon Sep 17 00:00:00 2001 From: Matthew Conway Date: Fri, 12 Feb 2021 03:34:36 +0000 Subject: [PATCH] Document commands and syntax in README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 8c14d14..78947f7 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,16 @@ $ sudo ./install_agent_from_github.sh https://github.com/MythicAgents/venus Once installed, restart Mythic to build a new Venus agent. +## Commands + +Command | Syntax | Description +------- | ------ | ----------- +current_user | `current_user` | Uses the `os` Node.js package to get information about the current user. +exit | `exit` | Exit a callback. +hostname | `hostname` | Uses the `os` Node.js package to return the target's hostname. +pwd | `pwd` | Prints the current working directory for the agent. +shell | `shell [command]` | Uses the `execSync()` Node.js function to execute arbitrary shell commands. + ## Thank you Venus icon made by [Freepik](https://www.flaticon.com/authors/freepik)