Merge branch 'main' of github.com:philskents/tr_challenge into main
This commit is contained in:
@ -6,16 +6,21 @@ This tool will return all failed logins to the target search head for the past 7
|
|||||||
|
|
||||||
**For safety, install to a python virtual environment**
|
**For safety, install to a python virtual environment**
|
||||||
|
|
||||||
1. Clone the repository ```git clone ```
|
1. Clone the repository ```git clone https://github.com/philskents/tr_challenge.git```
|
||||||
2. Install the prerequisites ```pip install requirements.txt```
|
2. Install the prerequisites ```pip install -r requirements.txt```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
python failed_login.py [OPTIONS]
|
python failed_login.py [OPTIONS]
|
||||||
|
|
||||||
Options:
|
Options:
|
||||||
|
|
||||||
--host TEXT Splunk hostname [required]
|
--host TEXT Splunk hostname [required]
|
||||||
|
|
||||||
--port INTEGER Splunk REST API port [default: 8089]
|
--port INTEGER Splunk REST API port [default: 8089]
|
||||||
|
|
||||||
--username TEXT Splunk username [required]
|
--username TEXT Splunk username [required]
|
||||||
|
|
||||||
--password TEXT Splunk password [required]
|
--password TEXT Splunk password [required]
|
||||||
|
|
||||||
--help Display help
|
--help Display help
|
||||||
|
Reference in New Issue
Block a user