I hereby claim:
- I am irrashai on github.
- I am sherylhermoso (https://keybase.io/sherylhermoso) on keybase.
- I have a public key ASBAHWpj_WQ1zp-73ipQvdPlfEYEPe0eYJhLBl_aWiU1PAo
To claim this, I am signing this object:
#!/bin/bash | |
# This script checks if there are valid ROAs for a list of IP blocks | |
# Checks from two sources - rpki validator and bgpmon | |
iplist="iplist.txt" | |
notvalid=0 | |
# Replace with your own validator | |
rpki_validator="http://localcert.ripe.net:8088" |
#!/bin/bash | |
# Checks haveibeenpwned.com if any of your emails have been added | |
path="<path/to/working/dir>" | |
mailfrom="<add-email-here>" | |
mailto="<add-email-here>" | |
out="pwnage.out" | |
maillist="maillist.txt" | |
today=`date +%Y%m%d` |
#!/bin/bash | |
# This script checks for changes in Quad9 key used in stubby.yml | |
# If it's the same = OK | |
# If changed, fetch the new key and update | |
# Replace with stubby location | |
PATH="/opt/getdns/etc/stubby" | |
cd $path |
#!/bin/bash | |
# This script runs WPScan on a list of WP sites | |
# and mails new vulnerabilities to NOC | |
# List WP sites and other variables | |
wplist="<list-blogs-here>" | |
mailfrom="<insert-email-here" | |
mailto="<insert-email-here>" | |
path="/<path-to>/wpscan" | |
logfile="wpscan.log" |
I hereby claim:
To claim this, I am signing this object: