summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* 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
* Improved ProgressBar outputGravatar Matthias Jaros2026-07-09
* Formatted fileGravatar Matthias Jaros2026-07-09
* Replaced use of cut with java regex matcherGravatar Matthias Jaros2026-07-09
* Make bar adjust to terminal widthGravatar Matthias Jaros2026-07-09
* Improved namingGravatar Matthias Jaros2026-07-09
* Added cli help text for file optionGravatar Matthias Jaros2026-07-09
* Refactored cli option parsing and added -file option. Refactored readingGravatar Matthias Jaros2026-07-09
* Fix tab alignmentGravatar Matthias Jaros2026-07-09
* Forgot one placeGravatar Matthias Jaros2026-07-09
* Consistent naming of host instead of targetGravatar Matthias Jaros2026-07-09
* Added disable target check optionGravatar Matthias Jaros2026-07-09
* Added cli option for online checkGravatar Matthias Jaros2026-07-09
* Added host online checkGravatar Matthias Jaros2026-07-09
* Added cli defaults classGravatar Matthias Jaros2026-07-09
* Renamed blocked to filtered ports to do it like nmap and changed defaultGravatar Matthias Jaros2026-07-09
* Tiny refactoringGravatar Matthias Jaros2026-07-09
* Added cli option to be able to select whether to display blocked portsGravatar Matthias Jaros2026-07-09
* Added feature to distinguish between blocked by firewall and open portsGravatar Matthias Jaros2026-07-09
* Fixed progress bar duplicates and now only redraw lines that actuallyGravatar Matthias Jaros2026-07-09
* Added maxTargetLimit for a cap that defines how many targets are scannedGravatar Matthias Jaros2026-07-09
* FormattingGravatar Matthias Jaros2026-07-09
* Renamed packageGravatar Matthias Jaros2026-07-09
* Fixed more sonarlint findingsGravatar Matthias Jaros2026-07-09
* RefactoringGravatar Matthias Jaros2026-07-09
* .Gravatar 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
* Set maxWorker cap to 1000 because consistently better and fasterGravatar Matthias Jaros2026-07-09
* - Removed synchronized on PortRange class, because only called from oneGravatar Matthias Jaros2026-07-09
* Moved portslot factory out of input parameters to have less confusionGravatar Matthias Jaros2026-07-09
* Changed result Queue to BitSet, which is more memory efficientGravatar Matthias Jaros2026-07-09
* Further broke down structure and fixed bug that not all ports gotGravatar Matthias Jaros2026-07-09
* Removed unused comments and codeGravatar Matthias Jaros2026-07-09
* Tiny rename and scope changeGravatar Matthias Jaros2026-07-09
* Finally refactored structure of virtual threads in a way that makesGravatar Matthias Jaros2026-07-09
* Refactored printing of progress bars to be able to handle adding of moreGravatar Matthias Jaros2026-07-09