Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View ExZyle's full-sized avatar

Organizations

@ThreatRazor @Sencha-Tea

Block or report ExZyle

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.

Content in all repositories owned by your account will be closed.
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

Pinned Loading

  1. keybase.md keybase.md
    1
    ### Keybase proof
    2
    
                  
    3
    I hereby claim:
    4
    
                  
    5
      * I am exzyle on github.
  2. mongo-objectid-tools mongo-objectid-tools Public

    Decode and encode MongoDB Object IDs

    HTML

  3. Dumps into TSV format all the DNS re... Dumps into TSV format all the DNS records for all the zones across all the accounts configured by aws-vault. Prerequisites: awscli (all profiles configured), aws-vault, jq.
    1
    #!/bin/bash
    2
    #
    3
    # Prerequisites: awscli (all profiles configured), aws-vault, jq
    4
    #
    5
    # Usage: dumpdns.sh
  4. clone.sh clone.sh
    1
    git clone --mirror <URL to my OLD repo location>
    2
    cd <New directory where your OLD repo was cloned>
    3
    git remote set-url origin <URL to my NEW repo location>
    4
    git push --mirror origin