masscan

가능한 한 빠르게 스캔하기 위한 네트워크 스캐너. 권한 상승 상태에서 실행하는 것이 가장 좋습니다. Nmap 호환성을 확인하려면 masscan --nmap을 실행하세요. 더 많은 정보: https://github.com/robertdavidgraham/masscan.

masscan {{IP_주소|네트워크_프리픽스}} --ports {{80}}

masscan {{10.0.0.0/16}} --top-ports {{100}} --rate {{100000}}

masscan {{10.0.0.0/16}} --top-ports {{100}} --excludefile {{경로/대상/파일}}

masscan {{0.0.0.0/0}} --ports {{80,443}} --rate {{10000000}}

masscan {{0.0.0.0/0}} --ports {{U:53}} --rate {{10000000}}

masscan {{0.0.0.0/0}} --ports {{0-65535}} --output-format {{binary|grepable|json|list|xml}} --output-filename {{경로/대상/파일}}

masscan --readscan {{경로/대상/파일}}