summaryrefslogtreecommitdiff
path: root/src/main/java/com/it_jaros/jscanner/Scanner.java
Commit message (Collapse)AuthorAge
* Minor fixesGravatar Matthias Jaros2026-07-09
|
* Finally i managed to print also intermediate results when stoppingGravatar Matthias Jaros2026-07-09
| | | | process from running with strg-c
* Changed scanstate to class that now owns completetly the Result List andGravatar Matthias Jaros2026-07-09
| | | | does not allow modifications outside of defined methods. -> thread safe
* 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
| | | | | stateless during scan process. Not regarding config which is given to the constructor
* 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
| | | | Fixed wrong default values by using one source of truth
* Added CompletionServiceGravatar Matthias Jaros2026-07-09
| | | | Use while loop to fill efficiently all available possible virtual threads before starting to check for results
* 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