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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
도구/GitHubGitHub/edoardottt/scilla
ReconnaissancePort ScanningDNS & Subdomain EnumerationInformation GatheringPenetration TestingSubdomain EnumerationDNS Analysis
GitHubedoardottt/scilla

scilla

정보 수집 도구 - DNS / 서브도메인 / 포트 / 디렉터리 열거

저장소 보기
1.2k1441개월 전Kitploit 검토 완료

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유
scilla — 정보 수집 도구 - DNS / 서브도메인 / 포트 / 디렉터리 열거 | Kitploit
웹사이트


🏴‍☠️ 정보 수집 도구 🏴‍☠️ - DNS / 서브도메인 / 포트 / 디렉터리 열거

go-report-card workflows
edoardottt가 💙으로 코딩함
트위터에 공유하기!

설치 • 시작하기 • 예제 • 변경 로그 • 기여 • 라이선스

설치 📡

Homebrew

root@kitploit:~
brew install scilla

Snap

root@kitploit:~
sudo snap install scilla

Golang

root@kitploit:~
go install -v github.com/edoardottt/scilla/cmd/scilla@latest

소스에서 빌드

Go (>=1.23)가 필요합니다.

Linux 및 Windows용 소스에서 빌드

Linux

root@kitploit:~
git clone https://github.com/edoardottt/scilla.git
cd scilla
go get ./...
make linux # (설치)
make unlinux # (제거)

API 키를 사용하려면 ~/.config/scilla/keys.yaml 파일을 편집하세요.

원라이너: git clone https://github.com/edoardottt/scilla.git && cd scilla && go get ./... && make linux

Windows

실행 파일은 cariddi 폴더에서만 작동합니다 (Alias?).

root@kitploit:~
git clone https://github.com/edoardottt/scilla.git
cd scilla
.\make.bat windows # (설치)
.\make.bat unwindows # (제거)

API 키를 사용하려면 keys.yaml 파일을 생성하세요.

Docker 사용

root@kitploit:~
docker build -t scilla .
docker run scilla help

예제 💡

  • DNS 열거:

    • scilla dns -target example.com
    • scilla dns -oj output -target example.com
    • scilla dns -oh output -target example.com
    • scilla dns -ot output -target example.com
    • scilla dns -plain -target example.com
  • 서브도메인 열거:

    • scilla subdomain -target example.com
    • scilla subdomain -w wordlist.txt -target example.com
    • scilla subdomain -oj output -target example.com
    • scilla subdomain -oh output -target example.com
    • scilla subdomain -ot output -target example.com
    • scilla subdomain -i 400 -target example.com

시작하기 🎉

scilla help는 명령줄에 도움말을 출력합니다.

root@kitploit:~
usage: scilla subcommand { options }

   사용 가능한 하위 명령:
       - dns [-oj JSON 출력 파일]
             [-oh HTML 출력 파일]
             [-ot TXT 출력 파일]
             [-plain 결과만 출력]
             -target <대상 (URL/IP)> 필수
       - port [-p <시작-끝> 또는 쉼표로 구분된 포트]
              [-oj JSON 출력 파일]
              [-oh HTML 출력 파일]
              [-ot TXT 출력 파일]
              [-common 일반 포트 스캔]
              [-plain 결과만 출력]
              -target <대상 (URL/IP)> 필수
       - subdomain [-w 단어 목록]
                   [-oj JSON 출력 파일]
                   [-oh HTML 출력 파일]
                   [-ot TXT 출력 파일]
                   [-i 무시할 상태 코드]
                   [-c 웹 크롤러도 사용]
                   [-db 공개 데이터베이스도 사용]
                   [-plain 결과만 출력]
                   [-db -no-check 서브도메인의 상태 코드를 확인하지 않음]
                   [-db -vt VirusTotal을 서브도메인 소스로 사용]
                   [-db -bw BuiltWith를 서브도메인 소스로 사용]
                   [-ua User Agent 설정]
                   [-rua 각 요청마다 무작위 User Agent 생성]
                   [-dns 서브도메인을 확인할 DNS IP 설정]
                   [-alive 서브도메인이 살아있는지도 확인]
                   -target <대상 (URL)> 필수
       - dir [-w 단어 목록]
             [-oj JSON 출력 파일]
             [-oh HTML 출력 파일]
             [-ot TXT 출력 파일]
             [-i 무시할 상태 코드]
             [-c 웹 크롤러도 사용]
             [-plain 결과만 출력]
             [-nr 리디렉션을 따르지 않음]
             [-ua User Agent 설정]
             [-rua 각 요청마다 무작위 User Agent 생성]
             -target <대상 (URL/IP)> 필수
       - report [-p <시작-끝> 또는 쉼표로 구분된 포트]
                [-ws 서브도메인 단어 목록]
                [-wd 디렉터리 단어 목록]
                [-oj JSON 출력 파일]
                [-oh HTML 출력 파일]
                [-ot TXT 출력 파일]
                [-id 디렉터리 스캔에서 무시할 상태 코드]
                [-is 서브도메인 스캔에서 무시할 상태 코드]
                [-cd 디렉터리 스캔에 웹 크롤러도 사용]
                [-cs 서브도메인 스캔에 웹 크롤러도 사용]
                [-db 서브도메인 스캔에 공개 데이터베이스도 사용]
                [-common 일반 포트 스캔]
                [-nr 리디렉션을 따르지 않음]
                [-db -vt VirusTotal을 서브도메인 소스로 사용]
                [-ua User Agent 설정]
                [-rua 각 요청마다 무작위 User Agent 생성]
                [-dns 서브도메인을 확인할 DNS IP 설정]
                [-alive 서브도메인이 살아있는지도 확인]
                -target <대상 (URL)> 필수
       - help
       - examples

변경 로그 📌

각 릴리스의 세부 변경 사항은 릴리스 노트에 문서화되어 있습니다.

기여 🛠

그냥 이슈 / 풀 리퀘스트를 열어주세요.

풀 리퀘스트를 열기 전에 golangci-lint를 다운로드하고 다음을 실행하세요.

root@kitploit:~
golangci-lint run

오류가 없다면 진행하세요 :)

할 일:

  • 더 많은 테스트 추가

  • Tor 지원

  • 프록시 지원

뉴스에서 📰

  • Kali Linux Tutorials
  • GeeksForGeeks.org
  • Brisk Infosec
  • Kalitut

라이선스 📝

이 저장소는 GNU General Public License v3.0에 따라 사용이 허가됩니다.
문의는 edoardottt.com으로 해주세요.

도구 다운로드
  • scilla subdomain -i 4** -target example.com
  • scilla subdomain -c -target example.com
  • scilla subdomain -db -target example.com
  • scilla subdomain -plain -target example.com
  • scilla subdomain -db -no-check -target example.com
  • scilla subdomain -db -vt -target example.com
  • scilla subdomain -db -bw -target example.com
  • scilla subdomain -ua "CustomUA" -target example.com
  • scilla subdomain -rua -target example.com
  • scilla subdomain -dns 8.8.8.8 -target example.com
  • scilla subdomain -alive -target example.com
  • 디렉터리 열거:

    • scilla dir -target example.com
    • scilla dir -w wordlist.txt -target example.com
    • scilla dir -oj output -target example.com
    • scilla dir -oh output -target example.com
    • scilla dir -ot output -target example.com
    • scilla dir -i 500,401 -target example.com
    • scilla dir -i 5**,401 -target example.com
    • scilla dir -c -target example.com
    • scilla dir -plain -target example.com
    • scilla dir -nr -target example.com
    • scilla dir -ua "CustomUA" -target example.com
    • scilla dir -rua -target example.com
  • 포트 열거:

    • 기본 (모든 포트, 1-65635) scilla port -target example.com
    • 포트 범위 지정 scilla port -p 20-90 -target example.com
    • 시작 포트 지정 (마지막까지) scilla port -p 20- -target example.com
    • 종료 포트 지정 (처음부터) scilla port -p -90 -target example.com
    • 여러 포트 지정 scilla port -p 21,25,80 -target example.com
    • 일반 포트 지정 scilla port -common -target example.com
    • 단일 포트 지정 scilla port -p 80 -target example.com
    • 출력 형식 지정 (json) scilla port -oj output -target example.com
    • 출력 형식 지정 (html) scilla port -oh output -target example.com
    • 출력 형식 지정 (txt) scilla port -ot output -target example.com
    • 결과만 출력 scilla port -plain -target example.com
  • 전체 보고서:

    • 기본 (모든 포트, 1-65635) scilla report -target example.com
    • 포트 범위 지정 scilla report -p 20-90 -target example.com
    • 시작 포트 지정 (마지막까지) scilla report -p 20- -target example.com
    • 종료 포트 지정 (처음부터) scilla report -p -90 -target example.com
    • 단일 포트 지정 scilla report -p 80 -target example.com
    • 여러 포트 지정 scilla report -p 21,25,80 -target example.com
    • 출력 형식 지정 (json) scilla report -oj output -target example.com
    • 출력 형식 지정 (html) scilla report -oh output -target example.com
    • 출력 형식 지정 (txt) scilla report -ot output -target example.com
    • 디렉터리 단어 목록 지정 scilla report -wd dirs.txt -target example.com
    • 서브도메인 단어 목록 지정 scilla report -ws subdomains.txt -target example.com
    • 디렉터리 스캔에서 무시할 상태 코드 지정 scilla report -id 500,501,502 -target example.com
    • 서브도메인 스캔에서 무시할 상태 코드 지정 scilla report -is 500,501,502 -target example.com
    • 디렉터리 스캔에서 무시할 상태 코드 클래스 지정 scilla report -id 5**,4** -target example.com
    • 서브도메인 스캔에서 무시할 상태 코드 클래스 지정 scilla report -is 5**,4** -target example.com
    • 디렉터리 열거에 웹 크롤러도 사용 scilla report -cd -target example.com
    • 서브도메인 열거에 웹 크롤러도 사용 scilla report -cs -target example.com
    • 서브도메인 열거에 공개 데이터베이스도 사용 scilla report -db -target example.com
    • 일반 포트 지정 scilla report -common -target example.com
    • 리디렉션을 따르지 않음 scilla report -nr -target example.com
    • VirusTotal을 서브도메인 소스로 사용 scilla report -db -vt -target example.com
    • User Agent 설정 scilla report -ua "CustomUA" -target example.com
    • 각 요청마다 무작위 User Agent 생성 scilla report -rua -target example.com
    • 서브도메인을 확인할 DNS IP 설정 scilla report -dns 8.8.8.8 -target example.com
    • 서브도메인이 살아있는지도 확인 scilla report -alive -target example.com