mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-12 19:00:43 -04:00
521 B
521 B
id, title, challengeType, videoId, bilibiliIds, dashedName
| id | title | challengeType | videoId | bilibiliIds | dashedName | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| 5ea9997bbec2e9bc47e94db2 | Entwicklung eines Nmap-Scanners Teil 2 | 11 | a98PscnUsTg |
|
developing-an-nmap-scanner-part-2 |
--question--
--text--
Mit welcher der folgenden Optionen kannst du nach UDP-Ports zwischen 21 und 443 suchen?
--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