Skip to content
View warecrash's full-sized avatar

Block or report warecrash

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned Loading

  1. powercli-scripts powercli-scripts Public

    Automating red vs. blue setup

    PowerShell

  2. tracker tracker Public

    Measure weekly tasks in blocks of arbitrary length

    Go 1 1

  3. Convert Debian to Kali Convert Debian to Kali
    1
    apt update
    2
    apt -y install wget gnupg dirmngr
    3
    wget -q -O - https://archive.kali.org/archive-key.asc | gpg --import
    4
    gpg --keyserver hkp://keys.gnupg.net --recv-key 44C6513A8E4FB3D30875F758ED444FF07D8D0BF6
    5
    echo "deb http://http.kali.org/kali kali-rolling main non-free contrib" >> /etc/apt/sources.list