Skip to content

Commit

Permalink
update pcredz depends
Browse files Browse the repository at this point in the history
  • Loading branch information
HackingDave committed Mar 15, 2021
1 parent 14492da commit f17f506
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/intelligence-gathering/pcredz.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
INSTALL_LOCATION="pcredz"

This comment has been minimized.

Copy link
@sveutopa

sveutopa Mar 19, 2021

k


# 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"
Expand Down
1 change: 1 addition & 0 deletions readme/CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f17f506

Please sign in to comment.