
이것은 여러 보안 연구자들이 오픈 리다이렉트(Open Redirect) 취약점을 찾기 위해 사용하는 도구입니다.
Python3 및 pip를 설치하세요 여기 지침 (이것도 해결하지 못한다면, 이 도구를 사용하면 안 됩니다)
pip install openredirect
openredirect -h저희는 취약점 탐지에 대한 즉시 알림을 받기 위해 Telegram API를 통합했습니다.
openredirect --chatid <YourTelegramChatID>
@CappricioSecuritiesTools_bot을(를) 검색한 후 start를 클릭하세요이 도구는 여러 가지 사용 사례가 있습니다.
openredirect -u http://example.com
openredirect -i urls.txt
openredirect -i urls.txt -o out.txt
openredirect에 대해 배우고 싶으신가요? 그렇다면 아래 명령을 입력하세요
openredirect -b
🚨 면책 조항
이 도구는 보안 버그 식별 및 지원을 위해 제작되었습니다. Cappricio Securities는 불법적인 사용에 대해 책임을 지지 않습니다. 법적 및 윤리적 경계 내에서 책임감 있게 사용하세요. 🔐🛡️
👋 Hey Hacker
v1.0
____ ____ ___ __
/ __ \____ ___ ____ / __ \___ ____/ (_)_______ _____/ /_
/ / / / __ \/ _ \/ __ \______/ /_/ / _ \/ __ / / ___/ _ \/ ___/ __/
/ /_/ / /_/ / __/ / / /_____/ _, _/ __/ /_/ / / / / __/ /__/ /_
\____/ .___/\___/_/ /_/ /_/ |_|\___/\__,_/_/_/ \___/\___/\__/
/_/
Developed By https://cappriciosec.com
openredirect : Bug scanner for WebPentesters and Bugbounty Hunters
$ openredirect [option]
Usage: openredirect [options]
피드백이 있으시면 [email protected]으로 연락해 주세요.
| 인자 | 유형 | 설명 | 예시 |
|---|
-u | --url | 스캔할 URL | openredirect -u https://target.com |
-i | --input | 파일 이름: txt에서 입력 읽기 | openredirect -i target.txt |
-o | --output | 파일 이름: txt 파일에 출력 쓰기 | openredirect -i target.txt -o output.txt |
-c | --chatid | Telegram 알림 생성 | openredirect --chatid yourid |
-b | --blog | openredirect 버그에 대해 읽기 | openredirect -b |
-h | --help | 도움말 메뉴 | openredirect -h |