From f17f50606fac5ef30f42c0b5e0fa57b58f696b99 Mon Sep 17 00:00:00 2001 From: David Kennedy Date: Mon, 15 Mar 2021 19:10:10 -0400 Subject: [PATCH] update pcredz depends --- modules/intelligence-gathering/pcredz.py | 6 +++--- readme/CHANGELOG | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/modules/intelligence-gathering/pcredz.py b/modules/intelligence-gathering/pcredz.py index 7f476f2c..04974db1 100644 --- a/modules/intelligence-gathering/pcredz.py +++ b/modules/intelligence-gathering/pcredz.py @@ -20,13 +20,13 @@ INSTALL_LOCATION="pcredz" # DEPENDS FOR DEBIAN INSTALLS -DEBIAN="git,python-libpcap" +DEBIAN="git,python3-pip" # DEPENDS FOR FEDORA INSTALLS -FEDORA="git,python-libpcap" +FEDORA="git,python3-pip" # COMMANDS TO RUN AFTER -AFTER_COMMANDS="" +AFTER_COMMANDS="sudo -H pip3 install Cython && sudo -H pip3 install python-libpcap" # THIS WILL CREATE AN AUTOMATIC LAUNCHER FOR THE TOOL LAUNCHER="pcredz" diff --git a/readme/CHANGELOG b/readme/CHANGELOG index 76d655f1..abbcfeba 100644 --- a/readme/CHANGELOG +++ b/readme/CHANGELOG @@ -5,6 +5,7 @@ version 2.4.8 * simplify the nmap install script to native OS installation * fix root directories listing in show installed * fix ruler module +* update pcredz module depends ~~~~~~~~~~~~~~~~~ version 2.4.7