forked from decal/werdlists
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Setting octal file permission bits on all
README.md
files to 0644
- Loading branch information
Showing
100 changed files
with
873 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
ascii-boobs-list|14: ASCII art one-liners are the tits | ||
ascii-code-table|40: decimal intersect lookup of ASCII bytes is easy to hex convert | ||
digital-logic-gates|23: symbols for logic gates in digital electronic schematics |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
ddos-attack-glossary|12: names/descriptions of distributed denial of service attacks |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
amino-acid-codes: individual letters representing amino acids in organic chemistry | ||
biotech-acronyms-list: a list of acronyms used in Biotechnology jargon | ||
diy-bio-equip: do-it-yourself biology equipment in YAML from diyhpl.us | ||
dod-biosafety-glossary: DoD (Department of Defense) biosafety glossary | ||
human-brain-genes: genetic composition of the human brain from heybryan.org | ||
measure-unit-defines: definitions for various measurement units | ||
molecular-biology-abbrevs: abbreviations used in the molecular biology field | ||
toxin-removal-glossary: inactivation of toxins glossary by the CDC and USDA |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
chrome-content-settings: website settings save datum that apply to user profiles |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
cert-data-objdefs: Certificate data with octal object definitions | ||
dyre_ssl_extended: Blacklisted TLS certificate fingerprint sequences | ||
firefox-cert-errors: Mozilla FireFox error codes for X.509 certificates | ||
root-cacert-bundle: Bundle of CA Root X.509 certificates from Mozilla NSS |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
ascii-code-table: ASCII standard code table in ASCII art taken from IETF *RFC20* | ||
control-chars-table: control characters table extracted from IETF *RFC20* | ||
graphic-chars-table: graphic characters table extracted from IETF *RFC20* | ||
iconv-charset-names: character encodings shown by `--list` option of `iconv(1)` | ||
lsar-encodings-list: a list of encodings supported by the `lsar(1)` `-e` option | ||
utf8-demo-samples: sample UTF-8 encodings that must elicit positive test cases | ||
utf8-edge-cases: malformed UTF-8 text including edge cases to test decoders | ||
utf8-greek-revelation: New Testament book of "Revelation" in Greek language |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
ctcp-command-names: Client-to-Client Protocol command name strings | ||
inspircd-helpop-cmds: commands returned by HELPOP in InspIRCd servers |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
freenode-channel-sizes: channels from freenode IRC sorted by joined client count |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
compsec-cert-std: [NIST FIPS 140-2](https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.140-2.pdf) cryptographic product security validation | ||
crypto-product-std: "Common Criteria" compliance according to national authority | ||
descrypt-admin-allsalts: Single DES of string "admin" with all salts | ||
gnutls-cli-extra: Miscellaneous output of same GnuTLS command as above | ||
gnutls-cli-list: Command output of GnuTLS command line interface algorithm list | ||
http2-ciphers-blacklist: Ciphers rejected by the HTTP2 protocol specification | ||
java-example-keystore: Example of cryptographic Java security storage file | ||
nodejs-crypto-ciphers: cipher identifiers defined by the NodeJS crypto module | ||
nodejs-crypto-hashes: hash identifiers defined by the NodeJS crypto module | ||
openssl-cipher-algorithms: `openssl list -cipher-algorithms | cut -d' ' -f1 | sort -u` | ||
openssl-cipher-commands: `echo $(openssl list -cipher-commands) | tr ' ' '\n'` | ||
openssl-ciphers-verbose: Verbose info on ciphers supported by OpenSSL library | ||
openssl-digest-algorithms: `echo $(openssl list -cipher-commands) | tr ' ' '\n'` | ||
openssl-pubkey-algorithms: `openssl list -public-key-algorithms | grep PEM | cut -d: -f3` | ||
tls-cipher-suites: The macro constants that identify Windows TLS cipher suites |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
java-se8std-index: Java SE 8 code identifier index |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
lamp-sqlstate-error: detailed error messages caught from forum.biohack.me |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
awk-builtin-variables: builtin variable names and values for AWK language | ||
ch-language-keywords: keywords for Ch--the cross-platform C and C++ interpeter | ||
gcc-clang-enums: constants of `enum clang` declared in `libcpp/include/cpplib.h` | ||
github-linguist-languages: all languages [GitHub](https://github.com) detects | ||
javascript-future-words: Reserved identifiers for future JavaScript syntax | ||
javascript-reserved-words: Words that can't be used in current JavaScript syntax | ||
openssl-header-constants: Preprocessor constants defined in OpenSSL header files | ||
openssl-library-functions: [OpenSSL](https://openssl.org) man page functions | ||
prismjs-lang-names: [Prism](https://prismjs.com) syntax highlighted languages | ||
vimaddons-syntax-checkers: the output of `ls -1 /var/lib/vim/addons/syntax_checkers` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
000000-hash-values: the string "000000" ciphered by many popular hash functions | ||
0123456789-hash-values: the string "0123456789" ciphered by many popular hash functions | ||
0-hash-values: the string "0" ciphered by many popular hash functions | ||
1234567890-hash-values: the string "1234567890" ciphered by many popular hash functions | ||
123456789-hash-values: the string "123456789" ciphered by many popular hash functions | ||
123456-hash-values: the string "123456" ciphered by many popular hash functions | ||
abc123-hash-values: the string "abc123" ciphered by many popular hash functions | ||
admin-hash-values: the string "admin" ciphered by many popular hash functions | ||
ADMIN-hash-values: the string "ADMIN" ciphered by many popular hash functions | ||
empty-hash-values: the string "empty" ciphered by many popular hash functions | ||
hello-hash-values: the string "hello" ciphered by many popular hash functions | ||
HELLO-hash-values: the string "HELLO" ciphered by many popular hash functions | ||
letmein-hash-values: the string "letmein" ciphered by many popular hash functions | ||
password-hash-values: the string "password" ciphered by many popular hash functions | ||
PASSWORD-hash-values: the string "PASSWORD" ciphered by many popular hash functions | ||
root-hash-values: the string "root" ciphered by many popular hash functions | ||
system-hash-values: the string "system" ciphered by many popular hash functions | ||
SYSTEM-hash-values: the string "SYSTEM" ciphered by many popular hash functions |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
columns-pascalcase-list: a list of common column names in PascalCase naming | ||
columns-undercase-list: a list of common column names in under_case naming | ||
oracle-sids-list: a list of Oracle SID's (unique name of database `INSTANCE`) | ||
tables-various-list: a list of various table name strings |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
at-command-list: List of AT commands and an explanation of their syntax/format | ||
novell-modem-oems: Novell DeveloperNet certified dial-up modems list |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
azure-domain-names: list of domain names from a reverse lookup on 64.4.6.100 | ||
cctld-char-pairs: a list of ccTLD's, i.e. country code top-level domains) | ||
co-domain-records: Resource records for the .co TLD domains' DNSSEC signatures | ||
com-domain-names: list of various commercial domain names in the com TLD | ||
comdotbr-domain-names: lits of various commercial domain names in the br ccTLD | ||
domain-prices-top1k: Top one thousand most expensive domain names | ||
dshield-suspicious-domains: low and medium level sensitivity suspicious domains from `dshield.org` | ||
edu-domain-names: various educational domain names | ||
eu-domain-names: DNSSEC recource records within the eu TLD | ||
face-book-doms: hostnames for FaceBook's bug bounty program | ||
fr-domain-names: DNSSEC resource records within the fr ccTLD | ||
gov-domain-names: DNSSEC resource records within the gov TLD | ||
gov-domain-names: various governmental domain names | ||
ldns-walk-pgbs0dh: DNSSEC resource records for IDNA encoded domain xn--pgbs0dh | ||
maildotcom-domains-list: MX records served by the `mail.com` web mailer site | ||
malware-domains-mirror: taken from `malwaredomains.com` | ||
malware-hosts-list: taken from `malwaredomainlist.com` | ||
mil-domain-names: DNSSEC resource records within the mil TLD | ||
most-popular-subdomains: Most popular subdomains with counts and comments | ||
net-domain-names: various domain names within the `.net` top-level domain | ||
ntld-launch-dates: New gTLD launches in chronological order via https://ntldstats.com/launch?start= | ||
org-domain-names: DNSSEC resource records within the org TLD | ||
pgbs0dh-domain-records: a list of DNSSEC resource records in the pgbs0dh TLD | ||
popular-subdomains-list: List of most popular subdomains on the Internet | ||
special-use-domains: DNS domain names categorized as "Special-Use" by IANA | ||
tlds-alpha-dom: an alphabetically sorted list of top-level domains from ICANN | ||
top-level-names: New gTLD list taken from `ntldstats.com` | ||
uk-domain-names: DNSSEC resource records within the uk ccTLD | ||
upenn-domain-records: resource records for upenn.edu domain and its subdomains | ||
ustld-dnssec-records: list of DNSSEC records for domains in the `.us` ccTLD |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
adaway-block-list: hosts block list distributed by `adaway.org` | ||
alexa-host-names: Alexa URI host names sorted and uniqified | ||
alexa-top50-global: The top 50 global web sites from <http://alexa.com/topsites> | ||
altdns-host-lists: a list of hostnames via the `altdns` tool | ||
av-update-hosts: anti-virus signature update host names | ||
bigbad-hosts-list: only `subdom-brute-list.txt` is larger than this file | ||
common-intranet-hosts: host names commonly found on private intranets | ||
dns-dictionary-hosts: `hosts.txt` taken from *DNSDictionary* tool | ||
dnsbrute-names-large: a large list of host names via the `dnsbrute` tool | ||
dnsbrute-names-small: a list half the size of the large one also from `dnsbrute` | ||
dnsinfo-gathertool-list: [namelist.txt](https://raw.githubusercontent.com/crimefire/dns-information-gathering-tool/master/DNS%20Tool%20source%202/namelist.txt "namelist.txt") | ||
dnssearch-hosts-list: hosts list packaged with the *dnssearch* utility | ||
dod-hosts-table: Old School DoD Internet Host Table (not in `/etc/hosts` format) | ||
expanded-intranet-hosts: additional hosts generated from `common-intranet-hosts` | ||
fierce-scanner-hosts: `hosts.txt` file packaged with *fierce* DNS scanner | ||
host-names-large: the largest list of host names in this folder | ||
host-names-medium: a medium-sized list of host names only | ||
host-names-small: list of host names that's manageably sized | ||
host-names-sorted: various host names sorted alphabetically | ||
hostsfile-dotnet-readme: [Malwarebytes](http://hosts-file.net) `readme.txt` file | ||
hosts-file-entries: `/etc/hosts` file entries taken from [hpHosts](http://hosts-file.net) | ||
hosts-word-list: list of words for host names | ||
hphosts-file-optimized: hosts file with multiple host names per line | ||
hphosts-partial-database: [hosts-partial.txt](https://hosts-file.net/hphosts-partial.txt) | ||
huge-hosts-combine: unique combo of a half-dozen subdomain lists in this folder | ||
inet-hosts-sample: sample of real host names from Internet zone files | ||
intranet-hosts-list: combination of several intranet host lists files | ||
malekal-hosts-filter: hosts file used to block adware | ||
malwareteks-hosts-file: hosts file from [MalwareTeks](http://malwareteks.com) | ||
more-intranet-hosts: `common-intranet-hosts` with numeric digits appended | ||
mvps-hosts-file: hosts file downloaded from [MSFT MVP's site](http://mvps.org) | ||
nmap-vhosts-all: virtual host names from nmap's `vhosts-full.lst` and `vhosts-default.lst` | ||
siph0n-subdomains-list: subdomain name list from [~~siph0n~~](http://siph0n.net) | ||
someonewhocares-zero-hosts: [zero hosts file](http://someonewhocares.org/hosts/zero/) matching host names to [0.0.0.0](https://en.wikipedia.org/wiki/0.0.0.0) | ||
someonewhocares-ipv6-hosts: [ipv6 text file](http://someonewhocares.org/hosts/ipv6/) matching host names to IPv6 [Localhost](https://en.wikipedia.org/wiki/Localhost) | ||
sorted-subdomain-counts: `subdomains.txt` file from averagesecurity's [axfr repository](https://github.com/averagesecurityguy/axfr "securityguy/axfr") | ||
spam-blacklist-hosts: host names used in from addresses by spammers | ||
subdom-brute-list: taken from cujanovic's GitHub repo __subdomain-bruteforce-list__ | ||
top-million-subdomains: large list of subdomain names [cldrn GitHub](https://github.com/cldrn/pentesting) | ||
tor-hsts-preloads: Site list for Strict Transport Security preloading on TOR | ||
tweet-link-hosts: hosts parsed from tweet text on [Twitter](https://twitter.com) | ||
uber-subdomain-names: subdomain names used by [Uber](https://uber.com) | ||
wget-hsts-hosts: HSTS (Strict Transport Security) host names saved by GNU `wget` | ||
yahoo-ad-hosts: host names of [Yahoo](http://yahoo.com) advertising web servers | ||
yahoo-server-hosts: names of [Yahoo](http://yahoo.com) front-end web app servers |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
bind9-rec-types: BIND9 record types according to `named-rrchecker -T` | ||
bind-chaos-txt: defined by default `CHAOS` `TXT` records in [ISC](https://www.isc.org/) BIND name daemon | ||
chaos-txt-rdata: all well-known `CHAOS` `TXT` records including non-BIND names | ||
dig-numeric-types: set arbitrary dig types with a string representing 16 bits | ||
dig-record-types: record types for the `IN` (INternet) resource record class | ||
dnsmasq-chaos-txt: `CHAOS` `TXT` records specific to the [dnsmasq](http://www.thekelleys.org.uk/dnsmasq/doc.html) software | ||
example-in-db: example IN class zone database from [BIND](https://www.isc.org/downloads/bind/) source tree under `bin/tests/system` | ||
examplecom-in-soa: zone file with `IN` `SOA` record for `example.com.` | ||
iana-record-types: record type strings as specified by [IANA](https://www.iana.org) | ||
in-srv-names: names for `IN` `SRV` taken from nmap's `nselib/data/dns-srv-names` | ||
nsupdate-record-types: record types used in nameserver update protocol messages | ||
record-classes-long: all record class strings as specified by [IANA](https://www.iana.org) | ||
record-types-in: record types specific to the `IN` class | ||
record-types-long: all record type strings specified by [IANA](https://www.iana.org) regardless of class | ||
header-flag-codes: DNS query header flag field as defined by [RFC1035 section 4.1.1](https://tools.ietf.org/html/rfc1035#section-4.1.1) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
; Copyright (C) 2000, 2001 Internet Software Consortium. | ||
; | ||
; Permission to use, copy, modify, and distribute this software for any | ||
; purpose with or without fee is hereby granted, provided that the above | ||
; copyright notice and this permission notice appear in all copies. | ||
; | ||
; THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM | ||
; DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL | ||
; IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL | ||
; INTERNET SOFTWARE CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, | ||
; INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING | ||
; FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, | ||
; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION | ||
; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | ||
|
||
; $Id: example-in.db,v 1.1.1.1 2003/01/10 00:47:44 bbraun Exp $ | ||
|
||
$TTL 300 ; 5 minutes | ||
@ SOA mname1. . ( | ||
2000062101 ; serial | ||
20 ; refresh (20 seconds) | ||
20 ; retry (20 seconds) | ||
1814400 ; expire (3 weeks) | ||
3600 ; minimum (1 hour) | ||
) | ||
NS ns | ||
ns A 10.53.0.1 | ||
|
||
a1 A \# 4 0A000001 | ||
a2 A \# 4 0A 00 00 01 | ||
a3 CLASS1 A 10.0.0.1 | ||
a4 CLASS1 A \# 4 0A000001 | ||
a5 TYPE1 10.0.0.1 | ||
a6 TYPE1 \# 4 0A000001 | ||
a7 CLASS1 TYPE1 10.0.0.1 | ||
a8 CLASS1 TYPE1 \# 4 0A000001 | ||
a9 IN TYPE1 10.0.0.1 | ||
a10 IN TYPE1 \# 4 0A000001 | ||
a11 IN TYPE1 \# 4 0a000001 | ||
a12 IN A \# 4 0A000001 | ||
|
||
txt1 IN TXT "hello" | ||
txt2 CLASS1 TXT "hello" | ||
txt3 IN TYPE16 "hello" | ||
txt4 CLASS1 TYPE16 "hello" | ||
txt5 TXT \# 6 0568656C6C6F | ||
txt6 TYPE16 \# 6 0568656C6C6F | ||
txt7 IN TXT \# 6 0568656C6C6F | ||
|
||
unk1 TYPE123 \# 1 00 | ||
unk2 CLASS1 TYPE123 \# 1 00 | ||
unk3 IN TYPE123 \# 1 00 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
alexa-site-nameservers: the nameservers of Alexa sites advertised by NS records | ||
dnsrd-syslog-codes: [DNS Resources Directory (DNSRD)](http://web.archive.org/web/*/www.dns.net/dnsrd/) | ||
dns-root-servers: root zone's nameserver record data for various resource types | ||
dnsbrute-resolvers-list: list of public-facing nameservers via `dnsbrute` tool | ||
tld-whois-servers: the host names for WHOIS services listed by top-level domain | ||
xdns-asn-netdesc: number of nameservers, autonomous system number, description |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
arpa-domains-list: list of sub-domains under the .arpa top-level domain | ||
cctld-char-pairs: a list of ccTLD's, ie. country code top-level domains | ||
misc-tlds-list: miscellaneous top-level domain names list | ||
ntld-launch-dates: New gTLD launches in chronological order via [new gTLDs launches](https://ntldstats.com/launch?start=) | ||
public-suffix-list: Pubic Suffix List of test eTLD's (effective Top Level Domains) | ||
tlds-alpha-doms: an alphabetically sorted list of top-level domains from [ICANN](https://www.icann.org "ICANN") | ||
top-level-names: New gTLD list taken from [nTLDStats](https://ntldstats.com "nTLDStats") | ||
root-zone-names: list of fully qualified zones from root servers' cached records |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
apache-mesos-envinfos: info on environment variables associated w/ Apache Mesos | ||
dialog-command-envinfos: description of environment variables from `dialog(1)` | ||
gnumake-implicit-arguments: gmake environment variables for command-line arguments | ||
gnumake-implicit-commands: gmake environment variables for commands |
Oops, something went wrong.