Skip to content

Commit

Permalink
Merge pull request #1230 from p-l-/pre-release
Browse files Browse the repository at this point in the history
Pre-relase fixes
  • Loading branch information
p-l- committed Nov 18, 2021
2 parents d534e96 + 4d5c53b commit 22dcfaa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,8 @@ web/static/doc/_images/kibana-index-creation-1.png
web/static/doc/_images/kibana-index-creation-2.png
web/static/doc/_images/kibana-pie-countries_ASnums.png
web/static/doc/_images/kibana-worldmap.png
web/static/doc/_images/opencti-connector-passive.png
web/static/doc/_images/opencti-connector-scans.png
web/static/doc/_images/passive-cli.svg
web/static/doc/_images/passive-view-cli.svg
web/static/doc/_images/webui-details-heatmapzoom.png
Expand Down
2 changes: 1 addition & 1 deletion pkg/arch/ivre/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ package_python-ivre-git() {
'python-pillow: trim screenshots on insertion'
'tesseract: extract words from screenshots on insertion'
'python-cryptography: extract data from public keys ("ivre getmoduli")'
'python-scapy: parse PCAP files for ARP inspection (flow analysis)'
'python-scapy: compute JA3 fingerprints from reverse-ssl services'
'python-matplotlib: create graphs from command line tools'
'python-dbus: 3D traceroute graphs'
'mongodb: database server'
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ def _write_pkg_file(self, file):
"MediaWiki integration": ["MySQL-python"],
"3D traceroute graphs": ["dbus-python"],
"Plots": ["matplotlib"],
"JA3 fingerprints from reverse-ssl services": ["scapy"],
},
packages=[
"ivre",
Expand Down

0 comments on commit 22dcfaa

Please sign in to comment.