Srinivas11789 / PcapXray

: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
GNU General Public License v2.0
1.66k stars 275 forks source link

Graph Enhancements #36

Closed Srinivas11789 closed 5 years ago

Srinivas11789 commented 5 years ago

Still require improvements on:

Screen Shot 2019-05-10 at 9 35 41 AM

Example FTP Payload:

Screen Shot 2019-05-10 at 9 49 11 AM
codecov-io commented 5 years ago

Codecov Report

Merging #36 into master will increase coverage by 0.21%. The diff coverage is 80.64%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #36      +/-   ##
==========================================
+ Coverage   79.22%   79.44%   +0.21%     
==========================================
  Files           9        9              
  Lines         337      360      +23     
==========================================
+ Hits          267      286      +19     
- Misses         70       74       +4
Impacted Files Coverage Δ
Source/Module/malicious_traffic_identifier.py 83.33% <100%> (ø) :arrow_up:
Source/Module/report_generator.py 89.47% <100%> (+4.1%) :arrow_up:
Source/Module/communication_details_fetch.py 66.66% <66.66%> (ø) :arrow_up:
Source/Module/device_details_fetch.py 58.13% <75%> (ø) :arrow_up:
Source/Module/tor_traffic_handle.py 68% <80%> (+1.33%) :arrow_up:
Source/Module/pcap_reader.py 79.85% <80%> (-0.89%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 6de1b38...dc011dd. Read the comment docs.