Prewired

Random Thoughts Aligned..

Articles by John Troon

Exploring anti-DOS tools for Apache httpd

Slowloris is among the well known "Denial Of Service" (or DOS) tool used by both experienced attackers and script kiddies. This evening, I've been testing mod_evasion and mod_antiloris on Apache httpd /2.2.15 (Oracle Linux 6.5 using Redhat built ...

The "SCTP" protocol

TCP and UDP protocols have been in around for approximately 20+ years now. Even though they have helped in building nice Internet applications since inception, things are changing in the techie world and they will always change. TCP being a connection ...

Setting up SSH With Two-Factor Authentication

Two-factor authentication adds a second level of authentication to an account log-in. When you have to enter only your username and one password, that's considered as a single-factor authentication. 2FA requires the user to have two out of three types ...

Disk benchmark with bonnie in Linux

bonnie++ is a different tool compared to other disk testing tools, which are probably included in other performance monitoring tools like vmstat just to mention the most common one on any Linux install. It runs a performance test of the filesystem I/O ...