Penetration Testing commands

Linux commands: DirectoryList contents of a directory(aka folder): ls, ls -a(for hidden), ls -al. Make a directory(aka folder): mkdirChange into a directory: CD File commandsLocal HostCreate a file: Touch (filename)Read a file: cat (filename) Remote HostSCPRemote copy file with scp: scp user@(ipaddress):(path of file to…

Determining Your Computers Hardware

Hello and Welcome to Part 2 of your lab setup, if you followed the first post in this series, we had just finished installing Virtual Box. I know you’re anxious to create your first Virtual Machine, However there is a very important step we need…