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
/
App.java
Commit message (
Collapse
)
Author
Age
*
Adjusted shutdown logic.
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
|
|
|
|
current state of scanned ports
*
Reformatted code so that Scan is initialized in Scan class and Scanner
Matthias Jaros
2026-07-09
|
|
|
|
takes care of the actual Scan and not initializing Scan objects anymore
*
Refactoring for better readability
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
*
Make scanner gracefully shutdown on Strg-C
Matthias Jaros
2026-07-09
|
*
Added quiet flag
Matthias Jaros
2026-07-09
|
*
Improve readability in cli
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