Skip to content

Empty folders created #1

@mdhuynh

Description

@mdhuynh

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions