Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: steadybit/extension-host
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: steadybit/extension-host
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: windows-support
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 23 files changed
  • 1 contributor

Commits on Jan 28, 2025

  1. Windows Support

    - working host discovery & shutdown attack
    AleksaBajat committed Jan 28, 2025
    Configuration menu
    Copy the full SHA
    677f1d7 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2025

  1. Windows Support [Invalid State]

    - set most of the network attack to build on Linux to reduce the scope of changes and focus on DNS
    - blackhole on windows is integrated with latest windows-support branch action-kit-common
    - needs windows resolver (dig can't be used) so that is the next thing in the action-kit to replace for windows runtime
    - sidecar on windows and runc are removed since there is no need for them
    - cilium routes not supported on windows since it's not linux runtime
    AleksaBajat committed Jan 31, 2025
    Configuration menu
    Copy the full SHA
    2e9f05f View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2025

  1. Windows Support

    - updated dependencies to the latest windows support branch
    - removed runc and sidecar
    - added more files to build only for linux to reduce the scope of changes required
    AleksaBajat committed Feb 4, 2025
    Configuration menu
    Copy the full SHA
    3d9547d View commit details
    Browse the repository at this point in the history
  2. Windows Support

    - updated to latest action-kit-common
    AleksaBajat committed Feb 4, 2025
    Configuration menu
    Copy the full SHA
    ff0788d View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2025

  1. Windows Support

    - limit network bandwidth
    AleksaBajat committed Feb 5, 2025
    Configuration menu
    Copy the full SHA
    95dd3e5 View commit details
    Browse the repository at this point in the history
Loading