Skip to content

ksaric/Galileo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Galileo

Project for mapping the network using NMAP.

Warnings

Use pexpect version 3.2 or 3.1. Otherwise exception occurs - pexpect.

Usage

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.

alt tag

Check this out

"pip freeze > requirements.txt" "pip install -r requirements.txt"

JSON extraction

Project structure

Project/
|-- bin/
|   |-- project
|
|-- project/
|   |-- test/
|   |   |-- __init__.py
|   |   |-- test_main.py
|   |   
|   |-- __init__.py
|   |-- main.py
|
|-- setup.py
|-- README

Used for angular project

Used for flask project structure

Flask project structure

About

Persist nmap data to DB and view it after

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published