Questions about this topic? Sign up to ask in the talk tab.
GScrape
From NetSec
Revision as of 01:15, 2 January 2012 by EnriqueBlackston (Talk | contribs) (Created page with "=Introduction= GScrape is a small perl script that uses Google's Ajax API (Google::Search in [http://search.cpan.org/~rokr/Google-Search-0.027/lib/Google/Search.pm | CPAN]) to fi...")
Introduction
GScrape is a small perl script that uses Google's Ajax API (Google::Search in | CPAN) to find vulnerable websites.
Example
GScrape is a simple tool, it will look for a file specified by the user containing a list of search terms,
query google with those search terms and retrieve an array of websites,
which are then tested for a Local File Inclusion vulnerability,
if any are found they are logged to the output file specified by the user.
perl gscrape.pl -f dork.lst -o gscrape.log