ivre / ivre-test-samples

Samples for IVRE tests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IVRE Tests

This repository contains sample files and binaries used for IVRE tests.

Samples

They are not supposed to be somehow realistic but rather to help test most of IVRE features.

The files in this repository have been created by IVRE's contributors, except:

MongoDB backup

The Elasticsearch backend can only be used for the view purpose. For that, it needs data from nmap and passive purposes to build the view. In Travis-CI, the Elasticsearch backend uses a MongoDB server to provide the nmap and passive purposes.

The backend is located in tests/mongodb_backup/backup_nmap_passive.tar.bz2 and can be build using the following commands:

DB=mongodb python tests.py 30_nmap 40_passive
rm -rf ./backup/ && mkdir ./backup/
mongodump --db=ivre --out=./backup/
mv ./backup/ivre/*.bson ./backup/
tar jcf ./backup_nmap_passive.tar.bz2 ./backup/{hosts,passive,scans}.bson

About

Samples for IVRE tests

License:GNU General Public License v3.0