-
Book Overview & Buying
-
Table Of Contents
Metasploit Penetration Testing Cookbook
By :
In this recipe, we will move ahead with filesystem commands. These commands can be helpful in exploring the target system to perform various tasks such as searching for files, downloading files, and changing directory. You will notice how easy it is to control the target machine using meterpreter. So let us start working with some of the useful filesystem commands.
We will start with the simple
pwd command which lists our present working directory on the target machine. Similarly, we can use the cd command to change our working directory to our preferred location:
meterpreter > pwd C:\Users\DARKLORD\Desktop meterpreter > cd c:\ meterpreter > pwd c:\
As you can see, we first listed our working directory using the pwd command and then changed our working directory to c: by using the cd command. We can also use the ls command to list the available files in the current directory.
Now that we can work with directories, our next task will...
Change the font size
Change margin width
Change background colour