While looking at the analyzer python code it seems as though the pcap file location is hard coded to a non existent file.
|
pcap_file = "/home/pentester/lorattack/session/data/clean/2024-04-14_14-03-10.pcap" |
I thought the intent was for the gui to select a location?
While looking at the analyzer python code it seems as though the pcap file location is hard coded to a non existent file.
lorattack/src/analyzer.py
Line 11 in 53b634d
I thought the intent was for the gui to select a location?