3 9 target's ping response in HTML # 3. Use the ping command to test the target systems network response. You will need
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
3 9 target's ping response in HTML # 3. Use the ping command to test the target systems network response. You will need
3 9 target's ping response in HTML # 3. Use the ping command to test the target systems network response. You will need # to specify a paramater to counts and stops pinging after 4 attempts. 3 # HINT: You should ping the same machine specified in Question 2. 1 function target_ping() -2 { 3 echo "<h2>Target Ping Response</h2> 34 echo "<pre>" 5 #YOUR CODE HERE 46 47 echo "</pre>" 48 49 } # end of target_ping 50 51 # Function: target_os 52 # Purpose: To write out the target's Operating System in HTML 53 # 4. Use nmap to identify the Operating System of the target system. You may consider 54 # using the pipe operator to grep the nmap results for the os information line only. 55 function target_os() 56 { 57 echo "<h2>System Operating Systen</h2> 58 echo "<pre>" 59 WYOUR CODE HERE 60 61 echo "</pre>" 62 63 } # end of target_os 64 65 66 67 # Function: target_ports_open 68 # Purpose: To write out the target's open ports in HTML
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!