BruteShark
BruteShark copied to clipboard
Network Analysis Tool
BruteSharkCLI will fail on processing pcap files when running on the 22.04 LTS release on Ubuntu (20.04 seems to work fine): `./BruteSharkCli -i Pcap_Examples/Ftp.pcap -m Credentials -o Example` `[+] Start...
I use your method to get the data data of tcpsession as shown in the figure  When encountering [TCP Previous segment not captured] and [TCP Out-Of-Order] in wireshark, there...
Improve BruteShark performance by refactor the BLL layer (aka `PcapAnalyzer` project to use multi thread mechanism). That includes: * Design the solution and discuss about it with me. * Implement...
Output from terminal: xxx@xxx:/xxx$ sudo ./BruteSharkCli -m NetworkMap -d /xxx/data/packets/servers/dailylogs/2019-05-02/ -o /xxx/results [+] Start analyzing 11 files [+] Start processing file : daemonlogger.pcap.1556805601 [+] Finished processing file : daemonlogger.pcap.1556805601 [+]...
When the network topology map is painted repeatedly, it will become darker and darker. For example, when he finishes painting 1 session, I click 1 session, and then when 2...
Windows has two built in tools to capture packets, `pktmon` and `netsh trace`. However these tool produce ETL files instead of PCAP files. It would be helpful if this program...
Will you consider adding similar functions such as USB packet capture and SSL protocol analysis to the program in the future?