Skip to content

technicalciso/googlehacks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

Google Hacks

A small (very small at the moment) collection of OSINT and security hacks using a Programmable Search Engine and Custom Search API from Google. The scripts lack significant error checking, commercial or enterprise features, and are mostly just proofs of concept. Many of these are featured in tutorials or other articles on https://technicalciso.com.

This repo includes:

  1. Flashfinder
  2. Neganews

Flashfinder

This script uses Google to search for Adobe Flash on a website. Results are individually checked to ensure Flash files still exist and are not from an aging cache. Flashfinder runs on Linux using the bash shell. To use Flashfinder, download a copy and run

./flashfinder.sh <site>

NOTE: Currently, this script only returns the first 10 results. This will be fixed eventually (in the meantime, see Neganews.sh for looping methodology to retrieve all search results).

Neganews

This script uses Google to search for adverse (negative) news about a company or group of companies. For each company, a Google search is conducted together with any of the keywords defined, such as breach or DDOS. To use Neganews, create a file with company names, a file with keywords to search for. Download a copy and run

./neganews.sh -c <companynames_file> -k <keywords_file> [-m max_results] [-l logfile]

The gconfig variable in the script can be edited to change search behavior. The default is set to Google news items only, published within the last two days, and sorted by date. There are a number of limitations to the script, listed in the script comments at the top.

About

Google OSINT and security hacks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages