Skip to content
View kuan51's full-sized avatar
:atom:
Back on the grind
:atom:
Back on the grind

Block or report kuan51

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. pylihim pylihim Public

    A software library for various cryptographic functions. This code is not secure and only intended as a learning resource.

    Python

  2. dcli dcli Public archive

    Python Cli for the Digicert API

    Python 2

  3. Manage-Tls Manage-Tls Public

    Powershell module to turn on/off TLS protocols for Windows

    PowerShell

  4. Django-oAuth-Login Django-oAuth-Login Public template

    oAuth and basic login web app built using Django.

    HTML

  5. Secure-Arch-Linux Secure-Arch-Linux Public

    As basic as possible guide to securely deploying arch linux for general use.

  6. This script was built to allow one t... This script was built to allow one to quickly extrapolate data and information about the SSL certificate used on a large list of websites.
    1
    <# 
    2
    This script was built to allow one to quickly extrapolate data and information about the SSL certificate used on a large list of websites.
    3
    Here is a breakdown of the logic:
    4
     1. Open SSL tunnel to a FQDN
    5
     2. Import the cert as a x509Certificate2 powershell object