This tool is designed for educational purposes, aiming to showcase file vulnerabilities and promote proactive security measures. Rose Grabber emphasizes a didactic approach, highlighting the significance of strengthening data security and using...
Computer systems get attacked daily. Ransomware, malware, stolen credentials, video game makers’ source code gets leaked, and money drained from users’ accounts dominate our news feeds. But how do hackers gain initial access to compromise a system...
Hacktronian is an all in one hacking suite for Linux and Android. It contains tools for different phases from information gathering to post exploitation. This makes it a handy tool for any penetration tester. Hackronian contains a diverse range of...
Installing Lynis Lynis is an extensible security audit tool for computer systems running Linux, FreeBSD, macOS, OpenBSD, Solaris, and other Unix derivatives. It assists system administrators and security professionals with scanning a system and its...
1. Overview In this quick tutorial, we’re going to take a look at how we can append multiline strings to a file using the tools provided by our command shell. For simplicity we’ll use the same set of test data in all the examples: Lorem ipsum dolor...
Introduction Raspberry Pi is designed to run on Raspbian, a Debian-based operating system optimized for these devices. Even though Raspbian comes with more than 30,000 packages and covers most use-cases, power users may find the system...
This post describes how to obtain Linux Privilege Escalation through SUDO abuse. The tool can be used by pentesters, system admins, CTF players, students, System Auditors and trolls :). INTRO**WARNING: SUDO_KILLER is part of the KILLER...
Do you prefer terminal emulators over GUI? But there are times when the terminal’s decent styling seems boring. In such cases, you look for more options to customize the terminal just like we do while choosing Linux distros. If that’s the...
New Linux converts coming from the Windows world may find working with the command line to be somewhat intimidating. However, it’s not that difficult to use. All you need to get started with the command line is to learn a few basic...
The cat command is one of the most widely used commands in Linux. The name of the cat command comes from its functionality to concatenate files. It can read and concatenate files, writing their contents to the standard output. If no...