Files
miyaliu666 3ea2fe4f77 feat(i18n,curriculum): add Bilibili ids for Chinese (#43564)
Co-authored-by: Kristofer Koishigawa <scissorsneedfoodtoo@gmail.com>
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2021-10-01 09:54:12 +05:30

503 B

id, title, challengeType, videoId, bilibiliIds, dashedName
id title challengeType videoId bilibiliIds dashedName
5ea9997bbec2e9bc47e94db2 Developing an Nmap Scanner part 2 11 a98PscnUsTg
aid bvid cid
505526943 BV1Hg411c7oE 409034761
developing-an-nmap-scanner-part-2

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