eris- Elasticsearch Recon Ingestion Scripts (ERIS) 🔎 |
git clone git://git.acid.vegas/-c.git |
Log | Files | Refs | Archive | README | LICENSE |
commit 24850ea976281cbacea8c75dd700468873232a06
parent fe49255f69049b7e55330411806795f2960a38c4 Author: acidvegas <acid.vegas@acid.vegas> Date: Fri, 15 Mar 2024 01:26:55 -0400 Typo in pypi title Diffstat:
|
1 file changed, 1 insertion(+), 1 deletion(-) |
diff --git a/README.md b/README.md @@ -6,7 +6,7 @@ The is a suite of tools to aid in the ingestion of recon data from various sourc ## Prerequisites - [python](https://www.python.org/) - [elasticsearch](https://pypi.org/project/elasticsearch/) *(`pip install elasticsearch`)* - - [ecs_logging](https://pypi.org/project/ecs-logging) *(`pip install ecs-logging`)* + - [ecs-logging](https://pypi.org/project/ecs-logging) *(`pip install ecs-logging`)* - [aiofiles](https://pypi.org/project/aiofiles) *(`pip install aiofiles`)* - [aiohttp](https://pypi.org/projects/aiohttp) *(`pip install aiohttp`)* - [websockets](https://pypi.org/project/websockets/) *(`pip install websockets`) (only required for `--certs` ingestion)* |