summaryrefslogtreecommitdiff
path: root/src/main/java/com/it_jaros/jscanner/ScanResult.java
Commit message (Collapse)AuthorAge
* Boundaries: Added PortList class to encapsulate BitSet and thus have aGravatar Matthias Jaros2026-08-11
| | | | clear boundary to the outside world that uses the result
* Added empty method to ScanResult for less redundancyGravatar Matthias Jaros2026-08-02
|
* Clean Code Use Map instead of Hashmap for immutabilityGravatar Matthias Jaros2026-08-01
|
* Reworked exception handling. Collect now only weird exceptions and printGravatar Matthias Jaros2026-07-09
| | | | them before results to stderr
* Added banner recognition for basic discovery of servicesGravatar Matthias Jaros2026-07-09
|
* Renamed package from network_scanner to jscannerGravatar Matthias Jaros2026-07-09