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.
- Host: GitHub
- URL: https://github.com/gunh0/whs-utils
- Owner: gunh0
- License: mit
- Created: 2023-11-28T01:33:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-26T08:27:26.000Z (10 months ago)
- Last Synced: 2024-07-27T08:25:50.545Z (10 months ago)
- Topics: bs4, crwaler, elk, elk-stack, kind, kubernetes, parser, python3, siem
- Language: Python
- Homepage:
- Size: 1.49 MB
- Stars: 4
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.