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
/
Scanner.java
Commit message (
Expand
)
Author
Age
...
*
Same producer pattern for ports as for hosts
Matthias Jaros
2026-07-09
*
Replaced nested while loops with producer thread and consumer stays in
Matthias Jaros
2026-07-09
*
Only save results that found something. Not reachable hosts or no open
Matthias Jaros
2026-07-09
*
Added ability to read from stdin using Streams
Matthias Jaros
2026-07-09
*
Added comments and minor refactoring
Matthias Jaros
2026-07-09
*
Replaced the nested executors with one per scanner. Which is fine for a
Matthias Jaros
2026-07-09
*
Default timeout for close operation to 60 seconds
Matthias Jaros
2026-07-09
*
Finally managed to get a gracefull shutdown with information about the
Matthias Jaros
2026-07-09
*
Reformatted code so that Scan is initialized in Scan class and Scanner
Matthias Jaros
2026-07-09
*
Minor fixes
Matthias Jaros
2026-07-09
*
Finally i managed to print also intermediate results when stopping
Matthias Jaros
2026-07-09
*
Changed scanstate to class that now owns completetly the Result List and
Matthias Jaros
2026-07-09
*
Added banner recognition parameter to enable it depending on use case
Matthias Jaros
2026-07-09
*
Added new Class ScanState in order to make Scanner
Matthias Jaros
2026-07-09
*
Make scanner gracefully shutdown on Strg-C
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
*
Added CompletionService
Matthias Jaros
2026-07-09
*
Properly and consistently named cli parameter and its internal representation
Matthias Jaros
2026-07-09
*
Added banner recognition for basic discovery of services
Matthias Jaros
2026-07-09
*
Renamed package from network_scanner to jscanner
Matthias Jaros
2026-07-09
[prev]