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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
anubis — 서브도메인 열거 도구 | Kitploit
도구/GitHubGitHub/jonluca/anubis
OSINT (Open Source Intelligence)ReconnaissanceInformation GatheringSubdomain EnumerationDNS Analysis
GitHubjonluca/anubis

anubis

서브도메인 열거 도구

저장소 보기
1.4k16417일 전Kitploit 검토 완료

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유
웹사이트

Anubis

Build Status Coverage GitHub issues GitHub license

root@kitploit:~
        d8888                   888      d8b
       d88888                   888      Y8P
      d88P888                   888
     d88P 888 88888b.  888  888 88888b.  888 .d8888b
    d88P  888 888 "88b 888  888 888 "88b 888 88K
   d88P   888 888  888 888  888 888  888 888 "Y8888b.
  d8888888888 888  888 Y88b 888 888 d88P 888      X88
 d88P     888 888  888  "Y88888 88888P"  888  88888P'

Anubis는 서브도메인 열거 및 정보 수집 도구입니다. Anubis는 HackerTarget, x509 인증서, VirusTotal, Google, Pkey, Shodan, Spyse, NetCraft 등 다양한 소스에서 데이터를 수집합니다. Anubis에는 서브도메인의 중앙 저장소 역할을 하는 자매 프로젝트 AnubisDB도 있습니다.

원본 Medium 기사

시작하기

사전 요구 사항

  • Nmap (포트 스캔 및 특정 인증서 스캔을 실행하려는 경우)

Linux를 사용 중이라면 다음도 필요합니다:

sudo apt-get install python3-pip python3-dev libssl-dev libffi-dev

설치

참고: Python 3.10 이상이 필요합니다

pip3 install anubis-netsec

소스에서 설치

참고: Anubis는 아직 베타 버전입니다.

root@kitploit:~
git clone https://github.com/jonluca/Anubis.git
cd Anubis
pip3 install  -r requirements.txt
pip3 install .

사용법

root@kitploit:~
Usage:
  anubis (-t TARGET | -f FILE) [-o FILENAME]  [-bdinoprsSv] [-w SCAN] [-q NUM]
  anubis -h
  anubis (--version | -V)
  
Options:
  -h --help                       show this help message and exit
  -t --target                     set target (comma separated, no spaces, if multiple)
  -f --file                       set target (reads from file, one domain per line)
  -n --with-nmap                  perform an nmap service/script scan
  -o --output                     save to filename
  -i --additional-info            show additional information about the host from Shodan (requires API key)
  -p --ip                         outputs the resolved IPs for each subdomain, and a full list of unique ips
  -d --send-to-anubis-db          send results to Anubis-DB
  -r --recursive                  recursively search over all subdomains
  -s --ssl                        run an ssl scan and output cipher + chain info
  -S --silent                     only out put subdomains, one per line
  -w --overwrite-nmap-scan SCAN   overwrite default nmap scan (default -nPn -sV -sC)
  -v --verbose                    print debug info and full request output
  -q --queue-workers NUM          override number of queue workers (default: 10, max: 100)
  -V --version                       show version and exit

Help:
  For help using this tool, please open an issue on the Github repository:
  https://github.com/jonluca/anubis

참고: shodan.io API를 사용하려면 명령 앞에 SHODAN_API_KEY=yourkey를 붙여야 합니다.

기본

일반적인 사용 사례

anubis -tip domain.com -o out.txt

대상을 domain.com으로 설정하고, (t) 서버와 ISP 또는 서버 호스팅 제공업체 같은 추가 정보를 출력하며(i), 모든 URL을 IP로 변환하고(p) 고유 IP 목록을 출력한 뒤 Anubis-DB로 전송합니다(a). 마지막으로 결과를 out.txt에 저장합니다(o).

기타

anubis -t reddit.com Anubis의 가장 간단한 사용법으로, 서브도메인 열거만 실행합니다.

root@kitploit:~
Searching for subdomains for 151.101.65.140 (reddit.com)

Testing for zone transfers
Searching for Subject Alt Names
Searching HackerTarget
Searching VirusTotal
Searching Pkey.in
Searching NetCraft.com
Searching crt.sh
Searching Anubis-DB
Found 193 subdomains
----------------
fj.reddit.com
se.reddit.com
gateway.reddit.com
beta.reddit.com
ww.reddit.com
... (truncated for readability)
Sending to AnubisDB
Subdomain search took 0:00:20.390

anubis -t reddit.com -ip (anubis -t reddit.com --additional-info --ip와 동일) - IP를 resolving하고 고유 IP 목록을 출력하며 https://shodan.io를 통해 추가 정보를 제공합니다.

root@kitploit:~
Searching for subdomains for 151.101.65.140
Server Location: San Francisco US - 94107
ISP: Fastly
Found 27 domains
----------------
http://www.np.reddit.com: 151.101.193.140
http://nm.reddit.com: 151.101.193.140
http://ww.reddit.com: 151.101.193.140
http://dg.reddit.com: 151.101.193.140
http://en.reddit.com: 151.101.193.140
http://ads.reddit.com: 151.101.193.140
http://zz.reddit.com: 151.101.193.140
out.reddit.com: 107.23.11.190
origin.reddit.com: 54.172.97.226
http://blog.reddit.com: 151.101.193.140
alb.reddit.com: 52.201.172.48
http://m.reddit.com: 151.101.193.140
http://rr.reddit.com: 151.101.193.140
reddit.com: 151.101.65.140
http://www.reddit.com: 151.101.193.140
mx03.reddit.com: 151.101.193.140
http://fr.reddit.com: 151.101.193.140
rhs.reddit.com: 54.172.97.229
http://np.reddit.com: 151.101.193.140
http://nj.reddit.com: 151.101.193.140
http://re.reddit.com: 151.101.193.140
http://iy.reddit.com: 151.101.193.140
mx02.reddit.com: 151.101.193.140
mailp236.reddit.com: 151.101.193.140
Found 6 unique IPs
52.201.172.48
151.101.193.140
107.23.11.190
151.101.65.140
54.172.97.226
54.172.97.229
Execution took 0:00:04.604

고급

anubis -t reddit.com --with-nmap -o temp.txt -i --overwrite-nmap-scan "-F -T5"

root@kitploit:~
Searching for subdomains for 151.101.65.140 (reddit.com)

Testing for zone transfers
Searching for Subject Alt Names
Searching HackerTarget
Searching VirusTotal
Searching Pkey.in
Searching NetCraft.com
Searching crt.sh
Searching Anubis-DB
Searching Shodan.io for additional information
Server Location: San Francisco, US - 94107
ISP  or Hosting Company: Fastly
To run a DNSSEC subdomain enumeration, Anubis must be run as root
Starting Nmap Scan
Host : 151.101.65.140 ()
----------
Protocol: tcp
port: 80	state: open
port: 443	state: open
Found 195 subdomains
----------------
nm.reddit.com
ne.reddit.com
sonics.reddit.com
aj.reddit.com
fo.reddit.com
f5.reddit.com
... (truncated for readability)
Sending to AnubisDB
Subdomain search took 0:00:26.579

테스트 실행

네이티브 pytest 환경에서 테스트를 별도로 실행하세요.

pytest

사용된 도구

  • Skele-CLI의 CLI 보일러플레이트

기여

행동 강령과 풀 리퀘스트 제출 절차에 대한 자세한 내용은 CONTRIBUTING.md를 읽어 주세요.

만든 이

  • JonLuca DeCaro - 초기 작업 - Anubis

이 프로젝트에 참여한 기여자 목록도 확인하세요.

라이선스

이 프로젝트는 MIT 라이선스로 제공됩니다. 자세한 내용은 LICENSE.md 파일을 참조하세요.

감사의 말

  • /r/netsec

  • 가장 흔한 서브도메인 목록을 제공한 BitQuark

도구 다운로드