8000 GitHub - setuprepairllc/Recon-ng-modules: Additional modules for recon-ng
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

setuprepairllc/Recon-ng-modules

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Recon-ng additional modules

Based on Recon-ng project.

This project includes some modules from multiple sources and projects such as Pentestly by @praetorian-inc. Modules without hyperlinks are my own. The main goal of this project is to make search with Recon-ng more useful, add alternative data sources and put all extra modules in one place.

New import modules

Imports from nmap XML output. Module updates hosts and ports tables with the results.

import/theharvester_xml

Imports from theHarvester (by @laramies) XML output. Module updates contacts table with emails, found by theHarvester and tries to resolve name of contact:

john.smith@example.com -> John Smith

john.d.smith@example.com -> John D Smith

Additionaly, module updates hosts table with hosts and virtual hosts, found by theHarvester. If theHarvester resolved hostname to IP address, module adds them both. Otherwise, module adds only the hostname.

import/simplyemail_json

Import from SimplyEmail (by @killswitch-GUI) JSON output. Module updates contacts table with emails, found by SimplyEmail and tries to resolve name of contact.

Modules based on vk.com API

Website: https://vk.com/dev

recon/companies-contacts/vk_companies

Finds employees by company name on vk.com. Module uses users.search method of VK API with company parameter to find all employees by company name.

recon/domains-contacts/vk_news

Finds emails by company domain on vk.com in 1000 last posts. Module uses newsfeed.search method of VK API with q parameter to find email addresses by domain and tries to resolve name of contact.

Example

domain: mysite.com

search query: @mysite.com

Some random modules

Website: https://www.xing.com/

recon/companies-hosts/shodan_org

Finds hosts and open ports by org search operator using Shodan API. Updates hosts and ports tables with the results.

recon/contacts-credentials/hacked_emails

Module uses hacked-emails.com API to find compromised credentials. Website: http://hacked-emails.com/

recon/contacts-profiles/vibeapp

Module works with VibeApp API which is the same as FullContact API. Module finds profiles. Website: http://vibeapp.co

recon/domains-contacts/email_format

Module scrapes email-format.com for emails and tries to resolve name of contact. Website: http://email-format.com

recon/domains-contacts/emailhunter

Module harvests emails using EmailHunter API and tries to resolve name of contact. Website: https://emailhunter.co/

Module scrapes hosts from Baidu Search Engine. Website: http://www.baidu.com/

Module uses ARIN API to search for netblocks and companies by IP address.

DNS-based modules