Skip to content
KitploitKITPLOIT
도구블로그
제출
도구블로그
제출

해킹, 침투 테스트 및 사이버 보안 도구를 당신의 보안 무기고에!

Kitploit은 해킹, 사이버 보안 및 침투 테스트 도구 디렉토리입니다. 최신 프로젝트 업데이트를 발견하여 취약점을 찾고, 시스템을 분석하고, 테스트를 자동화하고, 보안을 강화하세요.

··피드·문의·개인정보·© 2026 Kitploit

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
nodesub — Nodesub는 버그 바운티 프로그램에서 서브도메인을 찾기 위한 명령줄 도구입니다. | Kitploit
도구/GitHubGitHub/pikpikcu/nodesub
ReconnaissanceDNS & Subdomain EnumerationInformation GatheringPenetration TestingSubdomain EnumerationDNS AnalysisArchived
GitHubpikpikcu/nodesub

nodesub

Nodesub는 버그 바운티 프로그램에서 서브도메인을 찾기 위한 명령줄 도구입니다.

저장소 보기
149252년 전Kitploit 검토 완료

인기

모두 보기 →

커뮤니티에서 가장 많이 사용되는 도구를 찾아보세요.

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

NODESUB

Nodesub는 버그 바운티 프로그램에서 서브도메인을 찾기 위한 명령줄 도구입니다. 다양한 서브도메인 열거 기술을 지원하며 사용자 정의를 위한 유연한 옵션을 제공합니다.

기능

nodesub

  • CIDR 표기법을 사용한 서브도메인 열거 (입력 목록 지원).
  • ASN을 사용한 서브도메인 열거 (입력 목록 지원).
  • 도메인 목록을 사용한 서브도메인 열거.

설치

Nodesub를 설치하려면 다음 명령어를 사용하세요:

npm install -g nodesub

참고:

  • 파일 편집: ~/.config/nodesub/config.ini

✔️ 사용법

root@kitploit:~
nodesub -h

이 명령은 도구의 도움말을 표시합니다. 지원하는 모든 옵션은 다음과 같습니다.

root@kitploit:~
Usage: nodesub [options]

Nodesub is a command-line tool for finding subdomains in bug bounty programs.

Options:
  -u, --url <domain>                     Main domain
  -l, --list <file>                      File with list of domains
  -c, --cidr <cidr/file>                 Perform subdomain enumeration using CIDR
  -a, --asn <asn/file>                   Perform subdomain enumeration using ASN
  -dns, --dnsenum                        Enable DNS Enumeration (if you enable this the enumeration process will be slow)
  -rl, --rate-limit <limit>              Rate limit for DNS requests (requests per second) (default: "0")
  -ip, --ips                             Ekstrak IPs in Subdomain Resolved
  -wl, --wildcard                        Filter subdomains by wildcard DNS resolution Default:(False)
  -r, --recursive                        Enable recursive subdomain enumeration
  -p, --permutations                     Enable subdomain permutations
  -re,--resolver <file>                  File with list of resolvers
  -w, --wordlist <file>                  Wordlist file
  -pr, --proxy <proxy>                   Proxy URL
  -pa, --proxy-auth <username:password>  Proxy authentication credentials
  -s, --size <size>                      Max old space size heap Default:(10048 MB)
  -d, --debug                            Show DNS resolution details
  -v, --verbose                          Enable verbose output
  -o, --output <file>                    Output file
  -f, --format <format>                  Output file format (txt, json, csv, pdf) (default: "txt")
  -h, --help                             display help for command

✔️ 예제

  • 단일 도메인의 서브도메인 열거:

    root@kitploit:~
    nodesub -u example.com
    
  • 파일에서 도메인 목록의 서브도메인 열거:

    root@kitploit:~
    nodesub -l domains.txt
    
  • CIDR을 사용한 서브도메인 열거:

    root@kitploit:~
    node nodesub.js -c 192.168.0.0/24 -o subdomains.txt
    
    
    root@kitploit:~
    node nodesub.js -c CIDR.txt -o subdomains.txt
    
    
  • ASN을 사용한 서브도메인 열거:

    root@kitploit:~
    node nodesub.js -a AS12345 -o subdomains.txt
    
    root@kitploit:~
    node nodesub.js -a ASN.txt -o subdomains.txt
    
  • 재귀적 서브도메인 열거를 활성화하고 결과를 JSON 파일로 출력:

    root@kitploit:~
    nodesub -u example.com -r -o output.json -f json
    

출력

이 도구는 결과에 대한 다양한 출력 형식을 제공합니다:

  • Text (txt)
  • JSON (json)
  • CSV (csv)
  • PDF (pdf)

출력 파일에는 선택한 옵션에 따라 해결된 서브도메인, 해결 실패한 서브도메인 또는 모든 서브도메인이 포함됩니다.

✔️ ***기여

다음과 같은 방법으로 기여할 수 있습니다:

  • 개선을 위한 제안 제공
  • 이슈 수정 및 풀 리퀘스트 제출

라이선스

이 프로젝트는 MIT 라이선스에 따라 라이선스가 부여됩니다.

도구 다운로드