Metadata-Version: 2.4
Name: vspider-ssl
Version: 0.1.0
Summary: AES-based SSL bypass and cookie challenge solver
Author-email: Alaa <alaarafeek5522@gmail.com>
License: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pycryptodome
Dynamic: license-file

# vspider-api

AES-based SSL bypass and cookie challenge solver.

## Install
pip install vspider-api

## Usage
from vspider_api import check
result = check("https://example.com")
