odedshimon / BruteShark

Network Analysis Tool
GNU General Public License v3.0
3.03k stars 332 forks source link

Add more fields to node data #114

Closed odedshimon closed 3 years ago

odedshimon commented 3 years ago

Description

This Pull-Request contains some additional fields added to network node object (closes #56):

  1. Sent data - The amount of data (bytes) sent by the host.
  2. Received data - The amount of data received (bytes) by the host.
  3. Domains - the domains that the host is a member of.
  4. Domain users - domain users that logged into the host.

For achieving that, few refactors was needed:

In this order I also made the the old "Shell Mode" CLI to be used for debug purposes only.

Type of change