Skip to content

Instantly share code, notes, and snippets.

View MaKyOtOx's full-sized avatar
🤹‍♂️
Focusing

Nicolas Mattiocco MaKyOtOx

🤹‍♂️
Focusing
View GitHub Profile
@MaKyOtOx
MaKyOtOx / scanio.sh
Created November 22, 2019 16:14 — 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"