#! /usr/local/bin/bash -x echo you need lynx -rmccurdy.com echo Idea of this lame script is to find possible vuln params on myipneighbors search results lynx -dump -width=9000 -nolist "http://www.myipneighbors.com/?search=$1&commit=search" > txt.txt for i in `grep "\-[0-9][0-9]-" txt.txt | awk '{print $1}'` ; do lynx -width=999 -dump -nolist "http://www.google.com/search?q=site%3A"$i"+-filetype%3Ahtm+-filetype%3Ahtml+-filetype%3Apdf&btnG=Search&num=100&hl=en&lr=lang_en&suggon=0&safe=off&as_qdr=all&sa=2"|grep '=' >> txt2.txt ;sleep 5;done