diff --git a/README.md b/README.md index 787e101..0259846 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ # ASRGEN -> ULTRA Alpha. The name will prob change, and so will many things. +> _now BETA_ + +Access ASRGEN here on https://asrgen.streamlit.app/ ### Project Overview @@ -21,11 +23,19 @@ The content in this repository is intended for research and educational purposes The codebase is organized into several Python scripts. Here's a brief overview of some key files: -- `pages/1_ASR Essentials.py`: This Python script uses Streamlit to generate an interactive web page that provides a comprehensive overview of ASR rules. +The project consists of the following key components: + +- 1๏ธโƒฃ ASR Configurator ๐Ÿ› ๏ธ: A tool for configuring ASR rules and generating the corresponding PowerShell commands. ๐Ÿ“ + +- 2๏ธโƒฃ ASR Essentials ๐Ÿ“š: A guide to the basics of ASR, including how to use ASR on the command line, how to list ASR rules, and how to understand ASR event codes. ๐Ÿค“ + +- 3๏ธโƒฃ ASR Atomic Testing ๐Ÿงช: A collection of scripts for testing the effectiveness of ASR rules. ๐Ÿ”ฌ + +- 4๏ธโƒฃ ASR PwSh Group Policy Generator ๐Ÿ› ๏ธ: A tool for generating Group Policy Objects (GPO) with PowerShell. ๐Ÿ“ -- `pages/2_ASR Atomic Testing.py`: This Python script generates an interactive web page for testing ASR rules. +- 5๏ธโƒฃ ASR .pol File Reader ๐Ÿ“–: A tool for reading and displaying the contents of GPO .pol files. ๐Ÿ“ -- `asr.ps1`: This PowerShell script provides a command-line interface for managing ASR rules. +- 6๏ธโƒฃ `asr.ps1`: This PowerShell script provides a command-line interface for managing ASR rules. ### Contributing