Why is important to know what permissions A folder have? how an attacker or Users can abuse permissions?

It is important to know what permissions folders have because they determine which users and processes have access to the files and subdirectories within the folder. If wrong permissions are set on a folder, it can lead to unauthorized access to sensitive data or to the modification or deletion of important files. An attacker can […]

Read More Why is important to know what permissions A folder have? how an attacker or Users can abuse permissions?

Variables in Bash

In Bash (a Unix shell), a variable is a way to store a value or a string of text. You can use variables in Bash scripts to store data, file names, and other information. To create a variable in Bash, you just need to use the following syntax: Here are a few examples of how […]

Read More Variables in Bash

IPtables in linux

When People say Linux can’t be hack, I smile. Like any operating system, Linux is not immune to being hacked. However, Linux is generally considered to be more secure than other operating systems, particularly when it is properly configured and maintained. There are many ways that a hacker could potentially gain access to a Linux […]

Read More IPtables in linux

what is an asymmetric firewall?

This one time in an Interview, someone asked me what is an asymmetric firewall, I swear I found my self like a deer hit the headlights because I didn’t know what the person meant. LOL! Sorry! Opps! I am not a technical person, While competing at the National Level at the Collegiate Cyber Defense Competition […]

Read More what is an asymmetric firewall?

UPGRADING POWERShelL

So I was researching how to upgrade windows powershell and for some reason I was struggling a little bit. Anyway Turned out that I found a youtube video that taught me how to do it. here are the commands: first cd into your root directory: type: check the version table: Then type or copy and […]

Read More UPGRADING POWERShelL

Data Back ups WITH A POWERSHELL SCRIPT

Why Backing up data is important? Things are getting interesting with Powershell, Ha! Backing up data is important because it helps to protect against data loss. There are many potential causes of data loss, such as hardware failures, software bugs, human error, natural disasters, and cyber attacks. If you don’t have a backup of your […]

Read More Data Back ups WITH A POWERSHELL SCRIPT