Skip to content

Instantly share code, notes, and snippets.

@vanillasoap
vanillasoap / python-with-tcl.rb
Created October 16, 2020 14:27 — forked from iexa/python-with-tcl.rb
macOS homebrew python 3.8.6 with tcl-tk (properly)
class PythonAT38 < Formula
desc "Interpreted, interactive, object-oriented programming language"
homepage "https://www.python.org/"
url "https://www.python.org/ftp/python/3.8.6/Python-3.8.6.tar.xz"
sha256 "a9e0b79d27aa056eb9cce8d63a427b5f9bab1465dee3f942dcfdb25a82f4ab8a"
license "Python-2.0"
livecheck do
url "https://www.python.org/ftp/python/"
regex(%r{href=.*?v?(3\.8(?:\.\d+)*)/?["' >]}i)
@vanillasoap
vanillasoap / Cracking WEP WPA WPA2
Created August 16, 2017 01:15 — forked from PythonicNinja/Cracking WEP WPA WPA2
Cracking WEP WPA WPA2 WiFi Aircrack. For Mac OSX
# Instalation
brew install aircrack-ng
sudo ln -s /System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resources/airport /usr/sbin/airport
# sniff mode
sudo airport -s
# sniffing enabled
sudo airport en1 sniff [CHANNEL]