Metadata-Version: 1.0
Name: IPGenerator
Version: 0.0
Summary: Generate a list of IPs for a given Network ID
Home-page: http://pypi.python.org/pypi/IPGenerator
Author: Boumediene Kaddour
Author-email: snboumediene@gmail.com
License: LICENSE.txt
Description: # IP-Generator
           This is a very simple third-party python module that generates list of ALL IPs for a given network
        
        Requirements:
           No mudules are needed, which means the tool has been built from scratch
        
        Usage:
          python IPGenerator.py 172.16.122.2/28
        
           172.16.122.1
        
           172.16.122.2
        
           172.16.122.3
        
           172.16.122.4
        
           172.16.122.5
        
           172.16.122.6
        
           172.16.122.7
        
           172.16.122.8
        
           172.16.122.9
        
           172.16.122.10
        
           172.16.122.11
        
           172.16.122.12
        
           172.16.122.13
        
           172.16.122.14
        
           [+] Done
        
        
        
Platform: UNKNOWN
