| Commit message (Collapse) | Author | Age | ||
|---|---|---|---|---|
| ... | ||||
| * | Changed timings | 2026-07-09 | ||
| | | ||||
| * | Minor fixes | 2026-07-09 | ||
| | | ||||
| * | Finally i managed to print also intermediate results when stopping | 2026-07-09 | ||
| | | | | | process from running with strg-c | |||
| * | Changed scanstate to class that now owns completetly the Result List and | 2026-07-09 | ||
| | | | | | does not allow modifications outside of defined methods. -> thread safe | |||
| * | Added banner recognition parameter to enable it depending on use case | 2026-07-09 | ||
| | | ||||
| * | Added new Class ScanState in order to make Scanner | 2026-07-09 | ||
| | | | | | | stateless during scan process. Not regarding config which is given to the constructor | |||
| * | Make scanner gracefully shutdown on Strg-C | 2026-07-09 | ||
| | | ||||
| * | Added quiet flag | 2026-07-09 | ||
| | | ||||
| * | Improve readability in cli | 2026-07-09 | ||
| | | ||||
| * | CLI options sorted, renamed and description fixed | 2026-07-09 | ||
| | | | | | Fixed wrong default values by using one source of truth | |||
| * | Added CompletionService | 2026-07-09 | ||
| | | | | | Use while loop to fill efficiently all available possible virtual threads before starting to check for results | |||
| * | Added dns to service detector | 2026-07-09 | ||
| | | ||||
| * | Fixed naming inconsistency | 2026-07-09 | ||
| | | ||||
| * | Do not redraw too often | 2026-07-09 | ||
| | | ||||
| * | Fixed port parsing logic | 2026-07-09 | ||
| | | ||||
| * | Properly and consistently named cli parameter and its internal representation | 2026-07-09 | ||
| | | ||||
| * | Added banner recognition for basic discovery of services | 2026-07-09 | ||
| | | ||||
| * | Renamed package from network_scanner to jscanner | 2026-07-09 | ||
| | | ||||
| * | Improved ProgressBar output | 2026-07-09 | ||
| | | ||||
| * | Formatted file | 2026-07-09 | ||
| | | ||||
| * | Replaced use of cut with java regex matcher | 2026-07-09 | ||
| | | ||||
| * | Make bar adjust to terminal width | 2026-07-09 | ||
| | | ||||
| * | Improved naming | 2026-07-09 | ||
| | | ||||
| * | Added cli help text for file option | 2026-07-09 | ||
| | | ||||
| * | Refactored cli option parsing and added -file option. Refactored reading | 2026-07-09 | ||
| | | | | | of hosts to have less redundancy. | |||
| * | Fix tab alignment | 2026-07-09 | ||
| | | ||||
| * | Forgot one place | 2026-07-09 | ||
| | | ||||
| * | Consistent naming of host instead of target | 2026-07-09 | ||
| | | ||||
| * | Added disable target check option | 2026-07-09 | ||
| | | ||||
| * | Added cli option for online check | 2026-07-09 | ||
| | | ||||
| * | Added host online check | 2026-07-09 | ||
| | | ||||
| * | Added cli defaults class | 2026-07-09 | ||
| | | ||||
| * | Renamed blocked to filtered ports to do it like nmap and changed default | 2026-07-09 | ||
| | | | | | scan values | |||
| * | Tiny refactoring | 2026-07-09 | ||
| | | ||||
| * | Added cli option to be able to select whether to display blocked ports | 2026-07-09 | ||
| | | | | | or not | |||
| * | Added feature to distinguish between blocked by firewall and open ports | 2026-07-09 | ||
| | | ||||
| * | Fixed progress bar duplicates and now only redraw lines that actually | 2026-07-09 | ||
| | | | | | changes and the rest is fixed | |||
| * | Added maxTargetLimit for a cap that defines how many targets are scanned | 2026-07-09 | ||
| | | | | | at the same time. | |||
| * | Formatting | 2026-07-09 | ||
| | | ||||
| * | Renamed package | 2026-07-09 | ||
| | | ||||
| * | Fixed more sonarlint findings | 2026-07-09 | ||
| | | ||||
| * | Refactoring | 2026-07-09 | ||
| | | ||||
| * | . | 2026-07-09 | ||
| | | ||||
| * | Tiny improvements | 2026-07-09 | ||
| | | ||||
| * | Added cli option for worker threads per host | 2026-07-09 | ||
| | | ||||
| * | Replaced printStackTrace with proper message, handling interrupts now | 2026-07-09 | ||
| | | | | | and also moved workerthreads to target level instead of global level | |||
| * | Set maxWorker cap to 1000 because consistently better and faster | 2026-07-09 | ||
| | | | | | results, then when setting it lower or higher the value. | |||
| * | - Removed synchronized on PortRange class, because only called from one | 2026-07-09 | ||
| | | | | | | | | thread only. - Added max virtual thread worker cap to reduce memory consumption if required. Therefore also moved progress update into virtual thread, otherwise progress just gets updated at the end of a target host scan. | |||
| * | Moved portslot factory out of input parameters to have less confusion | 2026-07-09 | ||
| | | ||||
| * | Changed result Queue to BitSet, which is more memory efficient | 2026-07-09 | ||
| | | ||||
