Skip to content

Commit

Permalink
Simplifying bloodhound-python install
Browse files Browse the repository at this point in the history
  • Loading branch information
ShutdownRepo committed Feb 1, 2022
1 parent 64f0fc4 commit c22c60b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions sources/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -317,11 +317,9 @@ function Impacket() {
cp -v /root/sources/grc/conf.describeTicket /usr/share/grc/conf.describeTicket
}

function bloodhound.py() {
function install_bloodhound.py() {
colorecho "Installing and Python ingestor for BloodHound"
git -C /opt/tools/ clone https://github.com/fox-it/BloodHound.py
cd /opt/tools/BloodHound.py/
python setup.py install
}

function neo4j_install() {
Expand Down Expand Up @@ -2214,7 +2212,7 @@ function install_ad_tools() {
install_crackmapexec # Network scanner
sprayhound # Password spraying tool
install_smartbrute # Password spraying tool
bloodhound.py # AD cartographer
install_bloodhound.py # AD cartographer
neo4j_install # Bloodhound dependency
cypheroth # Bloodhound dependency
# mitm6_sources # Install mitm6 from sources
Expand Down

0 comments on commit c22c60b

Please sign in to comment.