summaryrefslogtreecommitdiff
path: root/src/main/java/com/it_jaros/network_scanner
Commit message (Collapse)AuthorAge
* Renamed package from network_scanner to jscannerGravatar Matthias Jaros2026-07-09
|
* Improved ProgressBar outputGravatar 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
| | | | of hosts to have less redundancy.
* 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
| | | | scan values
* Tiny refactoringGravatar Matthias Jaros2026-07-09
|
* Added cli option to be able to select whether to display blocked portsGravatar Matthias Jaros2026-07-09
| | | | or not
* 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
| | | | changes and the rest is fixed
* Added maxTargetLimit for a cap that defines how many targets are scannedGravatar Matthias Jaros2026-07-09
| | | | at the same time.
* FormattingGravatar Matthias Jaros2026-07-09
|
* Renamed packageGravatar Matthias Jaros2026-07-09