Code Monkey home page Code Monkey logo

rdse's Introduction

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.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.