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

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899604
Joined: Mon Aug 02, 2021 8:13 am

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

Post 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 35 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
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply