Skip to content

Commit

Permalink
Document commands and syntax in README
Browse files Browse the repository at this point in the history
  • Loading branch information
mattreduce committed Feb 12, 2021
1 parent ec09eec commit 92c7749
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 92c7749

Please sign in to comment.