Files

35 lines
526 B
Markdown
Raw Permalink Normal View History

---
id: 5ea9997bbec2e9bc47e94db2
title: Sviluppare uno scanner Nmap parte 2
challengeType: 11
videoId: a98PscnUsTg
bilibiliIds:
aid: 505526943
bvid: BV1Hg411c7oE
cid: 409034761
dashedName: developing-an-nmap-scanner-part-2
---
# --question--
## --text--
Quale delle seguenti opzioni ti permette di eseguire la scansione delle porte UDP tra 21 e 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