This file contains 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
sudo apt install python3-scapy python2 libssl-dev zlib1g-dev libpcap0.8-dev python2-dev python-is-python2 | |
cd ~/Downloads | |
wget -c https://github.com/JPaulMora/Pyrit/archive/v0.5.0.tar.gz | |
tar -xf v0.5.0.tar.gz | |
cd Pyrit-0.5.0 | |
sed -i "s/COMPILE_AESNI/NO_COMPILE_AESNI/" cpyrit/_cpyrit_cpu.c | |
python2 setup.py build | |
sudo python2 setup.py install |
This file contains 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
sudo git clone https://github.com/tomac/yersinia /opt/yersinia | |
sudo git clone https://github.com/tomac/yersinia ~/yersinia | |
sudo chmod u+w /opt | |
sudo apt install autoconf libgtk-3-dev libnet1-dev libgtk2.0-dev | |
cd /opt/yersinia |
This file contains 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
// Using elemenatary's dark theme | |
flatpak install org.gtk.Gtk3theme.elementary | |
flatpak override --user --env=GTK_THEME=elementary:dark | |
// You can apply the themes with a specific accent color (blueberry as an example) | |
flatpak override --user --env=GTK_THEME=io.elementary.stylesheet.blueberry:dark | |
flatpak update | |
//Then all flatpak apps will use the elementary os's theme |