Basic Bash Scripting
How to write a basic bash script with an example of a ping sweep to return live hosts.
How to write a basic bash script with an example of a ping sweep to return live hosts.
So you’ve managed to get root on a linux virtual machine, congrats! However this isn’t where the fun stops. From here you can access the files containing the usernames and their hashed passwords. These files are known as the passwd and shadow files. They can be combined into one file using the unshadow tool so […]