Inspecting DNS traffic via tcpdump If you ever wondered what is going on at the DNS level on your computer (or network), tcpdump can be...
Capture POST Requests on Webserver / Website Sometimes you just want to see what someone is sending to your website. But how? Access logs by themselves can...
Binding Multiple IPv6 Addresses Automatically Most servers get a IPv6 range (/64) by default. That means that you have millions of IP addresses to use...
Parse JSON Responses using Bash Scripts I was working with the categorify.org site and I wanted to parse through the API’s response. The response was in...
How to Block Access to a Site using .htaccess with a Specific IP To block access to a specific IP address using .htaccess in Apache, you can use the following directives. Open or...