jexroid / Lexroid

This script automates subdomain enumeration and reconnaissance using tools like subfinder, assetfinder, amass, etc. It then probes the subdomains for live hosts and sends the results to Burp Suite for further analysis.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lexroid_logo
Debian Red_hat Arch

Lexroid (Demo Version)

This Subdomain Reconnaissance Tool is an all-in-one solution for bug hunters and security researchers to automate the process of discovering and analyzing subdomains. The tool combines the power of popular tools like amass, subfinder, assetfinder, and more to provide a comprehensive and efficient workflow for subdomain enumeration and analysis.

Requirments

  • golang
  • python

NOTE : lexroid tries installing assetfinder, subfinder and other tools using GO and apt.

Tools

  • assetfinder
  • findomain
  • httprobe
  • subfinder
  • dnsx
  • httpx
  • anew

Usage

Install

  • Docker

  1. Clone the repository using git and Change the directory to lexroid directory:
git clone https://github.com/jexroid/Lexroid && cd Lexroid
  1. Run the docker command for installing the dependencies
docker build -t lexroid .
  1. Give execution permision and run the tool by following command:
chmod +x ./lexroid.sh

./lexroid.sh
  • Manual

NOTE : only works for debian base system (Ubuntu,kali,..)

  1. Clone the repository using git and Change the directory to lexroid directory:
git clone https://github.com/jexroid/Lexroid && cd Lexroid
  1. Give execution permision and run the tool by following command:
chmod +x ./lexroid.sh

./lexroid.sh

Lexroid tries installing all dependencies using apt in go install

Supporting Operation System

LINUX

  • Debian base
  • Arch base
  • Red hat base

Features

  • Automated subdomain discovery using multiple tools (amass, subfinder, assetfinder, etc.)
  • Integration with Burp Suite for further analysis
  • Live host detection using httprobe
  • Efficient storage and organization of results

Contributing

Contributions are welcome! If you have any suggestions, bug reports, or feature requests, please open an issue on the GitHub repository.

About

This script automates subdomain enumeration and reconnaissance using tools like subfinder, assetfinder, amass, etc. It then probes the subdomains for live hosts and sends the results to Burp Suite for further analysis.

License:Apache License 2.0


Languages

Language:Shell 67.8%Language:Python 16.6%Language:Dockerfile 15.6%