Masscan - fastest port scanner tutorial

Опубликовано: 26 Май 2026
на канале: VAPT with KD
681
7

Like and subscribe my new channel kidnapshadow.
SUBSCRIBE me for more video on ethical hacking .
more video come soon on the topic on bugbounty and ethical hacking .
written and edit by me .
follow my blog page for more hacking stuff
https://kidnapshadow.blogspot.com/
And follow my instagram account for hacking stuff
  / thesidharth.  .
follow me on twitter https://twitter.com/kidnapshadow?s=08
subscribe on youtube    / @vaptwithkd  
and command
tool masscan used to scan port

masscan is better than nmap

masscan is faster than nmap

masscan help for find port in bugbounty

for install masscan
apt install masscan

syntax of masscan ::-

1. masscan ip addresh -p enter port
(for single scan)

example :- masscan 10.10.10.10 -p 80

2. masscan ip addrss -p enter different port with coma
(for multiple scan )

example :- masscan 10.10.10.10 -p 80,443

3. masscan ip addresh -p 80-100
( for masscan a range of port )

example - masscan 10.10.10.10 -p 80-100

4. masscan 10.10.10.10 --top-ports 100
(for scan top 100 port )

example :- masscan 10.10.10.10 --top-ports 100


5. masscan 10.10.10.10 --top-ports 100 --rate 100000
(for scan scanning fast exchange of 100000 packet per second )

example :- masscan 10.10.10.10 --top-ports 100 --rate 1000000

6. for save result in file

example :- masscan 10.10.10.10 --top-ports 100 result.txt


7. masscan ip addresh -p 0-65535
( for scan all port )

example :-- masscan 10.10.10.10 -p 0-65535

#bugbounty #hacking #practical #kidnapshadow