Skip to content
This repository has been archived by the owner on Jun 14, 2022. It is now read-only.

Commit

Permalink
fix examples
Browse files Browse the repository at this point in the history
  • Loading branch information
hdm committed Nov 25, 2020
1 parent be33bc4 commit 2ca10cd
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
Expand Up @@ -12,8 +12,8 @@ To run a scan, provide a list of targets. The following examples are all support
* `jarmscan -p 443,8443 192.168.0.1`
* `jarmscan -p 1-1024 https://www.example.com/`
* `jarmscan -p 443,465,993,995,8443,9443 192.168.0.0/24`
* `jarmscan -p 192.168.0.1:8443`
* `jarmscan -p 192.168.0.1,443`
* `jarmscan 192.168.0.1:8443`
* `jarmscan 192.168.0.1,443`

The `-q` option can be used to disable verbose output and the `-w` parameter can be used to increase the worker count.

Expand Down

0 comments on commit 2ca10cd

Please sign in to comment.