summaryrefslogtreecommitdiff
path: root/src/main/java/com/it_jaros/network_scanner/CliParser.java
Commit message (Collapse)AuthorAge
* Renamed package from network_scanner to jscannerGravatar 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 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
* Added cli option to be able to select whether to display blocked portsGravatar Matthias Jaros2026-07-09
| | | | or not
* 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