Skip to content

ivre/ivre-test-samples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published