Skip to content
View unrooted's full-sized avatar

Organizations

@NixOS @redcode-labs @WaletSec @WaletLab @NUG-PL

Block or report unrooted

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. redcode-labs/RedNixOS redcode-labs/RedNixOS Public

    NixOS-based 'distro' for cybersecurity enthusiasts

    Nix 215 10

  2. redcode-labs/RedNix redcode-labs/RedNix Public

    Hackable NixOS container and devShells collection

    Nix 172 17

  3. redcode-labs/easyWSL redcode-labs/easyWSL Public

    Create WSL distros based on Docker Images.

    C# 579 42

  4. redcode-labs/RedSand redcode-labs/RedSand Public

    Hackable Windows SandBox environment

    PowerShell 34 6

  5. "PoC" for abuse of Windows Sandbox -... "PoC" for abuse of Windows Sandbox - headless command execution via Windows Sandbox CLI
    1
    #Requires -Version 5.1
    2
    $ErrorActionPreference = 'Stop'
    3
    
                  
    4
    # wsb.exe LOLBAS PoC: truly-headless command execution via Windows Sandbox CLI.
    5
    #
  6. init systems cheat sheet init systems cheat sheet
    1
    # Manage services in systemd, openRC and runit
    2
    
                  
    3
    ## systemd
    4
    
                  
    5
    * list all services: `systemctl list-unit-files`