##Better-Recon
Better Recon is an advanced Python-based reconnaissance script designed to perform various security checks and information gathering tasks. It integrates multiple tools and techniques, such as WHOIS lookups, DNS lookups, HTTP header checks, link extraction, CMS detection, and much more. This script is designed for ethical hacking, vulnerability assessment, and penetration testing.
Features Better Recon offers the following tasks:
WordPress Plugin Scan: Scan a website for WordPress plugins and their versions.
WHOIS Lookup: Retrieve WHOIS information of a domain.
DNS Lookup: Perform a DNS lookup to gather domain-related information.
Reverse DNS Lookup: Find the reverse DNS associated with an IP.
HTTP Header Check: Extract and analyze HTTP headers.
Link Extraction: Scrape links from a webpage.
Traceroute: Perform a traceroute to determine the route packets take to a network host.
Ping: Perform a ping test to check the availability of a server.
CMS Detection: Identify the content management system (CMS) used by a website.
Sensitive Data Scraping: Look for emails, API keys, tokens, or other sensitive data on a webpage.
Admin Endpoint Scan: Identify potential admin login endpoints.
Developer Information: Information about the developer of the tool.
Help: A detailed help section explaining the features and usage of the script.
Installation
git clone https://github.com/BeastYT350/Better-Recon.git .
pip install -r requirements.txt
Usage Run the script and choose an option from the menu to perform a reconnaissance task. Here's an example of how to use the script:
python betterrecon.py You will be presented with the following menu:
Select a task to perform:
- Perform WordPress Plugin Scan
- Perform WHOIS Lookup
- Perform DNS Lookup
- Perform Reverse DNS Lookup
- Check HTTP Headers
- Extract Links from a Webpage
- Perform Traceroute
- Perform Ping
- Check CMS of a Website
- Scrape Webpage for Sensitive Data
- Scan for Admin Endpoints
- About the Developer
- Help
- Exit Enter your choice:
Enter the corresponding number to perform a task. For details on what each oen does just choose number 13 :) happy hacking!