Skip to content
View chrisdlangton's full-sized avatar
Block or Report

Block or report chrisdlangton

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
chrisdlangton/README.md

Hi there 👋 I'm stof

You may know me as Chris Langton

Say Thanks! GitLab

Here are some things to know about my coding:

  • 🔭 I’m currently working on Trivial Security
  • 🌱 I’m currently learning how to be successful as a bootstrapped SaaS start-up
  • 👯 I’m looking to collaborate on Cybersecurity Research
  • 🤔 I’m looking for help with Front-end coding
  • 💬 Ask me about Node.js, Python, Golang, PHP, Machine Learning, AWS, Secure Coding, DevSecOps, Kubernetes, and all things Linux
  • 📫 How to reach me: LinkedIn

⚡ Fun fact

I never do anything unless I'm multitasking, when watching TV I'm coding or playing a game, when out doing errands or even when coding I'm listening to a podcast or have a streamer on the side, audiobooks are great for driving or falling asleep to, and music is the best for cooking or working for a client. The only time I am focussed on one thing at a time is when I'm with family or friends, then they have my full attention.

Life is too short to spend most of it doing one thing at a time.

Pinned

  1. Automatically generate seccomp profi... Automatically generate seccomp profile json by learning from container activity using sysdig
    1
    #!/usr/bin/env python3
    2
    import fileinput
    3
    import json
    4
    import argparse
    5
    
                  
  2. AWS Assume Role interactive utility ... AWS Assume Role interactive utility - stores temporary session tokens and manages local credentials profile
    1
    #!/usr/bin/env python3
    2
    
                  
    3
    import boto3
    4
    import argparse
    5
    import configparser
  3. python-ssvc python-ssvc Public

    Python implementation of Stakeholder-Specific Vulnerability Categorization (SSVC)

    Python 10

  4. ffuf-demo ffuf-demo Public

    HTML

  5. passwordless-pki-demo passwordless-pki-demo Public

    passwordless using a Public Key system for e2ee

    JavaScript

  6. xornlpcrack xornlpcrack Public

    XOR cracker with NLP

    Python