freeCodeCamp/curriculum/challenges/japanese/09-information-security/python-for-penetration-testing/developing-an-nmap-scanner-...

534 B

id title challengeType videoId bilibiliIds dashedName
5ea9997bbec2e9bc47e94db2 Nmap スキャンの開発: パート 2 11 a98PscnUsTg
aid bvid cid
505526943 BV1Hg411c7oE 409034761
developing-an-nmap-scanner-part-2

--question--

--text--

21 から 443 までの UDP ポートをスキャンできるのは次のうちどれですか?

--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