Skip to content

Instantly share code, notes, and snippets.

View axiom215's full-sized avatar
🎯
Focusing

Josh axiom215

🎯
Focusing
View GitHub Profile
@axiom215
axiom215 / scanio.sh
Created May 17, 2019 22:00 — forked from haccer/scanio.sh
PoC script to mass-locate vulnerable subdomains using results from Rapid7's Project Sonar
#!/bin/bash
# Usage : ./scanio.sh <save file>
# Example: ./scanio.sh cname_list.txt
# Premium
function ech() {
spinner=( "|" "/" "-" "\\" )
while true; do
for i in ${spinner[@]}; do
echo -ne "\r[$i] $1"