Troubleshooting
#### c warning for asprint
https://github.com/nicowilliams/inplace/issues/6
add these to the top of the c file:
#ifndef _GNU_SOURCE
#define _GNU_SOURCE 1
#endif
#### c warning for implicity dec of function 'system'
#include <stdlib.h> - add this to file
#### Troubleshooting
- do in directory of the tool
Creating python enviroment
python3 -m venv .venv
source .venv/bin/activate
pip3 install .
now run bloodyhound.py
#### troublehooting: - neo4j
(remember burpsuite
will not work with JDK 17)
error: Unsupported Java 11.0.17 detected. Please use
Oracle(R) Java(TM) 17, OpenJDK(TM) 17 to run Neo4j Server.
https://computingforgeeks.com/install-oracle-java-openjdk-on-debian-linux/
then type: sudo update-alternatives
--config java
and select the java version
launch: sudo neo4j console (add
this to syntax for tools / or tool usage)
#### troubleshooting:
venv
Error: name 'cmd' is not defined
install it:
sudo apt-get install python3-venv
then run:
python3 -m venv .venv
#### troubleshooting:
kali not downloading
wget -q -O -
https://archive.kali.org/archive-key.asc | apt-key add
apt update
#### troubleshooting
ldap pip install
─# apt-get update -y
└─# apt-get install build-essential python3-dev
python2.7-dev libldap2-dev libsasl2-dev slapd ldap-utils tox lcov valgrind
└─# apt-get update -y
└─# pip install python-ldap
#### troubleshooting:
Connection to failed (Error
NT_STATUS_NOT_FOUND)
sudo nano /etc/samba/smb.conf
add: client min protocol=NT1