Penetration Testing with Kali Linux OffSec


səhifə4/132
tarix21.12.2023
ölçüsü
#187693
1   2   3   4   5   6   7   8   9   ...   132
PEN-200

sudo updatedb
[sudo] password for kali: 
kali@kali:~$ 
locate pen200.ovpn
/home/kali/Downloads
/pen200.ovpn 
Listing 5 - Finding the .ovpn file 
Note that we used the sudo command to invoke updatedb, because this particular command 
requires elevated permissions. The updatedb command creates or updates a database that is 
used by the locate command to find files across the entire filesystem. The sudo command will 
require us to enter our password. Note that the cursor will not move and no asterisk (*) 
characters will appear as we type the password. We’ll type in our password and press 
I

Based on this output, we are using the filename pen200.ovpn. We can check the browser’s 
download history to determine the exact name of the file. 
Once we have located the .ovpn file, we’ll cd to its directory, which is /home/kali/Downloads in 
this case. 
kali@kali:~$ 
cd /home/kali/Downloads
kali@kali:~/Downloads$
Listing 6 - Changing Directories with cd 
Although this command doesn’t produce any output (unless we entered the command 
incorrectly), we can check for the .ovpn file with ls, which lists files in this directory. Note that the 
output of the below command on your machine may appear different depending on what files are 
in the Downloads directory. 
kali@kali:~/Downloads$ 
ls
pen200.ovpn
Listing 7 - Listing file contents with ls 
Executing files from Downloads can be a little bit messy, since that particular directory can 
change so often. Instead, let’s create a new directory and move the .ovpn file there. 
kali@kali:~/Downloads$ 
mkdir /home/kali/offsec
kali@kali:~/Downloads$ 
mv pen200.ovpn /home/kali/offsec/pen200.ovpn
kali@kali:~/Downloads$ 
cd ../offsec
kali@kali:~/offsec$ 
Listing 8 - Creating a new directory and moving the .ovpn file 


Penetration Testing with Kali Linux
PWK - Copyright © 2023 OffSec Services Limited. All rights reserved. 
21 
Here we create a new directory using mkdir, move the 
.ovpn
file with mv and then change our 
working directory with cd. 
We’re now ready to connect to the VPN. We’ll connect with the openvpn command followed by 
the full name of the .ovpn file. Once again we must use sudo, since openvpn requires elevated 
permissions. Note that sudo caches our password for a short time. If we enter this second sudo 
command shortly after the first, we will not need to re-enter the password. 
kali@kali:~/offsec$ 

Yüklə

Dostları ilə paylaş:
1   2   3   4   5   6   7   8   9   ...   132




Verilənlər bazası müəlliflik hüququ ilə müdafiə olunur ©azkurs.org 2024
rəhbərliyinə müraciət

gir | qeydiyyatdan keç
    Ana səhifə


yükləyin