
Appspec YML and YAML leaks
Python3과 pip를 설치하세요 여기 지침 (이것조차 해결할 수 없다면, 이 도구를 사용하지 않는 것이 좋습니다)
pip install appspec-yaml-leaks
appspec-yaml-leaks -h취약점 탐지에 대한 즉시 알림을 받기 위해 Telegram API를 통합했습니다.
appspec-yaml-leaks --chatid <YourTelegramChatID>
@CappricioSecuritiesTools_bot을 검색한 다음 start를 클릭하세요이 도구에는 여러 가지 사용 사례가 있습니다.
appspec-yaml-leaks -u http://example.com
appspec-yaml-leaks -i urls.txt
appspec-yaml-leaks -i urls.txt -o out.txt
appspec-yaml-leaks에 대해 배우고 싶으신가요? 그렇다면 아래 명령을 입력하세요
appspec-yaml-leaks -b
🚨 면책 조항
이 도구는 보안 버그 식별 및 지원을 위해 제작되었으며, Cappricio Securities는 불법적인 사용에 대해 책임을 지지 않습니다. 법적 및 윤리적 경계 내에서 책임감 있게 사용하세요. 🔐🛡️
👋 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]
피드백이 있으시면 [email protected]으로 연락해 주세요.
| 인자 | 유형 | 설명 | 예시 |
|---|
-u | --url | 검사할 URL | appspec-yaml-leaks -u https://target.com |
-i | --input | txt 파일에서 입력을 읽을 파일명 | appspec-yaml-leaks -i target.txt |
-o | --output | txt 파일에 출력을 저장할 파일명 | appspec-yaml-leaks -i target.txt -o output.txt |
-c | --chatid | Telegram 알림 생성 | appspec-yaml-leaks --chatid yourid |
-b | --blog | appspec-yaml-leaks 버그에 대해 읽기 | appspec-yaml-leaks -b |
-h | --help | 도움말 메뉴 | appspec-yaml-leaks -h |