Skip to content

Instantly share code, notes, and snippets.

..;/
@
[
\
\…..\\\…..\\\…..\\\
]
_
__
`
~/
@mikesdsd
mikesdsd / bounty_wildcards.json
Created June 12, 2021 21:36 — forked from 0xtavi/bounty_wildcards.json
Bug Bounty Paying Programs Wildcard Domains
{
"programs": [
{
"name": "spacex",
"url": "https://bugcrowd.com/spacex",
"wildcards": [
"starlink.com",
"starlinkisp.net"
],
"out_of_scope_domains": [],
import requests
import re
import sys
from multiprocessing.dummy import Pool
def robots(host):
r = requests.get(
'https://web.archive.org/cdx/search/cdx\
?url=%s/robots.txt&output=json&fl=timestamp,original&filter=statuscode:200&collapse=digest' % host)
@mikesdsd
mikesdsd / GoldDigger
Created May 27, 2021 23:52 — forked from 0xh7ml/GoldDigger
Look for Hole and dig everything ~_~
Technology
Subdomain Enumeration:
# Basic usage
subfinder -d example.com > example.com.subs
# Recursive
subfinder -d example.com -recursive -silent -t 200 -v -o example.com.subs
@mikesdsd
mikesdsd / .bash_profile
Created May 27, 2021 22:32 — forked from johanwahyudi/.bash_profile
SQLi & XSS Vulnerability Scanner
###
# ▶ go get -u github.com/lc/gau
# ▶ go get -u github.com/tomnomnom/qsreplace
# ▶ go get -u github.com/tomnomnom/hacks/kxss
# ▶ go get -u github.com/hahwul/dalfox
# ▶ git clone https://github.com/dwisiswant0/DSSS
###
gauq() {