-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
Hello,
I run into some problems trying to ./analyze -i my_script.pcap
I think I got it wrong in cofig.py file, two of my sever's IP addresses are: 10.0.0.2 and 10.1.0.2
Therefore, I have a config.py file as follow:
# IP address of the proxy/server (either str or a list of str)
IP_PROXY = ['10.0.0.2', '10.1.0.2']
# Prefix of the IP addres of the proxy/server (either str or a list of str)
PREFIX_IP_PROXY = ['10.0', '10.1']
# Prefix of IPs belonging to WiFi access points
PREFIX_IP_WIFI = '192.168.'
# The password of SOCKS sessions
PASSWORD = 'My awesome password'
Is this why all the created folders (stats and graphs) return all empty? Is there a way to see the log of ./analyze.py file?
Thank you so much for reading, any recommendation would be greatly appreiciated
Metadata
Metadata
Assignees
Labels
No labels