Systems & Networking · Security
Build a Private Server Status & Control Page with Tailscale
A tiny status page plus a safe control API for your server — published only inside your tailnet with Tailscale Serve, never exposed to the public internet.
Home / Category
Systems & Networking · Security
A tiny status page plus a safe control API for your server — published only inside your tailnet with Tailscale Serve, never exposed to the public internet.
Security
Carry a unique, strong password for every site in your head — using one memorized phrase and a simple algorithm you run yourself. No password manager needed.
AI · Security · Systems & Networking
An AI agent like Claude can SSH into your server and run it for you — add users, harden SSH, debug. Here's how to do it without handing over the farm.
Security
Your password is often the only thing between an attacker and your accounts. Here's what actually makes one strong — and why length beats complexity.
Security
An old Android pentesting writeup: embedding a Meterpreter payload in a legit APK and editing the manifest so it requests all permissions at install time.
AI · Security
AI won't replace the pentester — but it's already changing the job: recon, triage, payloads, reporting. What's real, what's hype, and how to use it well.
Systems & Networking · Security
Stop typing your server password. Set up SSH key-based authentication to log into your Linux server — or DigitalOcean droplet — without one.
AI · Security
SQL injection broke databases. Command injection broke shells. Prompt injection breaks AI — and as we wire LLMs into agents, it's the #1 risk to understand.
Security
A blind wordlist wastes time and disk. Learn crunch's pattern placeholders (@ , % ^) to generate targeted password lists — digits, words, and mixed patterns.
Security
Some of you may already know that brute forcing a WPA2 password takes a very long time but I'm going to show you one of the ways to do this and how this…
Security
Before you can crack a WPA2 password offline, you need the 4-way handshake. Capture one with airmon-ng, airodump-ng, and a deauth from aireplay-ng.
Systems & Networking · Security
Developers always need to test code once in a while and there is a way to quickly launch a web server from your current working directory without the need…