Skip to content

Commit

Permalink
readme updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsandeep committed Dec 21, 2020
1 parent 0ced4c4 commit 701d3b2
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ The tool was developed to ease load distribution for mass scanning operations, i
### From Source

```sh
▶ GO111MODULE=auto go get -u github.com/projectdiscovery/mapcidr/cmd/mapcidr
▶ GO111MODULE=on go get -v github.com/projectdiscovery/mapcidr/cmd/mapcidr
```

### From Github

```sh
▶ git clone https://github.com/projectdiscovery/mapcidr.git; cd mapcidr/cmd/mapcidr; go build .; cp mapcidr /usr/local/bin
▶ git clone https://github.com/projectdiscovery/mapcidr.git; cd mapcidr/cmd/mapcidr; go build ; cp mapcidr /usr/local/bin
```

# Usage:-
Expand All @@ -49,15 +49,15 @@ The tool was developed to ease load distribution for mass scanning operations, i

This will display help for the tool. Here are all the switches it supports.

| Flag | Description | Example |
|-----------|------------------------------------------ |--------------------------- |
| -cidr | Single CIDR to process | mapcidr -cidr 173.0.84.0/24 |
| -sbc | Slice by CIDR count | mapcidr -sbc 10 |
| -sbh | Slice by HOST count | mapcidr -sbh 10000 |
| -l | File containing list of CIDRs | mapcidr -l cidr.txt |
| -o | File to write output to (optional) | mapcidr -o output.txt |
| -silent | Make the output silent | mapcidr -silent |
| -version | Print current version of mapcidr client | mapcidr -version |
| Flag | Description | Example |
| ------- | --------------------------------------- | --------------------------- |
| cidr | Single CIDR to process | mapcidr -cidr 173.0.84.0/24 |
| sbc | Slice by CIDR count | mapcidr -sbc 10 |
| sbh | Slice by HOST count | mapcidr -sbh 10000 |
| l | File containing list of CIDRs | mapcidr -l cidr.txt |
| o | File to write output to (optional) | mapcidr -o output.txt |
| silent | Make the output silent | mapcidr -silent |
| version | Print current version of mapcidr client | mapcidr -version |

# Running mapCIDR

Expand Down

0 comments on commit 701d3b2

Please sign in to comment.