Skip to content

Instantly share code, notes, and snippets.

View hktaskin's full-sized avatar

Halil Kemal TASKIN hktaskin

View GitHub Profile
@hktaskin
hktaskin / wifi_wpa_crack
Last active January 23, 2026 09:53
WPA Handshake Capture and Crack the Passphrase
# Capture WPA Handshake and use a dictionary to find the WiFi passphrase
# https://www.aircrack-ng.org/doku.php?id=cracking_wpa
# https://www.kali.org/tools/aircrack-ng/
# Install Wi-Fi Adapter Drivers and reboot
sudo apt install firmware-ath9k-htc
sudo reboot
# Check interface name
@hktaskin
hktaskin / acme.sh_notes
Created November 17, 2024 19:08
acme.sh notes
export TELEGRAM_BOT_APITOKEN=""
export TELEGRAM_BOT_CHATID=""
acme.sh --set-notify --notify-hook telegram
export NAMECHEAP_USERNAME=""
export NAMECHEAP_API_KEY=""
export NAMECHEAP_SOURCEIP=""
acme.sh --issue -d domain.tld -d '*.domain.tld' --dns dns_namecheap --keylength ec-384 --server letsencrypt