Skip to content

Commit

Permalink
README update: Extend the test sets
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Roth committed Feb 21, 2018
1 parent 312f621 commit 36caff3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,16 @@ The focus of this tool is to simulate adversary activity, not malware. See the [

The batch script extracts the tools and shells from an encrypted 7z archive at runtime. Do not download the master repo using the "download as ZIP" button. Instead use the official release from the [release](https://github.com/Neo23x0/APTSimulator/releases) section.

# Extending the Test Set
# Extending the Test Cases

Since version 0.4 it is pretty easy to extend the test sets by adding a single `.bat` file to one of the test-set category folders.
Since version 0.4 it is pretty easy to extend the test sets by adding a single `.bat` file to one of the test-set category folders.

E.g. If you want to write a simple use case for "privilege escalation", that uses a tool named "privesc.exe", clone the repo and do the following:
E.g. If you want to write a simple test case for "privilege escalation", that uses a tool named "privesc.exe", clone the repo and do the following:

1. Add you tool to the `toolset` folder
1. Add your tool to the `toolset` folder
2. Write a new batch script `privesc-1.bat` and add it to the `./test-sets/privilege-escalation` folder
3. Run `build_pack.bat`
4. Add your test to the table and action list in the README.md
4. Add your test case to the table and test sets section in the README.md
5. Create a pull request

## Tool and File Extraction
Expand Down

0 comments on commit 36caff3

Please sign in to comment.