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

Block or report lerra

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. nodejs-radius-pap-server-and-custom-auth nodejs-radius-pap-server-and-custom-auth Public archive

    A party hack to setup secure (WPA Enterprise) wifi setup where visitors to the demo party Birdie could login to the wifi in a secure way. By using there e-mail that is registered and the barcode on…

    JavaScript 2

  2. List all your API GATEWAY resources... List all your API GATEWAY resources in AWS that have no authorization enabled (=Public access) and no api key with aws cli
    1
    # This is a ugly but working bash oneliner to quickly list all resources in api gateway with no authorizer set, that means public internet access to that API.
    2
    # It is a good way to get a indication if you or your developers are doing the right thing when they deploy services, internal services should be using keys or better, aws_iam protection. This is not checking if your api gateway is deployed on a private vpc but that should be easy to fix if you need it.
    3
    #
    4
    # You need aws cli v2 as v1 will only give you ~25% of all api gateways.
    5
    # Tested in Ubuntu 20.04 with aws cli version aws-cli/1.18.48 Python/3.8.5 Linux/5.8.0-50-generic botocore/1.15.48 and
  3. Alexa-framework-for-n00bs Alexa-framework-for-n00bs Public

    Learning GO by building a framework to make it more simple to have alexa to read out static answers found on S3 or do lookups to a db. Everything through config instead of writing lambdas/code

    Go

  4. cloudflare-ipv6-ddns cloudflare-ipv6-ddns Public

    Shell

  5. lezg.in lezg.in Public

    The repo for my personal website https://lezg.in

    HTML

  6. webhook-docker webhook-docker Public

    https://github.com/adnanh/webhook running on ubuntu 20.04 with git+certs so you can run scripts inside of docker. Instead of going light weight as https://github.com/almir/docker-webhook I focused …

    Dockerfile 1