Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exploit timeline #2455

Merged
merged 32 commits into from
Oct 24, 2022
Merged

Exploit timeline #2455

merged 32 commits into from
Oct 24, 2022

Commits on Oct 19, 2022

  1. Configuration menu
    Copy the full SHA
    39f2b4a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    987d77f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1bba0a5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bebfd64 View commit details
    Browse the repository at this point in the history
  5. UI: Fetch ExploitaitonEvents

    cakekoa committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    e1535fa View commit details
    Browse the repository at this point in the history
  6. UI: Add interfaceIp function

    cakekoa committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    76071ca View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a493666 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c0fd0b5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cddafab View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    102a695 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2022

  1. Configuration menu
    Copy the full SHA
    3062b59 View commit details
    Browse the repository at this point in the history
  2. UI: Convert timestamp to milliseconds before setting in exploitationA…

    …ttempts in MapPageWrapper.tsx
    shreyamalviya committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    6402a74 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ecc42ff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    974e6f7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6a183b6 View commit details
    Browse the repository at this point in the history
  6. UI: Return empty div from getExploitsTimeline() if no exploitation at…

    …tempts were found, in PreviewPane.js
    shreyamalviya committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    a1c1022 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    423b5fa View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    783712c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    edf95b2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bafc3e2 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2022

  1. UI: Move data fetching to ExploitionTimeline.tsx

    Fetching thousands of events every second will make the map less responsive. It's better to only fetch it once we need it (upon clicking the node)
    VakarisZ committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    eadd965 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8672ef1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0dbf3ac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    da2dca0 View commit details
    Browse the repository at this point in the history
  5. UI: Make list key unique

    cakekoa authored and VakarisZ committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    ef4ef45 View commit details
    Browse the repository at this point in the history
  6. UI: Simplify aggregation logic

    cakekoa authored and VakarisZ committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    beb4478 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b85554e View commit details
    Browse the repository at this point in the history
  8. UI: Fixup event aggregation

    VakarisZ committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    18e5b77 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2022

  1. Configuration menu
    Copy the full SHA
    e9d061e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70cdaec View commit details
    Browse the repository at this point in the history
  3. UI: Fix unknown exploitation source bug in timeline

    Each map node only had one agentID, while in reality multiple agents could've run. By saving all agents into mapNode we can figure out which agent belongs to which machine
    VakarisZ committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    e58c974 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d7c5f10 View commit details
    Browse the repository at this point in the history