An open API service indexing awesome lists of open source software.

https://github.com/gunh0/whs-utils

🛠️ Essential utilities for conducting classes in the WhiteHat School education program.
https://github.com/gunh0/whs-utils

bs4 crwaler elk elk-stack kind kubernetes parser python3 siem

Last synced: 6 months ago
JSON representation

🛠️ Essential utilities for conducting classes in the WhiteHat School education program.

Awesome Lists containing this project

README

        

# WhiteHat School Utilities

Essential utilities for conducting classes in the WhiteHat School education program.


## WhiteHat School Vulhub Crawler

The goal is to collect the list of 'Pull Requests' from the repository '' and identify names using regular expressions.

> [Read more about WhiteHat School Vulhub Crawler](./whitehat_school_vulhub_crawler/README.md)


## Simple ELK for SIEM

This project simplifies the setup of an ELK (Elasticsearch, Logstash, Kibana) stack for Security Information and Event Management (SIEM) purposes. It includes configurations for a basic ELK setup and an advanced setup with Fleet integration, providing a powerful tool for log and event analysis in cybersecurity education.

> [Read more about Simple ELK for SIEM](./simple_elk_for_siem/README.md)


## kind Playbook

A collection of scripts and configurations to quickly set up a multi-node Kubernetes (kind) environment. This project is designed to facilitate hands-on practice with Kubernetes, covering aspects from basic setup to more advanced configurations, including persistent volume claims and access control.

- `Phase #1 : Setup Single Node Cluster & Deploy WordPress`
- `Phase #2 : Understanding Persistent Volume & Persistent Volume Claim`
- `Phase #3 : Deploy Multi-Node Cluster`

> [Read more about kind Playbook](./kind-playbook/README.md)


Each project is equipped with a `README.md` file that provides detailed instructions on setup, configuration, and usage. Please refer to the individual READMEs for more comprehensive guidance on each utility.