summaryrefslogtreecommitdiff
path: root/src/main/java/com/it_jaros/networkScanner/App.java
Commit message (Collapse)AuthorAge
* Renamed packageGravatar Matthias Jaros2026-07-09
|
* Tiny improvementsGravatar Matthias Jaros2026-07-09
|
* Added cli option for worker threads per hostGravatar Matthias Jaros2026-07-09
|
* Replaced printStackTrace with proper message, handling interrupts nowGravatar Matthias Jaros2026-07-09
| | | | and also moved workerthreads to target level instead of global level
* Changed result Queue to BitSet, which is more memory efficientGravatar Matthias Jaros2026-07-09
|
* Finally refactored structure of virtual threads in a way that makesGravatar Matthias Jaros2026-07-09
| | | | | | sense and feels more natural. Each layer, host target and target port scan has it's own executor and is responsible for it's own updates. return statement is called only when everything is finished
* Refactoring für bessere Visibility und VerständnisGravatar Matthias Jaros2026-07-09
|
* Make result output more visible by enclosing ip addresses in []Gravatar Matthias Jaros2026-07-09
|
* Better output handlingGravatar Matthias Jaros2026-07-09
|
* Added timeout to cli optionsGravatar Matthias Jaros2026-07-09
|
* Added multi-target functionalityGravatar Matthias Jaros2026-07-09
|
* Adjusted cliparser optionsGravatar Matthias Jaros2026-07-09
|
* Added cli parserGravatar Matthias Jaros2026-07-09
|
* Added baseline fdGravatar Matthias Jaros2026-07-09
|
* Working version with semaphore counter and rate limiterGravatar Matthias Jaros2026-07-09