View Issue Details

IDProjectCategoryView StatusLast Update
0003818Kali LinuxGeneral Bugpublic2017-01-05 18:09
Reportergridd Assigned Tomuts  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionno change required 
Product Version2016.2 
Summary0003818: Fix for recon-ng module error
Description

When prompted for a captcha answer from google, the module recon/domains-vulnerabilities/ghdb does not send the answer to the correct URL.

Steps To Reproduce
  1. start recon-ng
  2. use module recon/domains-vulnerabilities/ghdb
  3. run the module and wait for a captcha prompt
  4. answering the captcha correctly or incorrectly does not matter, as another captcha loads; indicating to the user that the captcha was answered incorrectly
Additional Information

The fix is to change the last line of the /usr/share/recon-ng/recon/mixins/search.py file to the below

return self.request('https://ipv4.google.com/sorry/index', payload=_payload, cookiejar=self.cookiejar, agent=self.user_agent)

Original problem report is available at bitbucket.org/LaNMaSteR53/recon-ng/issues/225/google-captcha-failing All credit for this fix goes to bitbucket.org member timbo05.

I believe a fix is in place at recon-ng's home, but not sure if Tim Tomes has pushed it to production yet. Am passing it on here...

Activities

muts

muts

2017-01-05 18:09

reporter   ~0006219

Thanks for the update. Once this fix is pushed upstream and available in an official release, we usually package the updated tool a few days later.

Issue History

Date Modified Username Field Change
2017-01-05 13:19 gridd New Issue
2017-01-05 18:09 muts Assigned To => muts
2017-01-05 18:09 muts Status new => closed
2017-01-05 18:09 muts Resolution open => no change required
2017-01-05 18:09 muts Note Added: 0006219