Skip to content

Instantly share code, notes, and snippets.

View thezedwards's full-sized avatar

Zach Edwards thezedwards

View GitHub Profile
@thezedwards
thezedwards / all.txt
Created March 31, 2019 22:52 — 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.
.
..
........
@
*
*.*
*.*.*
🐎
@thezedwards
thezedwards / blog.txt
Created May 22, 2019 19:32
Gist Blog - Inside Out, Simple backdoors
From the inside out, a minimalist backdoor.
I'm a pretty big fan of simple, and elegant. In this gist blog, I'll show you a very simple way to maintain access to a remote system that is behind a FireWall, NAT and VPN.
We will use in this example 3 tools.
1. Node
2. PowerShell
3. LocalTunnel
While I have a full compact, custom version, I will not release this.
@thezedwards
thezedwards / cors-nginx.conf
Created August 8, 2019 16:55 — forked from michiel/cors-nginx.conf
Wide-open CORS config for nginx
#
# Wide-open CORS config for nginx
#
location / {
if ($request_method = 'OPTIONS') {
add_header 'Access-Control-Allow-Origin' '*';
#
@thezedwards
thezedwards / README.md
Created January 31, 2020 04:00 — forked from nikcub/README.md
Facebook PHP Source Code from August 2007
@thezedwards
thezedwards / google-dorks
Created October 13, 2019 16:58 — forked from stevenswafford/google-dorks
Listing of a number of useful Google dorks.
" _ _ "
" _ /|| . . ||\ _ "
" ( } \||D ' ' ' C||/ { % "
" | /\__,=_[_] ' . . ' [_]_=,__/\ |"
" |_\_ |----| |----| _/_|"
" | |/ | | | | \| |"
" | /_ | | | | _\ |"
It is all fun and games until someone gets hacked!