Masscan Banner Information Issues. - Raspberry Pi Forums
i scanning local honeypots , other devices on test network masscan run problems getting banners because masscan has it's own ip/tcp stack. github page states if banner scanning masscan on linux should give masscan it's own ip address. how give masscan it's own ip address? masscan because can scan many devices , faster nmap. fyi pi connected via ethernet.
i have 2 ways know of fix problem. can give masscan it's own ip address or can set ip tables rule . iptables rule , how can run command on boot?
code: select all
iptables -a input -p tcp --dport 60000 -j drop
raspberrypi
Comments
Post a Comment