/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

joshua.hu
| | xakcop.com
9.5 parsecs away

Travel
| | [AI summary] An author reverse engineers the proprietary network protocol of a paid set-top box remote app to create a free, open-source alternative with full control and home automation capabilities.
| | blog.ropnop.com
8.9 parsecs away

Travel
| | Sometimes you need to intercept traffic from CLI tools. In this post I cover using Burp to intercept traffic from Java, Python, Node and Go CLIs
| | begriffs.com
1.7 parsecs away

Travel
| | Obtaining session keys to decrypt packet captures
| | whatibroke.com
15.9 parsecs away

Travel
| Hi everyone, Just a quick post on how to configure wireless info on a raspberry pi. To start with, open the config file: sudo nano /etc/wpa_supplicant/wpa_supplicant.conf You can then add any number of connections to the file with varying priorities: ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev update_config=1 country=AU network={ ssid="Mobile Network" psk="YOUR_PASSWORD" key_mgmt=WPA-PSK priority=2 } network={ ssid="Home Network" psk="YOUR_PASSWORD"...