|
3 | 3 | Reliable multithreaded TCP port scanner. |
4 | 4 |
|
5 | 5 | # How does it work? |
6 | | -This scanner will try to call `connect(2)` to the target host. If the scanner gets `ECONNREFUSED`, it is probably the target port is not blocked by the firewall, there is just no service is bound to the such port. |
| 6 | +This scanner will try to call `connect(2)` to the target host. If the scanner gets `ECONNREFUSED`, it is probably the target port not blocked by the firewall, there is just no service is bound to the such port. |
7 | 7 |
|
8 | 8 | If the connect success, the scanner will try to send some payload and check whether there is a response from the destination port. |
9 | 9 |
|
|
0 commit comments