Closed Bit-Warrior-X closed 8 months ago
nxtool is under rewrite. the version you are using requires py2 and a very old version of elasticsearch. i don't have a timeline for when it will be available again. I strongly suggest to not use it and instead just enable the json output and feed it to your own dashboard. you can parse this by just using logstack etc..
ok. thanks.
Hi @wargio
Naxsi works correctly on my machine and I want to follow the next step for the use of nxtool. I have successfully installed elasticsearch and kibana on my machine.
I was trying to run command
./nxtool.py -x --colors -c nxapi.json
But I have below error
So I installed elasticsearch module using below command.
pip3 install elasticsearch
It seems to install the module successfully, but the same error still occurs. So I refer the link resolve python module elastic
Then use the below command:
export PYTHONPATH=/usr/local/lib/python3.6/site-packages
But below error occurs and I stopped working.
Can you please help me?