Basic WPA sup country=us update_config=1 ctrl_interface=/var/run/wpa_supplicant network={ scan_ssid=1 ssid="MyNetworkSSID" psk="Pa55w0rd1234" } WPA3R3 ONLY STA country=us update_config=1 ct...
Hostapd & WPA Supplicant
802.11 WiFi - Wireshark Cheatsheet
Cheats Get rid of beacons, probe requests and probe respons && (!(wlan.fc.type_subtype == 4 || wlan.fc.type_subtype == 5 || wlan.fc.type_subtype == 8 )) Display only connection/d...
My tmux configuration
Tmux Tmux is a terminal multiplexer that allows users to switch between several programs in one terminal window. It also enables users to detach from a session and continue working on it later. Tm...
IP Address Class
My handy-dandy networking cheat sheet. Whether you’re a beginner or an experienced network administrator, this cheat sheet provides essential information on IP addressing, subnetting, protocols, an...
NoMachine - Easy Installation script
What is No Machine? Simple script that helps you set up remote desktop access on any device. No machine supports drag and drop, sound pass through. mDNS based discovery of devices in local network...
ELF Files
Section Name Description Example in C Code .text Contains the executable instructions of the program. It includes the main entry point and oth...