Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwright324 authored Aug 9, 2019
1 parent 444ea3b commit 7856682
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ Portable, fast, multithreaded port scanning tool in JavaFX.
## Features
Simple scanning with many options.
- Scan addresses many ways
- Single address `(x.x.x.x)`
- Address range `(x.x.x.x - x.y.y.y)`
- CIDR `(x.x.x.x/yy)`
- Endless increase `(x.x.x.x -> ...)`
- Endless decrease `(... <- x.x.x.x)`
- Single address(es) `x.x.x.x` or `x.x.x.x, x.x.y.y, x.x.y.z`
- Address range `x.x.x.x - x.y.y.y`
- CIDR `x.x.x.x/yy`
- Endless increase `x.x.x.x -> ...`
- Endless decrease `... <- x.x.x.x`
- Multiple options for ports
- Custom list of ports
- Port range
Expand Down

0 comments on commit 7856682

Please sign in to comment.