Skip to content
View alberto-cerato's full-sized avatar

Block or report alberto-cerato

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 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. gh-branch-protection gh-branch-protection Public

    gh extension to list, get, set, and delete protections on branches.

    Go

  2. pocl pocl Public

    Forked from pocl/pocl

    pocl - Portable Computing Language

    C

  3. GTFOBins.github.io GTFOBins.github.io Public

    Forked from GTFOBins/GTFOBins.github.io

    GTFOBins is a curated list of Unix binaries that can be used to bypass local security restrictions in misconfigured systems

    HTML

  4. qmk_firmware qmk_firmware Public

    Forked from Keychron/qmk_firmware

    Open-source keyboard firmware for Atmel AVR and Arm USB families

    C

  5. Decrypt single Jenkins password Decrypt single Jenkins password
    1
    https://www.codurance.com/publications/2019/05/30/accessing-and-dumping-jenkins-credentials
    2
    
                  
    3
    open the Jenkins credentials page and search for the password, then
    4
    
                  
    5
    println hudson.util.Secret.decrypt("{encrypted-password}")
  6. mitmproxy script to print URLs mitmproxy script to print URLs
    1
    # This script is to print all the URLs accessed in some way by the Bazel build process
    2
    #
    3
    #
    4
    # 1. Make the Docker container use the proxy by setting the proper environment variables.
    5
    #    For example: