index
:
jns
trunk
Lightning-fast IPv4/IPv6 port scanner built with Java 21 virtual threads
Matthias Jaros
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
com
/
it_jaros
/
jscanner
/
CliParser.java
Commit message (
Collapse
)
Author
Age
*
Renamed jscanner package to jns
Matthias Jaros
2026-08-12
|
*
Major refactoring of package structure
Matthias Jaros
2026-08-12
|
*
Changed name and description of cli parameters
Matthias Jaros
2026-08-08
|
*
Fix help page
Matthias Jaros
2026-08-02
|
*
Created custom exception for help page
Matthias Jaros
2026-08-02
|
*
Change flow when -h is given. Now instead of using System.exit throw an
Matthias Jaros
2026-08-01
|
|
|
|
exception
*
Clean Code
Matthias Jaros
2026-08-01
|
*
Clean Code
Matthias Jaros
2026-07-31
|
*
Minor refactoring
Matthias Jaros
2026-07-09
|
*
Finally i managed to print also intermediate results when stopping
Matthias Jaros
2026-07-09
|
|
|
|
process from running with strg-c
*
Added banner recognition parameter to enable it depending on use case
Matthias Jaros
2026-07-09
|
*
Added quiet flag
Matthias Jaros
2026-07-09
|
*
CLI options sorted, renamed and description fixed
Matthias Jaros
2026-07-09
|
|
|
|
Fixed wrong default values by using one source of truth
*
Fixed naming inconsistency
Matthias Jaros
2026-07-09
|
*
Properly and consistently named cli parameter and its internal representation
Matthias Jaros
2026-07-09
|
*
Renamed package from network_scanner to jscanner
Matthias Jaros
2026-07-09