pessoft/IVRE

Project ID: 18266

Description

Build of IVRE RPM. IVRE is an open-source framework for network recon. More information about IVRE can be found on its homepage. IVRE is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

Installation Instructions

Installation process for Fedora 27

RPM

As root user, enable this repository and install the ivre RPM:

sudo dnf -y install 'dnf-command(copr)' sudo dnf -y copr enable pessoft/IVRE sudo dnf -y install ivre

Dependencies

Install some more dependencies:

sudo dnf -y install python-future python-bottle sudo dnf -y install mongodb-server httpd mod_wsgi nmap

Start MongoDB:

sudo systemctl start mongod

Configure and start Apache web server:

sudo cat > /etc/httpd/conf.d/ivre.conf <<EOF WSGIScriptAlias /ivre/cgi "/usr/share/ivre/web/wsgi/app.wsgi" Alias /ivre "/usr/share/ivre/web/static" <Directory "/usr/share/ivre/web"> Options None AllowOverride None Require all granted </Directory> EOF sudo setsebool -P httpd_can_network_connect_db on sudo systemctl start httpd

Setup

Setup IVRE configuration:

sudo cat > /etc/ivre.conf <<EOF GEOIP_PATH = '/var/lib/ivre/geoip' WEB_ALLOWED_REFERERS = False EOF

Create ivre user and data directory:

sudo useradd ivre sudo mkdir /var/lib/ivre sudo chmod o-rwx /var/lib/ivre sudo chown ivre /var/lib/ivre

Initialization

Continue to work under ivre user: sudo su ivre Initialize data in the database:

ivre scancli --init ivre ipinfo --init ivre ipdata --init ivre runscansagentdb --init

Update GeoIP data:

ivre ipdata --download ivre ipdata --import-all --no-update-passive-db

IVRE is then available on localhost/ivre. See IVRE installation page for more information regarding the installation process.

Active Releases

The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).

Release Architectures Repo Download
Fedora rawhide x86_64 (10)* Fedora rawhide (188 downloads)

* Total number of downloaded packages.