Skip to content
View mdenzel's full-sized avatar
🤘
🤘
Block or Report

Block or report mdenzel

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
mdenzel/README.md

Pinned

  1. ACPI-rootkit-scan ACPI-rootkit-scan Public

    volatility plugin to detect ACPI rootkits

    Python 8 2

  2. ProgrammingLanguagesTest ProgrammingLanguagesTest Public

    A short test of some programming languages

    Groovy

  3. Open-source tools to build a SOC Open-source tools to build a SOC
    1
    
    
    2
    # Low-Budget SOC
    3
    
    
    4
    I always get complaints from my customers, that security is expensive.
    5
    
    
  4. Dev: github with mercurial/hg Dev: github with mercurial/hg
    1
    #!/bin/bash
    2
    
    
    3
    # --- functions ---
    4
    clone(){
    5
        #remove https://
  5. Linux: upgrade Fedora to next version Linux: upgrade Fedora to next version
    1
    #!/bin/bash
    2
    
    
    3
    VERSION=$(( `cat /etc/os-release | grep VERSION_ID | cut -d '=' -f2` + 1 ))
    4
    echo "Getting Fedora $VERSION"
    5