2020-08-13 12:00:20 +02:00
|
|
|
---
|
|
|
|
id: 5ea9997bbec2e9bc47e94db2
|
|
|
|
challengeType: 11
|
|
|
|
videoId: a98PscnUsTg
|
|
|
|
---
|
|
|
|
|
2020-12-16 00:37:30 -07:00
|
|
|
# --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
|
|
|
|
|
|
|
|
# --hints--
|
|
|
|
|
|
|
|
|
|
|
|
# --solutions--
|
2020-08-13 12:00:20 +02:00
|
|
|
|