Skip to content
This repository has been archived by the owner on Apr 9, 2021. It is now read-only.
/ rdse Public archive

Extracts subdomains from a specified domain using https://recon.dev.

Notifications You must be signed in to change notification settings

JR0ch17/rdse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Recon.Dev Subdomain Enum

A simple Node.js script that extracts subdomains for a specified domain from https://recon.dev API by @nahamsec & @Static-Flow. You will need to get an API key, you can get one here https://recon.dev/login?screen_hint=signup.

Install

export API_RECON_DEV=<API-KEY>
git clone https://github.com/JR0ch17/rdse.git
cd rdse/
npm install -g .

How to use

Output result in an array

rdse github.com

Output

[
  '*.github.com',
  '*.registry.github.com',
  'api.github.com',
  'classroom.github.com',
  'import2.github.com',
  'importer2.github.com',
  'porter2.github.com',
  'registry.github.com',
  'render-lab.github.com',
  'render.github.com',
  'uploads.github.com',
  'www.github.com'
]

Output result as text

rdse github.com --text

Output

*.github.com
*.registry.github.com
api.github.com
classroom.github.com
import2.github.com
importer2.github.com
porter2.github.com
registry.github.com
render.github.com
render-lab.github.com
uploads.github.com
www.github.com

Contributions

Always looking for contributions.

About

Extracts subdomains from a specified domain using https://recon.dev.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published