View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0003818 | Kali Linux | General Bug | public | 2017-01-05 13:19 | 2017-01-05 18:09 |
| Reporter | gridd | Assigned To | muts | ||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | closed | Resolution | no change required | ||
| Product Version | 2016.2 | ||||
| Summary | 0003818: 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 |
| ||||
| 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... | ||||