Skip to content
View dcode's full-sized avatar
๐Ÿ’ญ
Hack the ๐ŸŒŽ!
๐Ÿ’ญ
Hack the ๐ŸŒŽ!

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 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
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'