- Check credentils of given target.
- Check credentials passivly(using regex).
- CMD-line script.
- Use as library
- Publish on pypi
- Inclusion of api docs
- Pin-pointed regexes for Creds
- Test cases
- Multiple subparsers
- Complete regex
pre-requisite 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)
- Write test cases to make this framework more robust
- Write regex for static testing of Credentials
- Include complete API blocks from https://any-api.com/ to extend the scope of credcheck
- Help document the code
- Spread the word
Install all dependency via
pip install -r requirements.txt
- Apoorv Raj Saxena
Licensed under the MIT, see LICENSE for more information.