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…