Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add some sensitive key #51

Open
w1th0ut opened this issue Jun 28, 2021 · 3 comments
Open

Add some sensitive key #51

w1th0ut opened this issue Jun 28, 2021 · 3 comments

Comments

@w1th0ut
Copy link

w1th0ut commented Jun 28, 2021

Hello, I want to share some regex 馃槂

FCM Key:

AAAA[A-Za-z0-9_-]{7}:[A-Za-z0-9_-]{140}

Square app id/secret and auth token:

sq0[a-z]{3}-[0-9A-Za-z\-_]{22,43}
EAAA[a-zA-Z0-9]{60}

Microsoft azure tenant:

CLIENT_ID: [0-9a-z\-]{36}
CLIENT_SECRET: [0-9A-Za-z\+\=]{40,50}
TENANT_ID: [0-9a-z\-]{36}

Google Recaptcha key:

^6[0-9a-zA-Z_-]{39}$

Ref: https://github.com/streaak/keyhacks

@w1th0ut w1th0ut closed this as completed Jun 28, 2021
@w1th0ut w1th0ut reopened this Jun 28, 2021
@w1th0ut w1th0ut changed the title Add FCM Server Key Add some sensitive key Jun 28, 2021
@dwisiswant0
Copy link
Owner

Noice! PR is welcome too.

@w1th0ut
Copy link
Author

w1th0ut commented Jun 30, 2021

Yo @dwisiswant0 , I suggest this issue be a discussion for everyone who have regex for sensitive Key, so anyone can share they regex here and add the key themselves.

@widnyana
Copy link

@w1th0ut do you have some APK recommendation to tests this regex with?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants