Latest Videos
Click here to subscribe to @GetCyber!
Featured Posts
I recently pawned a web server on a pentest I was doing. I was able to upload and execute a PHP reverse shell script that gave me a shell. The issue was that it would run as the www-data user, and when I tried to su to root, I got the following error: “su : […]
Shellshock, a vulnerability that enables attackers to execute arbitrary code through the Unix Bash shell remotely, was one of the most serious flaws discovered in the recent decade. Shellshock remains a serious hazard, particularly for unpatched systems. It affects the majority of Linux and UNIX-based operating systems. This vulnerability is now present in many CTF […]
To install Debian 11 on Amazon Web Services (AWS), you can use the AWS Elastic Compute Cloud (EC2) service. Here are the general steps you can follow: Register on AWS https://portal.aws.amazon.com/billing/signup Log in to your AWS account and navigate to the EC2 dashboard. Click on the “Launch Instance” button to start creating a new virtual […]
Output only the IP addresses on the terminal with nmap You know how to use nmap to find the list of IP addresses that are currently in the network. But this could be messy. This cheat gives you a simple list of IP addresses on the terminal so you can cut and use as you […]