
모듈식 자격 증명 유효성 검사 프레임워크로, 침투 테스터를 위한 능동적 및 수동적(정규식 기반) 확인 모드를 제공합니다. 동적 API 테스트 및 라이브러리 통합을 통해 여러 서비스를 지원합니다.
선행 조건: 3.6+
python main.py --service stripe --token sk_live_r3s7_0f_7h3_d37ails
from credcheck.core.cred_check_active import DynamicTest
from credcheck.core.cred_check_utils import CredUtils
service = 'stripe'
credentials = {'TOKEN':'sk_live_r3s7_0f_7h3_d37ails'}
stripCred = DynamicTest()
stripCred.check_it(service, credentials)
다음 명령으로 모든 의존성 설치
pip install -r requirements.txt
MIT 라이선스에 따라 사용이 허가되었습니다. 자세한 정보는 LICENSE를 참조하세요.