dcode - Overview

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

@dcode

dcode

Follow

View dcode's full-sized avatar

πŸ’­

Hack the 🌎!

Derek Ditch dcode

πŸ’­

Hack the 🌎!

Threat researcher at @google and general purpose open sourcerer. πŸ§™

Organizations

@rocknsm

Block or report dcode

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

dcode/README.md

Hi there πŸ‘‹

I'm a huge fan of all things open source. I often tinker in cyber security tools, home automation, and general geekery.

Pinned Loading

  1. Install and trust DoD CA certificate... Install and trust DoD CA certificates on Mac OS X. Tested on Catalina and Mojave. *NOTE*: This should also enable CAC if you didn't override the system drivers.

    1

    #!/bin/bash 

    2

    
                  

    3

    set -eu -o pipefail

    4

    
                  

    5

    export CERT_URL='https://dl.dod.cyber.mil/wp-content/uploads/pki-pke/zip/unclass-certificates_pkcs7_DoD.zip'