| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Renamed jscanner package to jns | 2026-08-12 | |
| | | |||
| * | Moved exitCode up into main try catch logic | 2026-08-12 | |
| | | |||
| * | Major refactoring of package structure | 2026-08-12 | |
| | | |||
| * | Created custom exception for help page | 2026-08-02 | |
| | | |||
| * | Change flow when -h is given. Now instead of using System.exit throw an | 2026-08-01 | |
| | | | | | exception | ||
| * | Clean Code | 2026-08-01 | |
| | | |||
| * | Clean Code | 2026-07-31 | |
| | | |||
| * | Completetly reworked progress output. Now instead of individual hosts | 2026-07-09 | |
| | | | | | give a statusline that prints current stats to err | ||
| * | Changing scanner from collecting all results to a stream of output. | 2026-07-09 | |
| | | | | | Saves RAM and is not necessary to first collect everything | ||
| * | Improved shutdown logic that finally works properly | 2026-07-09 | |
| | | | | | | | | Now if the user quits, then the main thread continues to collect all available results the producer and the host scan port threads close as soon as they check the flag and return whatever they have till now | ||
| * | Adjusted shutdown logic. | 2026-07-09 | |
| | | |||
| * | Default timeout for close operation to 60 seconds | 2026-07-09 | |
| | | |||
| * | Finally managed to get a gracefull shutdown with information about the | 2026-07-09 | |
| | | | | | current state of scanned ports | ||
| * | Reformatted code so that Scan is initialized in Scan class and Scanner | 2026-07-09 | |
| | | | | | takes care of the actual Scan and not initializing Scan objects anymore | ||
| * | Refactoring for better readability | 2026-07-09 | |
| | | |||
| * | Finally i managed to print also intermediate results when stopping | 2026-07-09 | |
| | | | | | process from running with strg-c | ||
| * | Make scanner gracefully shutdown on Strg-C | 2026-07-09 | |
| | | |||
| * | Added quiet flag | 2026-07-09 | |
| | | |||
| * | Improve readability in cli | 2026-07-09 | |
| | | |||
| * | Added banner recognition for basic discovery of services | 2026-07-09 | |
| | | |||
| * | Renamed package from network_scanner to jscanner | 2026-07-09 | |
