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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
SAP_CVE-2020-6287_find_mandate — Checker는 생성된 계정을 검증하거나 그 권한(mandat)을 찾는 데 도움을 줍니다. | Kitploit
도구/GitHubGitHub/qmakake/sap_cve-2020-6287_find_mandate
Vulnerability ScannersExploitationWeb Application ExploitationInformation GatheringPenetration Testing
GitHubqmakake/sap_cve-2020-6287_find_mandate

SAP_CVE-2020-6287_find_mandate

Checker는 생성된 계정을 검증하거나 그 권한(mandat)을 찾는 데 도움을 줍니다.

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

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

SAP_CVE-2020-6287_find_mandate

생성된 계정을 확인하거나 해당 계정의 mandate를 찾는 데 도움이 되는 체커

이 스크립트는 RECON.py 익스플로잇을 사용할 때 계정이 생성되었는지 확인하거나 생성된 계정의 mandate를 찾을 수 있게 해줍니다.

익스플로잇:

https://github.com/chipik/SAP_RECON

빠른 시작:

chmod +x

./checker_CVE-2020-6287.sh <start mndt> <stop mndt> <ip> <port> <login> <password>

root@kitploit:~
    - <start mndt> : first value of mandate for iterate (000-999) useful for me 000,001,002,003,004,005,006,007,008,009,066,100,150,200,500,520
    - <stop mndt> : last value for iterate
    - <ip> : IP address of vulnerable host
    - <port> : endpoint of vulnerable service
    - <login> : login created with RECON.py
    - <password> : password created with RECON.py

유용한 원라이너:

for i in {000,001,002,003,004,005,006,007,008,009,066,100,150,200,500,520}; do ./checker_CVE-2020-6287.sh ${i} ${i} <ip> <port> <login> <password>;done

My Image

첫 번째 값은 mandate입니다. 코드 302는 사용자가 존재한다는 뜻입니다.

도구 다운로드