Coder Social home page Coder Social logo

my-scripts's Introduction

Test Status

my-scripts

A collection of scripts that I've made over the years - I will continue to add more as I tidy them up. Take a look at some of my other projects here!

Feel free to use them as you like, credit is optional :)

  • cert-check: retrieves the x509 SSL certificate data for a domain that's using HTTPS
  • cert-recon: retrieves all certificates issued for a specified domain name from public certificate transparency logs, using https://crt.sh/
  • deardiary: lock (encrypt) and unlock (decrypt) a plain-text diary file
  • http-check: continuously prints out the load time components of a URL (DNS time, TTFB, etc) - useful for observing intermittent issues or just general performance

Docker

If you'd prefer to run these scripts inside a container, follow the instructions below. Note that you'll want to factor in persistent storage if you use a script such as deardiary

A. Use automatically built Dockerhub image

  1. Run the cert-recon script on container named curtis-86-scripts:
docker run -it --name curtis-86-scripts curtiskneisel/my-scripts:latest /opt/my-scripts/cert-recon/cert-recon example.com

B. Build your own docker image

  1. Clone this repo and change into the directory
git clone https://github.com/curtis86/my-scripts/
cd my-scripts
  1. Build image, named curtis-86-scripts
docker build -t curtis-86-scripts .
  1. Run a script, eg. cert-recon
docker run -it curtis-86-scripts /opt/my-scripts/cert-recon/cert-recon example.com

my-scripts's People

Contributors

curtis86 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.