Browsing Tag
networking
217 posts
Essential Network Appliances for Modern IT Infrastructure
Early in my career, I thought of network appliances as boring boxes humming away in a server room…
How to Set Up an IPS in Linux: A Step-by-Step Guide
The first time an intrusion prevention system I configured actually blocked a real brute-force attempt in production, I…
How to Use Proxies for Privacy and Security in Linux
I used to think proxies were a single, simple concept — until I spent a week configuring a…
TCP/IP Model Cheat Sheet: Complete Guide to Layers, Protocols, and Functions
If you’ve ever tried to learn networking and got lost switching between the OSI model and the TCP/IP…
Firewall Uses and Setup in Linux
A firewall is like a security guard standing at the entrance of a building, checking every person (packet)…
Securing a Network from Unauthorized Access
A network without proper access controls is like a house with every door and window left open —…
Extended Penetration Testing Cheatsheet: Comprehensive Commands and Techniques
If you’ve spent any real time in the field, you know a pentest engagement rarely goes exactly according…
Brute-Forcing HTML From Authentication Using Socket Module
Brute-forcing HTML-based authentication using the socket module in Python involves manually crafting HTTP requests and handling the communication…
Brute-Forcing Directories and File Location Using Socket Library
Brute-forcing is a hacking technique where an attacker systematically attempts all possible combinations of passwords or encryption keys…