Skip to content

Instantly share code, notes, and snippets.

View Incisive's full-sized avatar
⚒️
Hack the planet

Ryan Smith Incisive

⚒️
Hack the planet
View GitHub Profile

Keybase proof

I hereby claim:

  • I am incisive on github.
  • I am incisiv3 (https://keybase.io/incisiv3) on keybase.
  • I have a public key ASBjCmTDhpLRWLm0Ytwp1I3IHFSJ6gp8_17JCAnIt04uYQo

To claim this, I am signing this object:

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Incisive
Incisive / scanio.sh
Created June 17, 2020 23:29 — 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"