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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
jaeles-signatures — Jaeles 스캐너용 기본 시그니처 | Kitploit
도구/GitHubGitHub/jaeles-project/jaeles-signatures
Vulnerability ScannersWeb Vulnerability ScannersVulnerability AnalysisWeb SecurityFuzzingMisconfiguration
GitHubjaeles-project/jaeles-signatures

jaeles-signatures

Jaeles 스캐너용 기본 시그니처

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

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

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

OsmedeusEngine

이 프로젝트는 Osmedeus Engine의 일부였습니다. 통합 방법은 @OsmedeusEngine에서 확인하세요.


이 저장소는 Jaeles 프로젝트의 기본 시그니처(Default Signatures)만 포함합니다. Pull Request나 어떤 아이디어든 환영합니다.

자체 시그니처를 작성하려면 공식 문서를 여기에서 읽어주세요.


설치

root@kitploit:~
jaeles config init

또는

시그니처 폴더를 다음과 같은 위치에 클론해 보세요.

root@kitploit:~
git clone --depth=1 https://github.com/jaeles-project/jaeles-signatures /tmp/jaeles-signatures/

그런 다음 아래 명령으로 DB에 다시 로드하세요.

root@kitploit:~
jaeles config -a reload --signDir /tmp/jaeles-signatures

사용법

root@kitploit:~
Scan Usage example:
  jaeles scan -s <signature> -u <url>
  jaeles scan -c 50 -s <signature> -U <list_urls> -L <level-of-signatures>
  jaeles scan -c 50 -s <signature> -U <list_urls>
  jaeles scan -c 50 -s <signature> -U <list_urls> -p 'dest=xxx.burpcollaborator.net'
  jaeles scan -c 50 -s <signature> -U <list_urls> -f 'noti_slack "{{.vulnInfo}}"'
  jaeles scan -v -c 50 -s <signature> -U list_target.txt -o /tmp/output
  jaeles scan -s <signature> -s <another-selector> -u http://example.com
  jaeles scan -G -s <signature> -s <another-selector> -x <exclude-selector> -u http://example.com
  cat list_target.txt | jaeles scan -c 100 -s <signature>
  jaeles scan -s '/tmp/custom-signature/sensitive/.*' -L 2 --fi

Examples:
  jaeles scan -s 'jira' -s 'ruby' -u target.com
  jaeles scan -c 50 -s 'java' -x 'tomcat' -U list_of_urls.txt
  jaeles scan -G -c 50 -s '/tmp/custom-signature/.*' -U list_of_urls.txt
  jaeles scan -v -s '~/my-signatures/products/wordpress/.*' -u 'https://wp.example.com/blog/' -p 'root=[[.URL]]'
  cat urls.txt | grep 'interesting' | jaeles scan -c 50 -s /tmp/jaeles-signatures/cves/sample.yaml -U list_of_urls.txt --proxy http://127.0.0.1:8080

Config Command examples:
  # Init default signatures
  jaeles config init

  # Update latest signatures
  jaeles config update
  jaeles config update --repo http://github.com/jaeles-project/another-signatures --user admin --pass admin
  jaeles config update --repo [email protected]/jaeles-project/another-signatures -K your_private_key

  # Reload signatures from a standard signatures folder (contain passives + resources)
  jaeles config reload --signDir ~/standard-signatures/

  # Add custom signatures from folder
  jaeles config add --signDir ~/custom-signatures/

  # Clean old stuff
  jaeles config clean

  # More examples
  jaeles config add --signDir /tmp/standard-signatures/
  jaeles config cred --user sample --pass not123456

For full Usage:
  jaeles -hh

저장소 구조

Jaeles는 시그니처를 단일 파일로 찾기 때문에 원하는 대로 구조를 구성할 수 있습니다. 이것은 단지 예시일 뿐입니다.

Fuzz 시그니처 사용 시 유의사항

Fuzz 시그니처는 모든 것에 대해 정확히 무엇이 취약한지 정의할 수 없기 때문에 오탐이 많을 수 있습니다. 따라서 여기서 무엇을 하고 있는지 반드시 알고 있어야 합니다.

데모

더 많은 데모는 여기에서 확인할 수 있습니다


Jaeles가 취약점을 발견하면 어떻게 해야 하나요?

  1. 시그니처 파일을 읽으세요.
  2. 정말로, 시그니처 파일을 읽으세요.
  3. 시그니처 파일을 읽으라는 경고를 두 번 받았다는 것을 기억하세요.
  4. Jaeles가 취약하다고 판단한 이유를 이해하려면 참조(references)와 탐지(detection) 부분을 읽으세요.
  5. 취약점을 수동으로 검증하세요.

재정 기여자

재정 기여자가 되어 커뮤니티를 유지하는 데 도움을 주세요. [기여하기]

특별 감사

cvebase

최신 취약점을 cvebase.com에서 살펴보세요

라이선스

Jaeles은(는) @j3ssiejjj가 ♥로 제작했으며 MIT 라이선스로 배포됩니다.

후원

paypal

"Buy Me A Coffee"

도구 다운로드
PageDescription
common일부 인기 애플리케이션의 잘못된 구성(misconfiguration) 구현
cves일부 CVE 구현
sensitvie민감한 정보가 포함된 일반적인 경로
probe대상이 사용하는 일부 기술을 탐지하는 데 사용
passives수동 탐지에 사용
fuzz퍼즈 모드의 일반적인 사례 (여기에 오탐(false positive)이 많다는 점을 알고 있습니다)
routines루틴 예제
asciicast Jenkins Gitlab XSS CVE-2020-2096asciicast Grafana DoS Probing CVE-2020-13379
asciicast SolarWindsOrion LFI CVE-2020-10148asciicast Nginx Vhost XSS