v-byte-cpu / sx

:vulcan_salute: Fast, modern, easy-to-use network scanner
MIT License
1.46k stars 108 forks source link

Sessions problem #118

Open TerickJojo opened 2 years ago

TerickJojo commented 2 years ago

SYN scan will hold too many sessions with full port scan so that the firewall gateway's CPU overload.

v-byte-cpu commented 2 years ago

Hi @TerickJojo can you please provide more details and full cli command that you invoke. If the firewall cannot handle the packet load, you can use the rate limit cli option --rate

TerickJojo commented 2 years ago

Hi @TerickJojo can you please provide more details and full cli command that you invoke. If the firewall cannot handle the packet load, you can use the rate limit cli option --rate

six arp x.x.x.x/24 --json | tee x.cache && cat x.cache | six tcp syn x.x.x.x/24 -p 1-65535 --json That's the command. I hope sx could run at full speed so I don't use the rate-limiting .