Skip to content

Commit

Permalink
feat: create README.md (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
jjoshm authored and joshmuente committed Sep 13, 2021
1 parent 59fc044 commit 0161612
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
@@ -0,0 +1,20 @@
# knockson
simple multi-threaded port scanner written in rust

# Usage
```USAGE:
knockson [OPTIONS]
FLAGS:
--help Print help information
-V, --version Print version information
OPTIONS:
-a, --amount-thread <AMOUNT_THREAD> [default: 10]
-f, --from-port <FROM_PORT> [default: 1]
-h, --host <HOST> [default: 127.0.0.1]
-t, --to-port <TO_PORT> [default: 65535]
```

## Example
`knockson -f 1 -t 200 -h scanme.nmap.org -a 100`

0 comments on commit 0161612

Please sign in to comment.