Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Launching logontracer.py fails (mac) #3

Closed
seajaysec opened this issue Dec 3, 2017 · 5 comments
Closed

Launching logontracer.py fails (mac) #3

seajaysec opened this issue Dec 3, 2017 · 5 comments
Labels

Comments

@seajaysec
Copy link

seajaysec commented Dec 3, 2017

Running the command in the setup guide fails. Not sure how to get past this. All steps prior went fine after I installed neo4j with brew.

→ sudo python3 logontracer.py -r -o 8080 -u neo4j -p password -s 127.0.0.1
Traceback (most recent call last):
File "logontracer.py", line 70, in <module>
app = Flask(__name__)
NameError: name 'Flask' is not defined

@shu-tom
Copy link
Member

shu-tom commented Dec 3, 2017

Have you installed Flask on Python3?
pip3 install -r LogonTracer/requirements.txt

@seajaysec
Copy link
Author

seajaysec commented Dec 3, 2017

Yes, and all requirements installed successfully. I tried following it up with pip install flask to double check but it's already installed.

@seajaysec
Copy link
Author

seajaysec commented Dec 3, 2017

@shu-tom I noticed that in your comment you said to use pip3 to install requirements, where the readme guide says to use pip. I just tried pip3 like you suggested and now I'm past that problem, with a different error.

sudo python3 logontracer.py -r -o 8080 -u neo4j -p password -s 127.0.0.1
/usr/local/lib/python3.6/site-packages/statsmodels/compat/pandas.py:56: FutureWarning: The pandas.core.datetools module is deprecated and will be removed in a future version. Please use the pandas.tseries module instead.
from pandas.core import datetools
[!] Can't connect Neo4j Database.

@shu-tom
Copy link
Member

shu-tom commented Dec 3, 2017

Did you change the default password of Neo4j?
Here is a more detail about installing LogonTracer, please refer to it.
How to go from (almost) zero to viewing a graph of events with LogonTracer

@shu-tom
Copy link
Member

shu-tom commented Dec 9, 2017

Fixed exception handling when Flask is not installed. #5

@shu-tom shu-tom closed this as completed Dec 9, 2017
@shu-tom shu-tom added the bug label Dec 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants