tcp_scanner 1.1.1
tcp_scanner: ^1.1.1 copied to clipboard
TCP port scanner. Scan ports sequentially using connect method.
1.0.0 #
- Initial version
1.0.1 #
- Added
timeout
argument to TCPScanner constructor. It defines connection timeout in milliseconds while scanner waits for port response.
1.1.0 #
- Added ability of multithread scanning
- Added ports shuffle option
- Fixed elapsed time calculation bug
1.1.1 #
- Added ability to scan with or without multithreading