Skip to content
Miguel edited this page Aug 9, 2017 · 4 revisions

Usage GraFScaN:

usage: GraFScan.py [-h] [-neo4j] [-orient] [-arango] [-virtuoso] [-allegro]
               [-all] [-ip IP] [-n NET] [-i FILEINPUT] [-o OUTPUT] [-B]
               [-dict DICT] [-proxies PROXIES] [-nl] [-tor] [-DoS]

optional arguments:
  -h, --help            show this help message and exit
  -neo4j                Discover and analyze Neo4j Graph database
  -orient               Discover and analyze Orient Graph Database
  -arango               Discover and analyze Arango Graph Database
  -virtuoso             Discover and analyze Virtuoso Graph Database
  -allegro              Discover and analyze Allegro Graph Database
  -all                  Discover and analyze All Graph Database
  -ip IP                Input one ip to analyse.
  -n NET, --network NET Input one network to analyse.
  -i FILEINPUT          Input one file with one ip each line to analyse.
  -o OUTPUT             Output file
  -B, --bruteforce      Option to use brute force with authentication Neo4j.
  -dict DICT            Dictionary file, one password per line
  -proxies PROXIES      Proxies file, format: <ip>:<port>
  -nl, --no-limit       Option to dump all database of Neo4j without auth.
  -tor                  Option to use proxy TOR to scan de input data, need install and run before executed.
  -DoS                  Option to use DoS without authentication Neo4j.

Demostration video: https://www.youtube.com/watch?v=5OJvoukfW88

Clone this wiki locally