Scanner Debugging

The codebase of your cyber_scan.py scanner needs to be repaired to support advanced functions. Answer the requested parameters correctly to deploy the final release.

To scan TCP ports we use socket.SOCK_STREAM. What constant from the socket library must we pass to scan UDP ports (like DNS or SNMP)?

The requests.get(url, ...) module crashes when scanning local intranets due to self-signed SSL certs. What exact argument must you pass to the function to disable SSL verification?

You programmed the scanner to alert on UI Redressing (Clickjacking) vulnerabilities. What specific HTTP header (added in Python as a string) should the scanner look for to see if the site is protected?