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
/
networkScanner
Commit message (
Expand
)
Author
Age
*
Refactored port scan method and fixed open ports indicator
Matthias Jaros
2026-07-09
*
Removed unneded variable
Matthias Jaros
2026-07-09
*
Fixed missing 100% on progressbar
Matthias Jaros
2026-07-09
*
Fixed bug that cursors moves too much up and deletes lines depending on
Matthias Jaros
2026-07-09
*
Fixed bug, using the same portrange class per host
Matthias Jaros
2026-07-09
*
Added checks to prevent illegal port numbers
Matthias Jaros
2026-07-09
*
Changed names and removed unused variables
Matthias Jaros
2026-07-09
*
Report order changed
Matthias Jaros
2026-07-09
*
Added PortRange class that generates ports to scan
Matthias Jaros
2026-07-09
*
Added cli option for ports
Matthias Jaros
2026-07-09
*
Make result output more visible by enclosing ip addresses in []
Matthias Jaros
2026-07-09
*
Better output handling
Matthias Jaros
2026-07-09
*
Added progress bar :-)
Matthias Jaros
2026-07-09
*
Added timeout to cli options
Matthias Jaros
2026-07-09
*
Added timeout
Matthias Jaros
2026-07-09
*
Added multi-target functionality
Matthias Jaros
2026-07-09
*
Adjusted cliparser options
Matthias Jaros
2026-07-09
*
Added support for delayInMillis in between connection attempts
Matthias Jaros
2026-07-09
*
Added cli parser
Matthias Jaros
2026-07-09
*
Added baseline fd
Matthias Jaros
2026-07-09
*
Working version with semaphore counter and rate limiter
Matthias Jaros
2026-07-09