sx icon indicating copy to clipboard operation
sx copied to clipboard

Sessions problem

Open TerickJojo opened this issue 3 years ago • 2 comments

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

TerickJojo avatar Aug 25 '22 15:08 TerickJojo

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

v-byte-cpu avatar Aug 25 '22 16:08 v-byte-cpu

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 .

TerickJojo avatar Aug 26 '22 03:08 TerickJojo