ReconSpider - Most Advanced Open Source Intelligence (OSINT) Framework For Scanning IP Address, Emails, Websites, Organizations


ReconSpider is most Advanced Open Source Intelligence (OSINT) Framework for scanning IP Address, Emails, Websites, Organizations and find out information from different sources.
ReconSpider can be used by Infosec Researchers, Penetration Testers, Bug Hunters and Cyber Crime Investigators to find deep information about their target.
ReconSpider aggregate all the raw data, visualize it on a dashboard and facilitate alerting and monitoring on the data.
Recon Spider also combines the capabilities of Wave,Photon and Recon Dog to do a comprehensive enumeration of attack surface.

Why it's called ReconSpider ?
ReconSpider = Recon + Spider
Recon = Reconnaissance
Reconnaissance is a mission to obtain information by various detection methods, about the activities and resources of an enemy or potential enemy, or geographic characteristics of a particular area.
Spider = Web crawler
A Web crawler, sometimes called a spider or spiderbot and often shortened to crawler, is an Internet bot that systematically browses the World Wide Web, typically for the purpose of Web indexing (web spidering).

Overview of the tool:
  • Performs OSINT scan on a IP Address, Emails, Websites, Organizations and find out information from different sources.
  • Correlates and collaborate the results, show them in a consolidated manner.
  • Use specific script / launch automated OSINT for consolidated data.
  • Currently available in only Command Line Interface (CLI).

Mind Map (v1)
Check out our mind map to see visually organize information of this tool regarding api, services and techniques and more.
http://bhavkaran.com/reconspider/mindmap.html

ReconSpider Banner
__________                               _________       __     ___            
\______ \ ____ ____ ____ ____ / _____/_____ |__| __| _/___________
| _// __ \_/ ___\/ _ \ / \ \_____ \\____ \| |/ __ |/ __ \_ __ \
| | \ ___/\ \__( <_> ) | \ / \ |_> > / /_/ \ ___/| | \/
|____|_ /\___ >\___ >____/|___| / /_______ / __/|__\____ |\___ >__|
\/ \/ \/ \/ \/|__| \/ \/

developer: https://bhavkaran.com


ENTER 0 - 13 TO SELECT OPTIONS

1. IP Enumerate information from IP Address
2. DOMAIN Gather information about given DOMAIN
3. PHONENUMBER Gather information about Phonenumber
4. DNS MAP Map DNS records associated with target
5. METADATA Extr act all metadata of the given file
6. REVERSE IMAGE SEARCH Obtain domain name or IP address mapping
7. HONEYPOT Check if it's honeypot or a real system
8. MAC ADDRESS LOOKUP Obtain information about give Macaddress
9. IPHEATMAP Draw out heatmap of locations of IP
10. TORRENT Gather torrent download history of IP
11. USERNAME Extract Account info. from social media
12. IP2PROXY Check whether IP uses any VPN / PROXY
13. MAIL BREACH Checks given domain has breached Mail
99. UPDATE Update ReconSpider to its latest version

0. EXIT Exit from ReconSpider to your terminal

Documentation
Installing and using ReconSpider is very easy. Installation process is very simple.
  1. Downloading or cloning ReconSpider github repository.
  2. Installing all dependencies.
Let's Begin !!

Setting up the environment (Linux Operating System)
Step 1 - Cloning ReconSpider on your linux system.
In order to download ReconSpider simply clone the github repository. Below is the command which you can use in order to clone ReconSpider repository.
git clone https://github.com/bhavsec/reconspider.git
Step 2 - Make sure python3 and python3-pip is installed on your system.
You can also perform a check by typing this command in your terminal.
sudo apt install python3 python3-pip
Step 3 - Installing all dependencies.
Once you clone and check python installation, you will find directory name as reconspider. Just go to that directory and install using these commands:
cd reconspider
sudo python3 setup.py install

Setting up the environment (Windows Operating System)
Step 1 - Downloading ReconSpider on your windows system.
In order to download ReconSpider from github repository simply copy and paste this URL in your favourite browser.
https://github.com/bhavsec/reconspider/archive/master.zip
Step 2 - Unzipping the file
Once you download, you will find zipped file name as datasploit-master.zip. Just right click on that zipped file and unzip the file using any software like WinZip, WinRAR.
Step 2 - Installing all dependencies.
After unzipping, go to that directory using Command Prompt and type the following command.
python3 setup.py install
Step 3 - Database
IP2Proxy Database
https://lite.ip2location.com/database/px8-ip-proxytype-country-region-city-isp-domain-usagetype-asn-lastseen
Download database, extract it and move to reconspider/plugins/ directory.

Usage
ReconSpider is very handy tool and easy to use. All you have to do is just have to pass values to parameter. In order to start ReconSpider just type:
python3 reconspider.py
1. IP
This option gathers all the information of given IP Address from public resources.
ReconSpider >> 1
IP >> 8.8.8.8
2. DOMAIN
This option gathers all the information of given URL Address and check for vulneribility.
Reconspider >> 2
HOST (URL / IP) >> vulnweb.com
PORT >> 443
3. PHONENUMBER
This option allows you to gather information of given phonenumber.
Reconspider >> 3
PHONE NUMBER (919485247632) >>
4. DNS MAP
This option allows you to map an organizations attack surface with a virtual DNS Map of the DNS records associated with the target organization.
ReconSpider >> 4
DNS MAP (URL) >> vulnweb.com
5. METADATA
This option allows you to extract all metadat of the file.
Reconspider >> 5
Metadata (PATH) >> /root/Downloads/images.jpeg
6. REVERSE IMAGE SEARCH
This option allows you to obtain information and similar image that are available in internet.
Reconspider >> 6
REVERSE IMAGE SEARCH (PATH) >> /root/Downloads/images.jpeg
Open Search Result in web broser? (Y/N) : y
7. HONEYPOT
This option allows you to identify honeypots! The probability that an IP is a honeypot is captured in a "Honeyscore" value that can range from 0.0 to 1.0
ReconSpider >> 7
HONEYPOT (IP) >> 1.1.1.1
8. MAC ADDRESS LOOKUP
This option allows you to identify Mac address details who is manufacturer, address, country, etc.
Reconspider >> 8
MAC ADDRESS LOOKUP (Eg:08:00:69:02:01:FC) >>
9. IPHEATMAP
This option provided you heatmap of the provided ip or single ip, if connect all the provided ip location with accurate Coordinator.
Reconspider >> 9

1) Trace single IP
2) Trace multiple IPs
OPTIONS >>
10. TORRENT
This option allows you to gathers history of Torrent download history.
Reconspider >> 10
IPADDRESS (Eg:192.168.1.1) >>
11. USERNAME
This option allows you to gathers account information of the provided username from social media like Instagram, Twitter, Facebook.
Reconspider >> 11

1.Facebook
2.Twitter
3.Instagram

Username >>
12. IP2PROXY
This option allows you to identify whether IP address uses any kind of VPN / Proxy to hide his identify.
Reconspider >> 12
IPADDRESS (Eg:192.168.1.1) >>
13. MAIL BREACH
This option allows you to identify all breached mail ID from given domain.
Reconspider >> 13
DOMAIN (Eg:intercom.io) >>
99. UPDATE
This option allows you to check for updates. If a newer version will available, ReconSpider will download and merge the updates into the current directory without overwriting other files.
ReconSpider >> 99
Checking for updates..
0. EXIT
This option allows you to exit from ReconSpider Framework to your current Operating System's terminal.
ReconSpider >> 0
Bye, See ya again..

Contact Developer
Do you want to have a conversation in private?
Twitter:            @bhavsec
Facebook: fb.com/bhavsec
Instagram: instagram.com/bhavsec
LinkedIn: linkedin.com/in/bhavsec
Email: contact@bhavkaran.com
Website: bhavkaran.com

ReconSpider Full Wiki and How-to Guide
Please go through the ReconSpider Wiki Guide for a detailed explanation of each and every option and feature.

Frequent & Seamless Updates
ReconSpider is under heavy development and updates for fixing bugs. optimizing performance & new features are being rolled regularly. Custom error handling is also not implemented, and all the focus is to create required functionality.
If you would like to see features and issues that are being worked on, you can do that on Development Progress project board.

Special Thanks




via KitPloit
Related word

  1. Hacking Tools Download
  2. Pentest Recon Tools
  3. Hack App
  4. Pentest Tools Website
  5. Hack App
  6. Hackrf Tools
  7. Hacking Tools Github
  8. Pentest Tools For Mac
  9. Github Hacking Tools
  10. Hack Website Online Tool
  11. Best Hacking Tools 2019
  12. Github Hacking Tools
  13. Hacker Tools 2019
  14. Kik Hack Tools
  15. Game Hacking
  16. Hacking Tools 2020
  17. Bluetooth Hacking Tools Kali
  18. Nsa Hack Tools Download
  19. Pentest Tools Subdomain
  20. Pentest Tools Windows
  21. Hack Tools
  22. Tools 4 Hack
  23. Hacker Techniques Tools And Incident Handling
  24. Hacking Tools For Mac
  25. Pentest Tools For Mac
  26. Install Pentest Tools Ubuntu
  27. Pentest Tools Bluekeep
  28. Ethical Hacker Tools
  29. Underground Hacker Sites
  30. Pentest Tools Free
  31. Hacker Search Tools
  32. New Hack Tools
  33. Hacker Tools Windows
  34. Pentest Box Tools Download
  35. Hacking Tools Usb
  36. Black Hat Hacker Tools
  37. Tools 4 Hack
  38. Hack App
  39. Hack Apps
  40. Hak5 Tools
  41. Hacking Tools Pc
  42. Black Hat Hacker Tools
  43. Hack Rom Tools
  44. Hacker Tools For Pc
  45. Pentest Tools Port Scanner
  46. Nsa Hack Tools Download
  47. Pentest Tools List
  48. Beginner Hacker Tools
  49. Pentest Tools Find Subdomains
  50. Free Pentest Tools For Windows
  51. Hacker Tools For Ios
  52. Easy Hack Tools
  53. Hacker
  54. Black Hat Hacker Tools
  55. Hacking Tools For Windows
  56. Tools 4 Hack
  57. How To Make Hacking Tools
  58. Black Hat Hacker Tools
  59. Hacker Tools Free Download
  60. Hacking Tools And Software
  61. Pentest Tools
  62. Hacker Tools For Ios
  63. Pentest Reporting Tools
  64. Hacking Tools For Pc
  65. Pentest Tools Bluekeep
  66. Hack Tools
  67. New Hack Tools
  68. Best Pentesting Tools 2018
  69. Pentest Tools Linux
  70. Beginner Hacker Tools
  71. Beginner Hacker Tools
  72. Hack Tools For Windows
  73. Pentest Recon Tools
  74. Hacker Tools Hardware
  75. Hackrf Tools
  76. Computer Hacker
  77. Pentest Tools
  78. Pentest Tools Framework
  79. Pentest Tools Find Subdomains
  80. Hacking Tools Software
  81. Pentest Tools Linux
  82. Hacker Tools 2019
  83. Hacking Tools For Games
  84. Hacker Tools Software
  85. Hacker Techniques Tools And Incident Handling
  86. Hacking Tools Kit
  87. Hacking Tools Download
  88. Computer Hacker
  89. Hacker Tools Free Download
  90. Top Pentest Tools
  91. World No 1 Hacker Software
  92. Hack Tools Online
  93. Hackrf Tools
  94. Pentest Tools For Ubuntu
  95. Pentest Tools Nmap
  96. Best Pentesting Tools 2018
  97. Pentest Tools Github
  98. Hacker Tools Software
  99. Hack Tools For Mac
  100. Hacker Techniques Tools And Incident Handling
  101. Hacking Tools 2019
  102. Hacking Tools 2020
  103. Hackrf Tools
  104. Pentest Tools
  105. New Hacker Tools
  106. Hackers Toolbox
  107. Hackrf Tools
  108. What Are Hacking Tools
  109. Pentest Tools Kali Linux
  110. Pentest Tools
  111. Hacker Search Tools
  112. Pentest Tools Linux
  113. Install Pentest Tools Ubuntu
  114. Hack Tools For Games
  115. Free Pentest Tools For Windows
  116. Pentest Tools For Ubuntu
  117. Pentest Tools Subdomain
  118. Hacking Tools Windows 10
  119. Pentest Tools Windows
  120. Underground Hacker Sites
  121. Hacker Tool Kit
  122. Hacker Security Tools
  123. Free Pentest Tools For Windows
  124. World No 1 Hacker Software
  125. Hack And Tools
  126. Hacker Tools Windows
  127. Hack Tools Mac
  128. Pentest Tools Url Fuzzer
  129. Hacker Tool Kit
  130. Hak5 Tools
  131. Pentest Tools Url Fuzzer
  132. Pentest Reporting Tools
  133. Hacker Tools Free
  134. Pentest Tools Windows
  135. Hacker Tool Kit
  136. Hacker Tools 2020
  137. Hacker Hardware Tools
  138. Nsa Hacker Tools
  139. Hacking Tools Download
  140. Hack Apps
  141. Pentest Tools Url Fuzzer
  142. Hack Tools Download
  143. Hackers Toolbox
  144. Hack Tool Apk
  145. Hack Rom Tools
  146. Nsa Hacker Tools
  147. Pentest Recon Tools
  148. Hacker Tool Kit

No comments:

Post a Comment