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
|
pkgbase = ivre-git
pkgdesc = Network recon framework based on Nmap, Masscan, Zgrab2, Nuclei, httpx, Zeek (Bro), Argus, Netflow,... Build your own alternatives to Shodan and GreyNoise, run your Passive DNS service, and much more!
pkgver = 0.9.20.dev182
pkgrel = 1
url = https://ivre.rocks/
arch = any
license = GPL3
makedepends = git
makedepends = python
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
source = git+https://github.com/ivre/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, Zgrab2, Nuclei, httpx, Zeek (Bro), Argus, Netflow,... Build your own alternatives to Shodan and GreyNoise, run your Passive DNS service, and much more! (web application)
depends = python-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, Zgrab2, Nuclei, httpx, Zeek (Bro), Argus, Netflow,... Build your own alternatives to Shodan and GreyNoise, run your Passive DNS service, and much more! (documentation)
provides = ivre-docs
conflicts = ivre-docs
pkgname = python-ivre-git
pkgdesc = Network recon framework based on Nmap, Masscan, Zgrab2, Nuclei, httpx, Zeek (Bro), Argus, Netflow,... Build your own alternatives to Shodan and GreyNoise, run your Passive DNS service, and much more! (library)
depends = python
depends = python-pymongo
depends = python-future
depends = python-pyopenssl
depends = python-cryptography
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-tinydb: experimental file-based backend (no DB server)
optdepends = python-pillow: trim screenshots on insertion
optdepends = tesseract: extract words from screenshots on insertion
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)
provides = python-ivre
conflicts = python-ivre
|