opsdisk / pagodo

pagodo (Passive Google Dork) - Automate Google Hacking Database scraping and searching
GNU General Public License v3.0
2.67k stars 487 forks source link

ghdb_scraper.py script repaired to work with the new structure of the… #8

Closed SergioP3rez closed 6 years ago

SergioP3rez commented 6 years ago

… exploit-db.com table

opsdisk commented 6 years ago

@SergioP3rez thanks for bring those issues to my attention. I rolled your changes into some of my own after taking a look at the code again and the updates are in master. I opted for the requests library instead of urllib2, since that doesn't work in Python3, so you'll have to run pip install -r requirements.txt once more. Let me know if you find any other issues.