Skip to content

Commit d73fbaf

Browse files
committed
README Updates
1 parent 6734e0c commit d73fbaf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ The main focus is on **collecting light-weight datasets as quickly as possible**
1414

1515
If you find yourself in a situation where you need to pivot on indicators of compromise (IPs, Filenames, Processes, User Activity, Service/Task Names, etc) in a cyber-immature network (lack of EDR, SIEM, Logging, etc), omni can help you get answers.
1616

17-
It is easy to collect new data by modifying config.yaml on the fly to run scripts, commands or tools on remote devices.
17+
It is easy to collect new data by modifying input configurations on the fly to run any type of scripts, commands or tools on remote devices.
1818

19-
It works by dynamically building a batch file that is deployed to targets along with any specified files and directories - this batch file controls execution and is remotely executed via schtasks by default - output files are then retrieved via SMB and deployed artifacts are cleaned-up from each target.
19+
It works by dynamically building a batch file that is deployed to targets along with any specified dependencies - this batch file controls execution and is remotely executed via schtasks by default - output files are then retrieved via SMB and deployed artifacts are cleaned-up from each target.
2020

21-
omni can receive a list of targets at the command-line, via a line-delimited file or can dynamically query Active Directory for all enabled computer accounts to use as response targets.
21+
omni can receive a list of targets at the command-line, via a line-delimited file, or can dynamically query Active Directory for all enabled computer accounts to use as response targets for broad hunting.
2222

23-
Warning - it is easy to accidentally collect **a lot** of data - be mindful of this when building your configuration file - omni will collect everything specified in the config.yaml file for each target - if you have 1000 devices and each device produces 5 megabytes of data following execution, you will be collecting 5 gigabytes of data, etc.
23+
Warning - it is easy to accidentally collect **a lot** of data - be mindful of this when building your configuration file - omni will collect everything specified in the configuration file for each target - if you have 1000 devices and each device produces 5 megabytes of data following execution, you will be collecting 5 gigabytes of data, etc.
2424

2525
<p align="center">
2626
<img src="images/2.png">

0 commit comments

Comments
 (0)