summaryrefslogtreecommitdiff
path: root/src/main/java/com/it_jaros/jscanner
Commit message (Expand)AuthorAge
...
* Fix memory hole in quiet mode at ProgressBarGravatar Matthias Jaros2026-07-09
* Same producer pattern for ports as for hostsGravatar Matthias Jaros2026-07-09
* Replaced nested while loops with producer thread and consumer stays inGravatar Matthias Jaros2026-07-09
* Only save results that found something. Not reachable hosts or no openGravatar Matthias Jaros2026-07-09
* Minor refactoringGravatar Matthias Jaros2026-07-09
* Added ability to read from stdin using StreamsGravatar Matthias Jaros2026-07-09
* Added comments and minor refactoringGravatar Matthias Jaros2026-07-09
* Adjusted shutdown logic.Gravatar Matthias Jaros2026-07-09
* Replaced the nested executors with one per scanner. Which is fine for aGravatar Matthias Jaros2026-07-09
* Default timeout for close operation to 60 secondsGravatar Matthias Jaros2026-07-09
* Finally managed to get a gracefull shutdown with information about theGravatar Matthias Jaros2026-07-09
* Reformatted code so that Scan is initialized in Scan class and ScannerGravatar Matthias Jaros2026-07-09
* Refactoring for better readabilityGravatar Matthias Jaros2026-07-09
* Changed timingsGravatar Matthias Jaros2026-07-09
* Minor fixesGravatar Matthias Jaros2026-07-09
* Finally i managed to print also intermediate results when stoppingGravatar Matthias Jaros2026-07-09
* Changed scanstate to class that now owns completetly the Result List andGravatar Matthias Jaros2026-07-09
* Added banner recognition parameter to enable it depending on use caseGravatar Matthias Jaros2026-07-09
* Added new Class ScanState in order to make ScannerGravatar Matthias Jaros2026-07-09
* Make scanner gracefully shutdown on Strg-CGravatar Matthias Jaros2026-07-09
* Added quiet flagGravatar Matthias Jaros2026-07-09
* Improve readability in cliGravatar Matthias Jaros2026-07-09
* CLI options sorted, renamed and description fixedGravatar Matthias Jaros2026-07-09
* Added CompletionServiceGravatar Matthias Jaros2026-07-09
* Added dns to service detectorGravatar Matthias Jaros2026-07-09
* Fixed naming inconsistencyGravatar Matthias Jaros2026-07-09
* Do not redraw too oftenGravatar Matthias Jaros2026-07-09
* Fixed port parsing logicGravatar Matthias Jaros2026-07-09
* Properly and consistently named cli parameter and its internal representationGravatar Matthias Jaros2026-07-09
* Added banner recognition for basic discovery of servicesGravatar Matthias Jaros2026-07-09
* Renamed package from network_scanner to jscannerGravatar Matthias Jaros2026-07-09