Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 712 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 712 Bytes

Netcider v2.0 Beta

Calculates network segments based on CIDR notation.

It's a pretty handy utility for pen testers.

You provide a CIDR range and this tool will output network statistics, or the complete IP range, which can then be fed to tools that don't support CIDR notation.

──────────────────────────── Netcider v2.0 Beta ────────────────────────────
Author      :  Shawn Evans ([email protected])
Constributor:  Jan Gebser  ([email protected])

Options:
-o      Output full IP range to stdout

Example:
$ python netCider.py 192.168.0.2/24
$ python netCider.py -o 192.168.0.2/24