Project for mapping the network using NMAP.
Use pexpect version 3.2 or 3.1. Otherwise exception occurs - pexpect.
Connect to the network you want to scan (directly, VPN, ...). Use NMAP to scan the network and export the data to XML.
NMAP scan example that will scan all the computer in 10.168.2.* range, outputting the results to file 'iii_network.xml'
#!bash
nmap -v -T5 10.168.2.* -oX iii_network.xml
Finally, upload the XML to Galileo. Galileo will use the data to generate the required DB data, allowing the users to check the network data anytime. The problem could be the data staleness.
"pip freeze > requirements.txt" "pip install -r requirements.txt"
- https://github.com/mgonto/restangular
- SVN default port 3690
Project/
|-- bin/
| |-- project
|
|-- project/
| |-- test/
| | |-- __init__.py
| | |-- test_main.py
| |
| |-- __init__.py
| |-- main.py
|
|-- setup.py
|-- README