summaryrefslogtreecommitdiff
path: root/src/main/java/com/it_jaros/jscanner/Scanner.java
Commit message (Expand)AuthorAge
...
* Replaced thread unsafe usage of hasNext()Gravatar Matthias Jaros2026-07-09
* Minor improvementsGravatar Matthias Jaros2026-07-09
* 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
* Added ability to read from stdin using StreamsGravatar Matthias Jaros2026-07-09
* Added comments and minor refactoringGravatar 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
* 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
* CLI options sorted, renamed and description fixedGravatar Matthias Jaros2026-07-09
* Added CompletionServiceGravatar 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