Skip to content

Instantly share code, notes, and snippets.

@sSiDs
sSiDs / Top_Public_Recursive_Name_Servers.md
Created January 20, 2025 12:00 — forked from mutin-sa/Top_Public_Recursive_Name_Servers.md
List of Top Public Recursive Name Servers

DNS:

IPv4 Addr IPv6 Addr ASn Political Region Loc Svc Org
8.8.8.8 2001:4860:4860::8888 AS15169 US Worldwide (Anycast) Google Public DNS Google
8.8.4.4 2001:4860:4860::8844 AS15169 US Worldwide (Anycast) Google Public DNS Google
1.1.1.1 2606:4700:4700::1111 AS13335 US Worldwide (Anycast) Cloudflare-DNS Cloudflare/APNIC
1.0.0.1 2606:4700:4700::1001 AS13335 US Worldwide (Anycast) Cloudflare-DNS Cloudflare/APNIC
95.85.95.85 2a03:90c0:999d::1 AS199524 EU *W
@sSiDs
sSiDs / Top_Public_Time_Servers.md
Created January 20, 2025 11:59 — forked from mutin-sa/Top_Public_Time_Servers.md
List of Top Public Time Servers

Google Public NTP [AS15169]:

time.google.com

time1.google.com

time2.google.com

time3.google.com

External:
Control Community (for downlinks):
- Announce Control:
- to uplinks/IX/peers/downlinks (Russian/International or Tier1/any)
- do not announce
- announce with one prepend
- announce with two prepends
- announce with three prepends
@sSiDs
sSiDs / cisco_securecrt_run.vbs
Created February 14, 2024 15:03 — forked from amb1s1/cisco_securecrt_run.vbs
Simple SecureCrt Script To log the running configuration on Cisco devices
# $language = "VBScript"
# $interface = "1.0"
'--------------------------------------------------------------
'Cisco IOS
'
'Created by David Gomez, [email protected]
'---------------------------------------------------------------
Sub Main
' turn on synchronous mode so we don't miss any data
@sSiDs
sSiDs / 00-header
Created May 3, 2021 13:16 — forked from riipandi/00-header
Dynamic SSH Banner (Tutorial by http://oitibs.com/debian-wheezy-dynamic-motd/)
#!/bin/sh
#
# 00-header - create the header of the MOTD
# Copyright (c) 2013 Nick Charlton
# Copyright (c) 2009-2010 Canonical Ltd.
#
# Authors: Nick Charlton <[email protected]>
# Dustin Kirkland <[email protected]>
#
# This program is free software; you can redistribute it and/or modify
@sSiDs
sSiDs / Get_Splunk_for_Centos.sh
Last active December 15, 2020 10:27
HOW-TO install Splunk on RedHat or Centos
#!/bin/sh
setenforce 0
sed -i s/SELINUX=enforcing/SELINUX=disabled/g /etc/selinux/config
hostnamectl set-hostname splunk
yum -y install wget mlocate
useradd splunk -G wheel -m -d /opt/splunk -s /bin/bash
echo -e "\$plunk1\n\$plunk1" | passwd splunk
mkdir /opt/splunk /opt/installers