Wireshark man in the middle

this requires basic coding and skill with wireshark. you will need to have wireshark to complete the assingment. flag 1 to 5 is part 1- wireshark. see the instructions file below for flags instructions and submission instructions. one of zip was big so i could not attach. please give your email or any other option i can send the zip file to you as it needed to complete the flag 1-5. You don’t need to do all flags. Only the flags mentioned on my screenshot i provided.

Its already there inside the instructions file. I want to make sure you have it.

File submission instructions:

These are the instructions for how to submit your findings.

File submission instructions:

. Section 1 contains Flags 1-5 and Section 2 is the Programming Assignment which contains Flag 6.

Man in the Middle – WireShark Assignment –

Name your submission file: project_mitm.json. In addition, ensure you replace the placeholders with the flags you retrieve from each relevant task.

Note: You can use Notepad++/TextEdit or Vim to create and edit this file. IMPORTANT: Do not use LibreOffice, Word, or any similar document editor. Your submission must be in proper JSON format with no special characters in order to pass the autograder; these document editors are likely to introduce special characters that will make your submission fail the autograder.

Here is an example of the provided JSON file:

{

“task1.1”:“<copy flag 1 here>”,

“task1.2”:“<copy flag 2 here>”,

“task1.3”:“<copy flag 3 here>”,

“task1.4”:“<copy flag 4 here>”,

“task1.5”:“<copy flag 5 here>”,

“task2.1”:“<copy flag 6 here>”,

“task2.2”:“<copy flag 7 here>”,

“task2.3”:“<copy flag 8 here>”,

“task2.4”:“<copy flag 9 here>”,

“task3.1”:“<copy flag 10 here>”,

“task3.2”:“<copy flag 11 here>”,

“task3.3”:“<copy flag 12 here>”,

“task3.4”:“<copy flag 13 here>”,

“task4.1”:“<copy flag 14 here>”,

“task4.2”:“<copy flag 15 here>”,

“task4.3”:“<copy flag 16 here>”,

“task4.4”:“<copy flag 17 here>”,

“task4.5”:“<copy flag 18 here>”,

“task4.6”:“<copy flag 19 here>”,

“task5.1”:“<copy flag 20 here>”,

“task5.2”:“<copy flag 21 here>”,

“task5.3”:“<copy flag 22 here>”

}

And here is an example of how your submitted file should look: (Note: this is an example; none of these values are correct.)

An example of what the submitted file content should look like:

{

“task1.1”:“something.something.something”,

“task1.2”:“BigBird,CookieMonster,OscarTheGrouch”,

“task1.3”:“#WOW”,

“task1.4”:“a12342342bcde393202013434”,

“task1.5”:“Atlantis”,

“task2.1”:“maliciousactor”,

“task2.2”:“somefile.extension”,

“task2.3”:“something”,

“task2.4”:“a123242342342342342934234”,

“task3.1”:“something.something”,

“task3.2”:“192.168.1.10”,

“task3.3”:“ns-something-something.something.something”,

“task3.4”:“abcdef1234567890953453434”,

“task4.1”:“192.168.8.7”,

“task4.2”:“something”,

“task4.3”:“something”,

“task4.4”:“something”,

“task4.5”:“something”,

“task4.6”:“12123123129413249121249aa”,

“task5.1”:“tr95843fkdspugr8euyre0gfd”,

“task5.2”:“something”,

“task5.3”:“58437594ejgfdiohr8e054309”

}