Configuring Sudo to Display Humorous Messages on Password Failure

This feature modifies the sudo command's behavior to present lighthearted remarks when an incorrect password is entered, offering an alternative to the standard error message. It serves as a minor customization that can introduce amusement or serve as a conversational piece. Enabling the Insults Feature Activate this functionality by adding a s ...

Posted on Sun, 05 Jul 2026 16:48:38 +0000 by suma237

Using Burp Suite to Penetrate a System and Escalate Privileges via CVE-2021-3156

0x01 Reconnaissance and Initial Access The challenge started with a login page. Directory scanning revealed no other entry points. Brute-forcing weak credentials seemed like the obvious approach, but without knowing the username policy, blindly attempting logins could trigger protective measures and expose or block our IP. Observing a "Reg ...

Posted on Sat, 09 May 2026 00:47:15 +0000 by projectshifter