Pinned Loading
-
WinLogsZero2Hero
WinLogsZero2Hero PublicThis is a repository from Adam Swan and I's presentation on Windows Logs Zero 2 Hero.
-
-
-
dynamic_dns_lists
dynamic_dns_lists PublicLists of Dynamic DNS Domains/FQDNs as well as lists of services/providers that offer free dynamic dns domains.
-
Valid domain name regex including in...
Valid domain name regex including internationalized domain name 1domain_regex = r'(([\da-zA-Z])([_\w-]{,62})\.){,127}(([\da-zA-Z])[_\w-]{,61})?([\da-zA-Z]\.((xn\-\-[a-zA-Z\d]+)|([a-zA-Z\d]{2,})))'
23#Python
4domain_regex = '{0}$'.format(domain_regex)
5valid_domain_name_regex = re.compile(domain_regex, re.IGNORECASE)
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.