corysabol / seg

A tool to test network segmentation. It offers a listener and a scanner component.
0 stars 0 forks source link

Remove dependency on NMAP #6

Open corysabol opened 1 month ago

corysabol commented 1 month ago

It could be nice to remove the dependency on nmap and directly implement the port scanning functionality into seg itself. This would allow for more direct control over the packets sent and threading capabilities.