517 B
517 B
id, title, challengeType, videoId, bilibiliIds, dashedName
id | title | challengeType | videoId | bilibiliIds | dashedName | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|
5ea9997bbec2e9bc47e94db2 | Desarrollando un escáner de Nmap parte 2 | 11 | a98PscnUsTg |
|
developing-an-nmap-scanner-part-2 |
--question--
--text--
¿Cuál de las siguientes opciones le permite buscar puertos UDP entre 21 a 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