Skip to content

SecuProject/Netgraph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Netgraph

Create graph with neo4j from pcap

Exemple:

picture 1

Command:

usage: Netgraph.py [options]

Create graph with neo4j from pcap

optional arguments:
    -h, --help  show this help message and exit
    -u USER     Username of neo4j database  [DEFAULT: neo4j]
    -p PASSWD   Password of neo4j database  [DEFAULT: neo4j]
    -f FILE     Name of the pcap file       [REQUIRED]
    --url URL   Url of the database         [DEFAULT: bolt://127.0.0.1:7687]

Releases

No releases published

Packages

No packages published

Languages