| Commit message (Collapse) | Author | Age | ||
|---|---|---|---|---|
| ... | ||||
| * | Added cli defaults class | 2026-07-09 | ||
| | | ||||
| * | Renamed blocked to filtered ports to do it like nmap and changed default | 2026-07-09 | ||
| | | | | | scan values | |||
| * | Tiny refactoring | 2026-07-09 | ||
| | | ||||
| * | Added cli option to be able to select whether to display blocked ports | 2026-07-09 | ||
| | | | | | or not | |||
| * | Added feature to distinguish between blocked by firewall and open ports | 2026-07-09 | ||
| | | ||||
| * | Fixed progress bar duplicates and now only redraw lines that actually | 2026-07-09 | ||
| | | | | | changes and the rest is fixed | |||
| * | Added maxTargetLimit for a cap that defines how many targets are scanned | 2026-07-09 | ||
| | | | | | at the same time. | |||
| * | Formatting | 2026-07-09 | ||
| | | ||||
| * | Renamed package | 2026-07-09 | ||
| | | ||||
| * | Fixed more sonarlint findings | 2026-07-09 | ||
| | | ||||
| * | Refactoring | 2026-07-09 | ||
| | | ||||
| * | . | 2026-07-09 | ||
| | | ||||
| * | Tiny improvements | 2026-07-09 | ||
| | | ||||
| * | Added cli option for worker threads per host | 2026-07-09 | ||
| | | ||||
| * | Replaced printStackTrace with proper message, handling interrupts now | 2026-07-09 | ||
| | | | | | and also moved workerthreads to target level instead of global level | |||
| * | Set maxWorker cap to 1000 because consistently better and faster | 2026-07-09 | ||
| | | | | | results, then when setting it lower or higher the value. | |||
| * | - Removed synchronized on PortRange class, because only called from one | 2026-07-09 | ||
| | | | | | | | | thread only. - Added max virtual thread worker cap to reduce memory consumption if required. Therefore also moved progress update into virtual thread, otherwise progress just gets updated at the end of a target host scan. | |||
| * | Moved portslot factory out of input parameters to have less confusion | 2026-07-09 | ||
| | | ||||
| * | Changed result Queue to BitSet, which is more memory efficient | 2026-07-09 | ||
| | | ||||
| * | Further broke down structure and fixed bug that not all ports got | 2026-07-09 | ||
| | | | | | | scanned due to early executor shutdown. now handling everything nice in a future that gives return port if it is open | |||
| * | Removed unused comments and code | 2026-07-09 | ||
| | | ||||
| * | Tiny rename and scope change | 2026-07-09 | ||
| | | ||||
| * | Finally refactored structure of virtual threads in a way that makes | 2026-07-09 | ||
| | | | | | | | sense and feels more natural. Each layer, host target and target port scan has it's own executor and is responsible for it's own updates. return statement is called only when everything is finished | |||
| * | Refactored printing of progress bars to be able to handle adding of more | 2026-07-09 | ||
| | | | | | hosts during time | |||
| * | Refactoring | 2026-07-09 | ||
| | | ||||
| * | Refactoring | 2026-07-09 | ||
| | | ||||
| * | Refactoring für bessere Visibility und Verständnis | 2026-07-09 | ||
| | | ||||
| * | Ignore SocketExceptions in case network is not reachable | 2026-07-09 | ||
| | | ||||
| * | Refactored port scan method and fixed open ports indicator | 2026-07-09 | ||
| | | ||||
| * | Removed unneded variable | 2026-07-09 | ||
| | | ||||
| * | Fixed missing 100% on progressbar | 2026-07-09 | ||
| | | ||||
| * | Fixed bug that cursors moves too much up and deletes lines depending on | 2026-07-09 | ||
| | | | | | number of target hosts | |||
| * | Fixed bug, using the same portrange class per host | 2026-07-09 | ||
| | | ||||
| * | Added checks to prevent illegal port numbers | 2026-07-09 | ||
| | | ||||
| * | Changed names and removed unused variables | 2026-07-09 | ||
| | | ||||
| * | Report order changed | 2026-07-09 | ||
| | | ||||
| * | Added PortRange class that generates ports to scan | 2026-07-09 | ||
| | | ||||
| * | Added cli option for ports | 2026-07-09 | ||
| | | ||||
| * | Make result output more visible by enclosing ip addresses in [] | 2026-07-09 | ||
| | | ||||
| * | Better output handling | 2026-07-09 | ||
| | | ||||
| * | Added progress bar :-) | 2026-07-09 | ||
| | | ||||
| * | Added timeout to cli options | 2026-07-09 | ||
| | | ||||
| * | Added timeout | 2026-07-09 | ||
| | | ||||
| * | Added multi-target functionality | 2026-07-09 | ||
| | | ||||
| * | Adjusted cliparser options | 2026-07-09 | ||
| | | ||||
| * | Added support for delayInMillis in between connection attempts | 2026-07-09 | ||
| | | ||||
| * | Added cli parser | 2026-07-09 | ||
| | | ||||
| * | Added baseline fd | 2026-07-09 | ||
| | | ||||
| * | Working version with semaphore counter and rate limiter | 2026-07-09 | ||
