Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
elddy authored Sep 8, 2020
1 parent 633556f commit 01a9e1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# NimScan
Multi-threaded asynchronous port scanner (With filtered option) written in Nim for Windows
Multi-threaded asynchronous port scanner (With filtered option - Windows support only)

## Benchmarks
![](gif/Scanner.gif)
Expand All @@ -14,7 +14,7 @@ Options:
-h, --help Show this screen.
-p, --ports Ports to scan. [default: 1-65,535]
-a, --all Use rawsockets to find filtered/closed/open ports (Takes longer and limited to 10,000 ports).
-t, --threads Number of threads per scan.
-t, --threads Number of threads per scan. (Not supported on Linux)
-f, --files File descriptors per thread limit.
--timeout Timeout to add to the latency [default: 1500].

Expand Down

0 comments on commit 01a9e1e

Please sign in to comment.