PcapXray
PcapXray copied to clipboard
:snowflake: PcapXray - A Network Forensics Tool - To visualize a Packet Capture offline as a Network Diagram including device identification, highlight important communication and file extraction
Hello, What is this error: ┌──(root㉿kali)-[~/PcapXray] └─# python3 Source/main.py Interactive graph in app wont work as python version/platform is not supported (will launch in default browser) Traceback (most recent call...
on-behalf-of: @org [email protected] Technica has added Sqlite db functionality for the packet data and a prototype for the destination hosts was also added, though not used/tested. This version is also...
WARNING:scapy.runtime:more Calling str(pkt) on Python 3 makes no sense!
Python 3.8.2 sudo python3 Source/main.py Traceback (most recent call last): File "Source/main.py", line 12, in from cefpython3 import cefpython as cef File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/cefpython3/__init__.py", line 64, in raise Exception("Python version not...
* pyvis has a check for `assert len(name.split(".")) == 2` which fails when a filename with full path containing "." Hacky Fix: * Have no "." when along the folders...
**Issue:** Sometimes the progress bar keeps loading even when the backend thread has finished its job. **Temperory Fix:** Restarting the tool solves this error. ( bad fix )
Hello, I am new to PyQt. I need some helps from anyone who is good at PyQt. I really appreciate it. I am doing a python GUI to view pcap...
The project works with 8 modules < reference source/Module > * Creating issue to accelerate/track test frame building of each module * The test folder has a very basic example...
Hi. This looks really cool but I get this error on a fresh install: ``` (master *) Source $ python main.py Traceback (most recent call last): File "main.py", line 12,...