8000 GitHub - dotaxis/node-googlehacker: NodeJS project to scrape Google dorks from Exploit-DB and come back with a list of vulnerable websites from Google.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

NodeJS project to scrape Google dorks from Exploit-DB and come back with a list of vulnerable websites from Google.

Notifications You must be signed in to change notification settings

dotaxis/node-googlehacker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-googlehacker

NodeJS project to scrape Google dorks from Exploit-DB and come back with a list of vulnerable websites from Google. Uses Puppeteer for Headless Chrome to bypass captcha and other roadblocks faced when using request or axios.

NOTE: Speed has been sacrificed in favour of functionality. Puppeteer should stop us from getting 503'd by Google or IP banned by Exploit-DB, so be patient.

Usage

  • scrape.js
node scrape.js

Running scrape.js will take a LONG time. Please be patient and don't abuse the script. It should only be run once to populate dorks.txt

After scrape.js populates the dorks.txt file, run search.js

node search.js

Check links.txt for output

To Do

  • Better error handling
  • ????

About

NodeJS project to scrape Google dorks from Exploit-DB and come back with a list of vulnerable websites from Google.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0