1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
|
pkgbase = ivre-git
pkgdesc = Network recon framework based on Nmap, Masscan, Zeek (Bro), Argus, Netflow,...
pkgver = 0.9.13.dev86
pkgrel = 1
url = https://ivre.rocks/
arch = any
license = GPL3
makedepends = git
source = git+https://github.com/cea-sec/ivre.git
sha512sums = SKIP
pkgname = ivre-git
depends = python-ivre-git
optdepends = ivre-docs-git: Documentation
optdepends = ivre-web-git: Web server
optdepends = nmap: Network scan
optdepends = masscan: Network scan
optdepends = zmap: Network scan
optdepends = zeek: Network traffic analysis
optdepends = argus: Network traffic analysis
optdepends = nfdump: Netflow analysis
optdepends = imagemagick: Screenshots via Nmap scripts
optdepends = phantomjs: HTTP screenshots via Nmap script
optdepends = ffmpeg: RTSP Screenshots via Nmap script
provides = ivre
conflicts = ivre
pkgname = ivre-web-git
pkgdesc = Network recon framework based on Nmap, Masscan, Zeek (Bro), Argus, Netflow,... (web application)
depends = ivre-git
depends = python-bottle
optdepends = apache: Web server
optdepends = mod_wsgi: Web server
optdepends = dokuwiki: Web server (notebook)
provides = ivre-web
conflicts = ivre-web
backup = etc/httpd/conf/extra/ivre.conf
pkgname = ivre-docs-git
pkgdesc = Network recon framework based on Nmap, Masscan, Zeek (Bro), Argus, Netflow,... (documentation)
provides = ivre-docs
conflicts = ivre-docs
pkgname = python-ivre-git
pkgdesc = Network recon framework based on Nmap, Masscan, Zeek (Bro), Argus, Netflow,... (library)
depends = python
depends = python-pymongo
depends = python-future
optdepends = python-py2neo: experimental flow analysis (Neo4j backend)
optdepends = python-sqlalchemy: experimental PostgreSQL & SQLite backends
optdepends = python-psycopg2: experimental PostgreSQL backend
optdepends = python-pillow: trim screenshots on insertion
optdepends = tesseract: extract words from screenshots on insertion
optdepends = python-pycryptodome: extract data from public keys ("ivre getmoduli")
optdepends = python-scapy: parse PCAP files for ARP inspection (flow analysis)
optdepends = python-matplotlib: create graphs from command line tools
optdepends = python-dbus: 3D traceroute graphs
optdepends = mongodb: database server
optdepends = postgresql: database server (experimental backend)
optdepends = neo4j-community: database server (experimental flow analysis)
provides = python-ivre
conflicts = python-ivre
pkgname = python2-ivre-git
pkgdesc = Network recon framework based on Nmap, Masscan, Zeek (Bro), Argus, Netflow,... (library)
depends = python2
depends = python2-pymongo
depends = python2-future
optdepends = python2-py2neo: experimental flow analysis (Neo4j backend)
optdepends = python2-sqlalchemy: experimental PostgreSQL & SQLite backends
optdepends = python2-psycopg2: experimental PostgreSQL backend
optdepends = python2-pillow: trim screenshots on insertion
optdepends = tesseract: extract words from screenshots on insertion
optdepends = python2-pycryptodome: extract data from public keys ("ivre getmoduli")
optdepends = python2-scapy: parse PCAP files for ARP inspection (flow analysis)
optdepends = python2-matplotlib: create graphs from command line tools
optdepends = python2-dbus: 3D traceroute graphs
optdepends = mongodb: database server
optdepends = postgresql: database server (experimental backend)
optdepends = neo4j-community: database server (experimental flow analysis)
provides = python2-ivre
conflicts = python2-ivre
|