Metadata-Version: 2.1
Name: nmapper
Version: 0.1.0
Summary: Scan and list local network hosts
Home-page: https://github.com/bandaangosta/nmapper
Author: Jose L. Ortiz
Author-email: jlortiz@uc.cl
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: click (==7.1.2)
Requires-Dist: typer (==0.3.2)
Requires-Dist: configparser (==4.0.2)
Requires-Dist: prettytable (==0.7.2)
Requires-Dist: python-nmap (==0.6.1)

# nmapper

A tool to scan and list local network hosts. Useful for quick network discovery of new connected devices.

### Installation:

    pip install nmapper

### Requirements:

This tool requires `nmap` to be available in the system. On Debian/Ubuntu:

    apt install nmap

### Usage:

    nmapper hosts
    nmapper hosts 1     # for 1 scan pass, instead of 3 (default)
    nmapper config list # to show all configuration options
    nmapper config --help # for more configuration commands, including edition of defaults
    nmapper alias list # to show all MAC address aliases
    nmapper alias --help # for more alias commands, including adding and removing aliases

    Retrieving MAC addresses can only be done when application is run with elevated privileges


