I hereby claim:
- I am booth-f on github.
- I am eleix (https://keybase.io/eleix) on keybase.
- I have a public key whose fingerprint is 337B BED7 0529 79F3 1917 319A FDE7 53BB F811 730D
To claim this, I am signing this object:
| #!/bin/bash | |
| # DNS Zone Updater 5.0 | |
| # Set DNS zone records location | |
| location="/etc/bind/" | |
| # Change to DNS server dir | |
| cd $location |
| #!/usr/bin/python | |
| import os, sys, gzip | |
| from io import StringIO | |
| from datetime import datetime | |
| def readByte(f): | |
| return ord(f.read(1)) | |
| def readInt(f): | |
| l = 0 |
| #!/bin/bash | |
| # Update Zones DNS Script | |
| # Update DNS zones automatically and keep a running log | |
| # Set DNS zone records location | |
| location="/etc/bind/pri" | |
| # Set Log Location | |
| log="/var/log/dnsmond" |
| #!/usr/bin/ruby | |
| # Generate (a) password(s) based on the EFF Wordlists | |
| # Command Arguments | |
| # ./genPass.rb (Wordlist) [Number of passwords] [Output method] | |
| require 'csv' | |
| # Wordlist | |
| if ARGV[0].nil? |
I hereby claim:
To claim this, I am signing this object: