Skip to content

Instantly share code, notes, and snippets.

@stevenkiraly
stevenkiraly / all.txt
Created June 16, 2019 16:36 — forked from jhaddix/all.txt
all wordlists from every dns enumeration tool... ever. Please excuse the lewd entries =/
This file has been truncated, but you can view the full file.
.
..
........
@
*
*.*
*.*.*
🐎
@stevenkiraly
stevenkiraly / resolvers.txt
Created June 17, 2019 12:26
DNS Resolvers
1.0.0.1
103.22.248.62
109.69.8.51
1.1.1.1
114.114.114.114
114.114.114.119
114.114.115.115
114.114.115.119
119.160.208.251
119.252.167.229
#!/bin/bash
export DEBIAN_FRONTEND=noninteractive;
echo "[*] Starting Install... [*]"
echo "[*] Upgrade installed packages to latest [*]"
echo -e "\nRunning a package upgrade...\n"
apt-get -qq update && apt-get -qq dist-upgrade -y
apt full-upgrade -y
apt-get autoclean
echo "[*] Install stuff I use all the time [*]"
admin
alpha
beta
cloud
corp
dev
development
prod
local
stagging
@stevenkiraly
stevenkiraly / asn
Created April 17, 2020 18:19 — forked from nitefood/README.md
ASN/IP/Route/hostname command line lookup tool to map any network to the corresponding ASN and prefix
#!/bin/bash
############################################################################################################
# ----------------------------------------------------------------------
# ASN/IPv4/Prefix lookup tool. Uses Team Cymru's whois service for data.
# ----------------------------------------------------------------------
# example usage:
# asn <ASnumber> -- to lookup matching ASN data. Supports "as123" and "123" formats (case insensitive)
# asn <IP.AD.DR.ESS> -- to lookup matching route and ASN data
# asn <ROUTE> -- to lookup matching ASN data