Questions about this topic? Sign up to ask in the talk tab.

GScrape

From NetSec
Revision as of 02:16, 2 January 2012 by EnriqueBlackston (Talk | contribs)

Jump to: navigation, search

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