Tag Archives: Security

Identify security properties on Linux using checksec

Compiling source code produces a binary. During compilation, you can provide flags to the compiler to enable or disable certain properties on the binary. Some of these properties are relevant to security. Checksec is a nifty little tool (and shell script) that, among other functions, identifies the security properties that were built into a binary … Continue reading Identify security properties on Linux using checksec

Linux iptables Firewall

Today we will discuss in detail the Linux iptables firewall and how to secure your server traffic using that awesome firewall. Table of Contents– Iptables on CentOS 7 How Linux firewall works Firewall types iptables firewall tables Table chains Chain policy Adding iptables rules iptables rules order List iptables rules Deleting Rules Replacing Rules Listing Specific Table … Continue reading Linux iptables Firewall

How to Block IP Address with .htaccess

Quick post today showing some different ways to block visitors via their IP address. This can be useful for a variety of reasons, including stopping some stupid script kiddie from harassing your site or preventing some creepy stalker loser from lurking around your forums or even silencing the endless supply of angry trolls that never seem to … Continue reading How to Block IP Address with .htaccess

Managing PING through iptables

PING – ping is a computer network administration software utility used to test the reachability of a host on an Internet Protocol network. It is available for virtually all operating systems that have networking capability, including most embedded network administration software. Blocking PING on the server is helpful sometimes, if the server continues to face any type of DDoS … Continue reading Managing PING through iptables