Skip to content

Instantly share code, notes, and snippets.

@AshtonIzmev
AshtonIzmev / kali_THM_boostrap.sh
Last active November 22, 2023 10:11
TryHackMe Kali Complete Docker Image
docker pull kalilinux/kali-rolling
apt-get update
# Password
apt install -y hydra \
metasploit-framework \ # ! > 1gb
hashcat \ # needs GPU
nikto # webserver security
@web-differently12
web-differently12 / typebot-coolify.yaml
Created September 3, 2025 07:11 — forked from itxtoledo/typebot-coolify.yaml
Docker Compose for deploying a Typebot instance on Coolify with little to no configuration
x-typebot-common: &typebot-common
depends_on:
postgresql:
condition: service_healthy
# redis:
# condition: service_healthy
maildev:
condition: service_started
x-typebot-env: &typebot-env