Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yaratul/skx
Introducing SKX, a linux tool python based! For checking stripes live sk key, use it for your own purpose!
https://github.com/yaratul/skx
2024 cc cc-bin check ethical-hack generate hack linux sk-key sk-live stripe termux tool
Last synced: 2 months ago
JSON representation
Introducing SKX, a linux tool python based! For checking stripes live sk key, use it for your own purpose!
- Host: GitHub
- URL: https://github.com/yaratul/skx
- Owner: yaratul
- Created: 2024-09-12T06:51:45.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-20T15:16:48.000Z (4 months ago)
- Last Synced: 2024-10-14T02:22:14.147Z (3 months ago)
- Topics: 2024, cc, cc-bin, check, ethical-hack, generate, hack, linux, sk-key, sk-live, stripe, termux, tool
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stripe Secret Key Validator Tool
## Overview
The **Stripe Secret Key Validator Tool** is a Python-based command-line utility designed to verify the validity and permissions of Stripe secret keys (sk keys). The tool performs multiple checks against various Stripe API endpoints to ensure the key is functional and has access to essential resources.
## Features
- **Key Type Detection**: Automatically identifies whether the provided key is a live key (`sk_live_...`) or a test key (`sk_test_...`).
- **Real-Time API Checks**: Verifies access to critical Stripe resources, including Charges, Customers, Refunds, Balance, Payment Intents, Cards, and Disputes.
- **Color-Coded Output**: Provides visual feedback with green tick marks (`✓`) for successful verifications and red cross marks (`✗`) for failed ones.
- **Logging**: Records all checks performed, including results and timestamps, in a log file (`stripe_key_check.log`).
- **Summary Report**: Generates a summary of the total checks, passed checks, and failed checks for quick review.
- **Error Categorization**: Differentiates between unauthorized, forbidden, and other errors to give detailed diagnostic information.
#Join My Channel
##Working On a Project**Help me on my project**
## Prerequisites
Make sure you have Python 3 installed on your system. Additionally, you'll need to install the required Python packages:
```bash
pip install requests colorama