summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: ce63fb6595c16ea3917f14afb611bf53c7e617fd (plain)
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
pkgbase = ivre
	pkgdesc = Network recon framework based on Nmap, Masscan, Zeek (Bro), Argus, Netflow,...
	pkgver = 0.9.14
	pkgrel = 1
	url = https://ivre.rocks/
	arch = any
	license = GPL3
	source = https://files.pythonhosted.org/packages/source/i/ivre/ivre-0.9.14.tar.gz
	source = https://raw.githubusercontent.com/cea-sec/ivre/v0.9.14/pkg/apache/ivre.conf
	sha512sums = de98769da9a3e664c687193292e91a51441dbe04345c94b62fa7f74e01dd55468ea1f4ebf117300abe69ee699b49dbbbbf921dead2620b823bb27f45a32fc5bb
	sha512sums = 9db82963976ed0134c88ca779ab2d8ac92fdaf5eff8f6e6c47014b56f92cb78313acd6b6ddee8de13de6c3ae8a2988f216a659496f16b756836475a9b774b0c5

pkgname = ivre
	depends = python-ivre
	optdepends = ivre-docs: Documentation
	optdepends = ivre-web: 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

pkgname = ivre-web
	pkgdesc = Network recon framework based on Nmap, Masscan, Zeek (Bro), Argus, Netflow,... (web application)
	depends = ivre
	depends = python-bottle
	optdepends = apache: Web server
	optdepends = mod_wsgi: Web server
	optdepends = dokuwiki: Web server (notebook)
	backup = etc/httpd/conf/extra/ivre.conf

pkgname = ivre-docs
	pkgdesc = Network recon framework based on Nmap, Masscan, Zeek (Bro), Argus, Netflow,... (documentation)

pkgname = python-ivre
	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-elasticsearch: experimental Elasticsearch backend
	optdepends = python-elasticsearch-dsl: experimental Elasticsearch 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)

pkgname = python2-ivre
	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-elasticsearch: experimental Elasticsearch backend
	optdepends = python2-elasticsearch-dsl: experimental Elasticsearch 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)