Network Scanner
- 3 Devlogs
- 4 Total hours
Java Network Scanner that scans for devices and writes it to a file.
Java Network Scanner that scans for devices and writes it to a file.
Fixed some typos and further optimized the code.
Added configurable port range scanning, service name detection for common ports, port range validation, and finalized v1.0 release.
Improved my Java Network Scanner by adding report export functionality, optimizing socket connection timeouts (reducing scan time from over 100 seconds to about 4 seconds), and refactoring the project into multiple classes.