New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

subdox

Package Overview
Dependencies
Maintainers
0
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

subdox

An nodejs tool for finding subdomain using securitytrails.com

latest
Source
npmnpm
Version
1.0.3
Version published
Maintainers
0
Created
Source

subdox v-1.0.3

subdox is a powerful CLI tool for managing and discovering domain information. With a range of commands, subdox simplifies domain discovery, API key management, and more.

Installation

You need to have Node Js 18 or plus to run the tool

To install subdox globally, use npm:

npm install -g subdox

Usage

Run subdox from your terminal:

subdox [options] [command]

Options

  • -V, --version Output the version number
  • -h, --help Display help for command

Commands

  • test Test for CLI functionality
  • find <domain> Find domain using a name file
  • find-st <domain> Find domain using SecurityTrails
  • add-api-key <key> Add an API key (you can have multiple keys)
  • remove-api-key <key> Remove an API key
  • reset-api-key Reset all your API keys
  • all-api-key Show all API keys
  • help [command] Display help for command

Examples

  • Test the CLI tool:

    subdox test
    

First of all you need an api key from : https://securitytrails.com/app/account/credentials create account there, copy their api key and the follow the steps below

  • Add an API key:

    subdox add-api-key API_KEY
    
  • Find a domain using SecurityTrails: (Recommended)

    subdox find-st example.com
    
  • Find a domain using a name file: api key not needed (slow)

    subdox find example.com
    
  • Remove an API key:

    subdox remove-api-key your-api-key
    
  • Reset all API keys:

    subdox reset-api-key
    
  • Show all API keys:

    subdox all-api-key
    

You can add multiple api keys max quota is 50 per month per api key from free plan

Repository

For more details, check out the GitHub repository.

License

This project is licensed under the MIT License.

Author: Salman Hossain

email:

 salmanhossain11222626@gmail.com

FAQs

Package last updated on 22 Aug 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts