tcp_scanner 2.0.5 tcp_scanner: ^2.0.5 copied to clipboard
Simple and fast TCP scanner.
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 multithreading scanning
- Added ports shuffle option
- Fixed elapsed time calculation bug
1.1.1 #
- Added ability to scan with or without multithreading
1.1.2 #
- Unreachable ports are marking as closed.
- Added result update interval parameter.
2.0.0 #
- Developed the TcpScannerTask as the new scanner
- TCPScanner is deprecated
- Migrated to null safety
2.0.1 #
- Examples improved
2.0.2 #
- Added exceptions throwing to the constructor
2.0.3 #
- Exceptions throwing fix
2.0.4 #
- Examples and readme improvements
2.0.5 #
- Fixed a memory leak