BruteShark icon indicating copy to clipboard operation
BruteShark copied to clipboard

Network Analysis Tool

Results 39 BruteShark issues
Sort by recently updated
recently updated
newest added

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...

help wanted
good first issue

I use your method to get the data data of tcpsession as shown in the figure ![1](https://user-images.githubusercontent.com/79817742/172773055-07bc82cd-f6ad-415e-b30e-d21ae5a559e9.png) When encountering [TCP Previous segment not captured] and [TCP Out-Of-Order] in wireshark, there...

help wanted

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...

help wanted
good first issue

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...

help wanted

Will you consider adding similar functions such as USB packet capture and SSL protocol analysis to the program in the future?