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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
appspec-yaml-leaks — Appspec YML and YAML leaks | Kitploit
도구/GitHubGitHub/cappricio-securities/appspec-yaml-leaks
Web Vulnerability ScannersVulnerability AnalysisInformation GatheringCloud SecuritySecret DetectionMisconfigurationAPI Security
GitHubcappricio-securities/appspec-yaml-leaks

appspec-yaml-leaks

Appspec YML and YAML leaks

저장소 보기
12년 전아직 검토되지 않음

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

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

배지

MIT License PyPI - Version PyPI - Downloads GitHub all releases Profile_view Follow Twitter

라이선스

MIT

설치

  1. Python3과 pip를 설치하세요 여기 지침 (이것조차 해결할 수 없다면, 이 도구를 사용하지 않는 것이 좋습니다)

    • pip로 설치
      • root@kitploit:~
           pip install appspec-yaml-leaks 
        
    • 확인하려면 아래 명령을 실행하세요
      • appspec-yaml-leaks -h

설정

  1. 취약점 탐지에 대한 즉시 알림을 받기 위해 Telegram API를 통합했습니다.

    • Telegram 알림
      • root@kitploit:~
           appspec-yaml-leaks --chatid <YourTelegramChatID>
        
    • Telegram을 열고 @CappricioSecuritiesTools_bot을 검색한 다음 start를 클릭하세요

사용법

  1. 이 도구에는 여러 가지 사용 사례가 있습니다.

    • 단일 URL을 확인하려면
      • root@kitploit:~
           appspec-yaml-leaks -u http://example.com 
        
    • URL 목록을 확인하려면
      • root@kitploit:~
          appspec-yaml-leaks -i urls.txt 
        
    • 출력을 TXT 파일로 저장하려면
      • root@kitploit:~
          appspec-yaml-leaks -i urls.txt -o out.txt
        
    • appspec-yaml-leaks에 대해 배우고 싶으신가요? 그렇다면 아래 명령을 입력하세요
      • root@kitploit:~
          appspec-yaml-leaks -b
        

🚨 면책 조항

이 도구는 보안 버그 식별 및 지원을 위해 제작되었으며, Cappricio Securities는 불법적인 사용에 대해 책임을 지지 않습니다. 법적 및 윤리적 경계 내에서 책임감 있게 사용하세요. 🔐🛡️

작동 PoC 영상

asciicast

도움말 메뉴

모든 항목 가져오기

root@kitploit:~
👋 Hey Hacker
                                                                                v1.0
                                                                      __      __           __
  ____ _____  ____  _________  ___  _____      __  ______ _____ ___  / /     / /__  ____ _/ /_______
 / __ `/ __ \/ __ \/ ___/ __ \/ _ \/ ___/_____/ / / / __ `/ __ `__ \/ /_____/ / _ \/ __ `/ //_/ ___/
/ /_/ / /_/ / /_/ (__  ) /_/ /  __/ /__/_____/ /_/ / /_/ / / / / / / / /_____/ /  __/ /_/ / ,< (__  )
\__,_/ .___/ .___/____/ .___/\___/\___/      \__, /\__,_/_/ /_/ /_/_/     /_/\___/\__,_/_/|_/____/
    /_/   /_/        /_/                    /____/

                                                 Developed By https://cappriciosec.com

appspec-yaml-leaks : Bug scanner for WebPentesters and Bugbounty Hunters 

$ appspec-yaml-leaks [option]

Usage: appspec-yaml-leaks [options]

🔗 링크

Website linkedin twitter

작성자

  • @karthithehacker

피드백

피드백이 있으시면 [email protected]으로 연락해 주세요.

도구 다운로드
인자유형설명예시
-u--url검사할 URLappspec-yaml-leaks -u https://target.com
-i--inputtxt 파일에서 입력을 읽을 파일명appspec-yaml-leaks -i target.txt
-o--outputtxt 파일에 출력을 저장할 파일명appspec-yaml-leaks -i target.txt -o output.txt
-c--chatidTelegram 알림 생성appspec-yaml-leaks --chatid yourid
-b--blogappspec-yaml-leaks 버그에 대해 읽기appspec-yaml-leaks -b
-h--help도움말 메뉴appspec-yaml-leaks -h