This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
OlderNewer