Page 1 of 1

5 2 : 3 # Assignment 5. In this assignment, you will combining multiple tools to generate a 4 security html/pdf report o

Posted: Sat May 14, 2022 6:54 pm
by answerhappygod
5 2 3 Assignment 5 In This Assignment You Will Combining Multiple Tools To Generate A 4 Security Html Pdf Report O 1
5 2 3 Assignment 5 In This Assignment You Will Combining Multiple Tools To Generate A 4 Security Html Pdf Report O 1 (50.68 KiB) Viewed 36 times
5 2 : 3 # Assignment 5. In this assignment, you will combining multiple tools to generate a 4 security html/pdf report of vulnerabilities on a target system. 6 You will need to follow the supplement guide to configure your environment in order to 7 complete the assignment. 8 9 Good Luck 10 11 EXAMPLE: . assignments.sh 10.0.2.4 12 13 14 ##### Constants ##### 15 # 1. Enter your name for the report and set the TARGET_IP to the "1st" argument 16 STUDENT NAME="<YOUR NAME> 17 TITLE="Security Report prepared for cScI 1411 Spring 2022" 18 RIGHT_NOW $(date +" x r AZ") 19 TIME_STAMP="Updated on SRIGHT_NOW by SSTUDENT_NAME" 20 TARGET_IP=NYOUR CODE HERE 21 22 ***** Functions ***** 23 24 • Function: target_info 25 Purpose: To write out the target's IP Address in HTML 26 • 2. Add the variable defined for the target IP in the constants section 27 function target_Info() 28 29 echo "<h2>Target IP Address</h2> 30 echo "<pre>" 31 echo "IP Address: YOUR CODE HERE 32 echo '</pre> 33 34 # end of target_info 35 36 • Function: target_ping 37 Purpose: To write out the target's ping response in HTML