Skip to main content

Posts

Showing posts with the label vulnerability

Injection Vulnerability

  #cybersecurity #coursera #quiz #solution #network #injection #hacking 1 . Question 1 Which operating system is susceptible to OS Command Injection attacks? 1 / 1  point All operating systems are susceptible. Windows Linux MacOS Correct Correct, all operating systems are susceptible. 2 . Question 2 What is a possible impact of running commands thought OS shell interpreters such as sh, bash, cmd.exe and powershell.exe? 0 / 1  point Powershell.exe is resistant to OS Injection attacks but sh, bash and cmd.exe have no built-in security. It makes it more difficult for a hacker to inject additional commands or arguments. It makes it easier for a hacker to inject additional commands or arguments. Incorrect Incorrect, review the video OS injection Part 2. 3 . Question 3 True or False: Safe coding practice avoides using OS commands when it can be avoided. 1 / 1  point True False Correct Correct, Safe coding practice avoides using OS commands when it can be avoided. 4 . Question 4 True or Fals