Project 3: Password and Key Solution

$35.00 $29.00

A. Project Objectives Passwords and keys are the secrets that protect a system. In this project, you will Learn cryptographic algorithms and protocols using passwords and keys; Learn to crack passwords and keys using different methods; Learn to use and develop various security tools. B. Project Tasks The networking devices are assigned to three groups.…

5/5 – (2 votes)

You’ll get a: zip file solution

 

Description

5/5 – (2 votes)

A. Project Objectives

Passwords and keys are the secrets that protect a system. In this project, you will

  1. Learn cryptographic algorithms and protocols using passwords and keys;

  1. Learn to crack passwords and keys using different methods;

  1. Learn to use and develop various security tools.

B. Project Tasks

The networking devices are assigned to three groups.

Group B manages Computer A.B and the devices in Network B.

Group C manages Computer A.C and the devices in Network C.

Group D manages Computer A.D and the devices in Network D.

Group E manages Computer A.E and the devices in Network E.

Group F manages Computer A.F and the devices in Network F.

Group G manages Computer A.G and the devices in Network G.

The following project description applies to Group B. The project description for the other groups is similar to Group B’s, except that their configurations are different.

Feel free to install any software, if needed. But, before install any software, check if it is already in the computer.

Do all the following tasks as a normal user!!!

Do not assume you know the root password!!!

Please DO NOT change any settings in Router A, Z, and Switch A, Z.

Task I: Setup the network

  1. Wire all devices according to Figure 1 (at the end of this document).

  1. Configure the NICs of Computer A.B, B.1, and B.2 according to Figure 1.

  1. Make sure the SSH service has been started in Computer B.2.

  1. Configure the Firewall B such that outside computers CANNOT access any internal

computers and services.

Note that the wireless access points B, C, D, E, F and G have been configured with SSID “apb”, “apc”, “apd”, “ape”, “apf” “apg”, IP addresses and WEP keys.

Task II: Crack WEP

  1. Assume you have Computer A.B, but cannot access Network B because the access has been disabled by Firewall B. However, you find that a wireless access point is on inside Network B. So, you decide to get into Network B through the access point.

  1. Turn off the Ethernet card in Computer A.B, and turn on the wireless card.

Note, you need to setup a static IP address of Network B in the wireless card.

  1. Use the command “iwlist” to find the wireless network in Network B, and record the SSID, the channel number, and the MAC address of the access point.

  1. Follow the tutorial “crack-wep-tutorial.pdf” to use “aircrack” to find the WEP key of the wireless network.

  1. Once you find the WEP key “xxxx”, set up the wireless card of Computer A.B to access the wireless network of Network B. Ping to the gate way of Network B and Computer B.2 to make sure you have the right access.

Note, if your wireless card does not automatically get an IP address of Network B, you then need to configure the wireless card to have a static IP of Network B.

Task III: Dictionary Password Crack

NOTE: (1) Please use the Makefile provided to compile the code. (2) You may need to install openssl, openssl-devel, libssh2 and libssh2-devel for compilation. Please check the system before proceeding to install.

  1. Once you can get into the wireless network using Computer A.B, try to ssh Computer B.2 as “User25”. But assume that you do not have the password of “User25”.

  1. Somehow, you get a dictionary file “dictionary.txt” that has the password of “User25”. Make a program to test each password in the file until you can ssh to Computer B.2 as “User25”. The provided source code “sshpass.c” is for your reference only. You need to make your own

program based on it.

  1. Once you ssh into Computer B.2 as “User25”, retrieve two files “secret.pdf.enc1” and “secret.pdf.enc2” from the “files” directory of “User25”.

Task IV: Cryptanalysis and Brute Force Password Crack

  1. secret.pdf.enc1” is an encrypted pdf file encrypted by a simple but flawed encryption algorithm. The code of the encryption is “enc1.c”. The algorithm takes a key and reads a pdf file eight bytes by eight bytes. Then, each eight bytes are XORed with a stream of eight bytes generated by the key. Read “enc1.c” to understand the encryption.

  1. The encryption algorithm is flawed in that if the first eight bytes of both the plain text and the cipher text are known, then the key is disclosed. Because “secret.pdf.enc1” is encrypted from a pdf file, people can obtain the plain text of the first eight bytes of a pdf file from the PDF specification (below). Use this information to find the key and decrypt the pdf file via cryptanalysis.

  1. secret.pdf.enc2” is an encrypted pdf file encrypted by the AES-ECB encryption algorithm. “enc2.c” is the source code of encryption, and “dec2.c” is the source code of decryption. Now, make a program to crack the key of the encryption using the brute force method. You need to test and make sure the program can decrypt a DEC-ECB encrypted file.

C. Project Report

How to Deliver

A group report is needed to show what you did in the project. Please clearly state your results of this project. You are expected to submit a report in the following formats:

  1. Hard copies only.

  1. A cover page with names of your group members with font size 12.

  1. Single space and single column.

  1. 5-15 pages (not including the cover page).

What to Deliver

Section I (Introduction):

Summarize what you have done in the project and clearly state the responsibility of each group member, e.g. who did which task, who wrote which part of the report, how your group was coordinated, etc.

Section II (Task II):

  1. Show the screen shot when you are running aircrack and obtaining the key.

  1. Report how long it takes to crack the WEK key and how many packets are captured in order to crack the key.

Section III (Task III):

  1. Show the screen shot of your program when you are testing each password and obtaining the password to ssh Computer B.2 as “User”.

  2. Report how long it takes to find the password.

  1. If the password is in the file “dictionary.real.txt”, estimate how long it will take to find the password.

Section IV (Task IV):

  1. Show the screen shot of your cryptoanalysis program when you get the key and the content of the encrypted file secret.pdf.enc1.

  2. Show the screen shot of your AES program when it deciphers a testing file. The test file is created by you and encrypted by enc2.c.

  3. Show the screen shot of your AES program when you are brute force cracking the key.

  1. Report how many keys are tested in 10 minutes.

  1. Estimate how long it will take to find the key.

Note that you may not be able to find the key given the current hardware.

D. Grading Rubrics

If you do not contribute to the project, you get 0.

Group credits (70%)

  1. Section I: Introduction (10%)

  1. Section II: Task II (20%)

  1. Section III: Task III (20%)

  1. Section IV: Task IV (20%)

Individual credits (30%)

  1. If you did some part of the tasks, you get 15. If you did nothing for the tasks, you get 0.

  1. If you wrote some part of the report, you get 15. If you wrote nothing for the report, you get 0.

  1. If you only wrote some part of the report, you get 0.

Project 3: Password and Key Solution
$35.00 $29.00