We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 414ddd4 commit bcbd3b6Copy full SHA for bcbd3b6
README.md
@@ -2,6 +2,17 @@
2
3
**Scout** is an osquery extension that provides two powerful tables for executing and managing scripts in a secure and efficient manner.
4
5
+## Supported Script Types
6
+
7
+Scout currently supports the following script types:
8
9
+- **Python**: Execute limited Python scripts for various automation and data collection tasks.
10
+- **Bash**: Run Bash scripts for system administration and configuration.
11
+- **PowerShell**: Utilize PowerShell scripts for Windows environments.
12
+- **Vbscript**: Execute VB scripts for specific use cases and integrations.
13
14
+Support for additional script types may be added in future releases based on user feedback and requirements.
15
16
## Tables
17
18
### 1. `scout_exec`
0 commit comments