Please login into 45.56.74.139 using your private key created in assignment 1. In the subdirectory /usr/local/dfwk-chap10, you will find two subdirectories, 00 and 01. Please make new directory called "Data" and copy these two directories to it:
CIS4385_test@(none):~$ mkdir Data CIS4385_test@(none):~$ cp -a /usr/local/dfwk-chap10/00 Data/ CIS4385_test@(none):~$ cp -a /usr/local/dfwk-chap10/01 Data/ CIS4385_test@(none):~$ ls -lR .: total 8 drwxr-xr-x 2 CIS4385_test CIS4385_test 4096 Jan 26 18:40 bin drwxr-xr-x 4 CIS4385_test CIS4385_test 4096 Feb 2 18:06 Data ./bin: total 8 -rwxr-xr-x 1 CIS4385_test CIS4385_test 473 Jan 26 18:40 file-identification.sh ./Data: total 8 drwxr-xr-x 2 CIS4385_test CIS4385_test 4096 Feb 2 17:59 00 drwxr-xr-x 2 CIS4385_test CIS4385_test 4096 Feb 2 17:59 01 ./Data/00: total 88 -rw-r--r-- 1 CIS4385_test CIS4385_test 38353 Oct 23 2015 File_Analysis.pptx -rw-r--r-- 1 CIS4385_test CIS4385_test 29385 Oct 23 2015 File_Analysis.xlsx -rw-r--r-- 1 CIS4385_test CIS4385_test 13147 Oct 23 2015 File_anlaysis.docx ./Data/01: total 12132 -rw-r--r-- 1 CIS4385_test CIS4385_test 3857200 Oct 23 2015 photo1.jpg -rw-r--r-- 1 CIS4385_test CIS4385_test 4470329 Oct 23 2015 photo2.jpg -rw-r--r-- 1 CIS4385_test CIS4385_test 1011157 Oct 23 2015 photo3.jpg -rw-r--r-- 1 CIS4385_test CIS4385_test 1562341 Oct 23 2015 photo4.jpg -rw-r--r-- 1 CIS4385_test CIS4385_test 794919 Oct 23 2015 photo5.jpg
Documents in the modern Office suite use XML files stored in zip files; what you see as a ".pptx" or ".docx" file is actually just a zip file containing XML files.
Create a file called "assignment3-report.txt" in your home directory; in that file, respond to the following:
- Run your bin/file-identification.sh script over both Data/00 and Data/01, and include all of the results.
- Looking at the Powerpoint file in Data/00, what data can you extract about the possible origins of this document? How did you extract this data?
- Looking at the Excel file in Data/00, what data can you extract about the possible origins of this document? How did you extract this data?
- Looking at the Word document in Data/00, what data can you extract about the possible origins of this document? How did you extract this data?
- Run the program "exif" over each of the files Data/01, and include all of the results.
Please submit your "assignment3-report.txt" on Blackboard, and please also leave it on 45.56.74.139.