summaryrefslogtreecommitdiff
path: root/src/main/java/com/it_jaros/jscanner/App.java
Commit message (Collapse)AuthorAge
* Renamed jscanner package to jnsGravatar Matthias Jaros2026-08-12
|
* Moved exitCode up into main try catch logicGravatar Matthias Jaros2026-08-12
|
* Major refactoring of package structureGravatar Matthias Jaros2026-08-12
|
* Created custom exception for help pageGravatar Matthias Jaros2026-08-02
|
* Change flow when -h is given. Now instead of using System.exit throw anGravatar Matthias Jaros2026-08-01
| | | | exception
* Clean CodeGravatar Matthias Jaros2026-08-01
|
* Clean CodeGravatar Matthias Jaros2026-07-31
|
* Completetly reworked progress output. Now instead of individual hostsGravatar Matthias Jaros2026-07-09
| | | | give a statusline that prints current stats to err
* Changing scanner from collecting all results to a stream of output.Gravatar Matthias Jaros2026-07-09
| | | | Saves RAM and is not necessary to first collect everything
* Improved shutdown logic that finally works properlyGravatar Matthias Jaros2026-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.Gravatar 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
| | | | current state of scanned ports
* Reformatted code so that Scan is initialized in Scan class and ScannerGravatar Matthias Jaros2026-07-09
| | | | takes care of the actual Scan and not initializing Scan objects anymore
* Refactoring for better readabilityGravatar Matthias Jaros2026-07-09
|
* Finally i managed to print also intermediate results when stoppingGravatar Matthias Jaros2026-07-09
| | | | process from running with strg-c
* 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
|
* Added banner recognition for basic discovery of servicesGravatar Matthias Jaros2026-07-09
|
* Renamed package from network_scanner to jscannerGravatar Matthias Jaros2026-07-09