Skip to content
View irrashai's full-sized avatar

Block or report irrashai

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. dns-lab dns-lab Public

    working config for a lab DNS setup

    Shell

  2. p4-learning p4-learning Public

    Forked from nsg-ethz/p4-learning

    Compilation of P4 exercises, examples, documentation, slides for learning or teaching

    P4

  3. check_roa.sh: A script that checks v... check_roa.sh: A script that checks valid ROAs for a list of IP blocks
    1
    #!/bin/bash
    2
    # This script checks if there are valid ROAs for a list of IP blocks
    3
    # Checks from two sources - rpki validator and bgpmon
    4
    
                  
    5
    iplist="iplist.txt"
  4. check_hibp.sh: A script that checks ... check_hibp.sh: A script that checks haveibeenpwned.com for any breaches related to your email list
    1
    #!/bin/bash
    2
    # Checks haveibeenpwned.com if any of your emails have been added
    3
    
                  
    4
    path="<path/to/working/dir>"
    5
    mailfrom="<add-email-here>"