englishinformation-securitypython-for-penetration-testingDeveloping an Nmap Scanner part 2On this page--question-- --text-- Which of the following allows you to scan for UDP ports between 21 to 443? --answers-- .scan(ip_addr, '21-443', '-v -sU') .scan(ip_addr, '1-1024', '-v -sS') .scan(ip_addr, '21-443', '-v -sS') --video-solution-- 1