Download The App
Experience the best of Cardtonic on your phone or tablet. Available for iOS and Android operating systems.
All deprecated endpoints were updated to stable versions (e.g., from GitHub REST API v3 to v4 where needed, or switching to proper GraphQL queries). No more 410 Gone errors.
To avoid dependency conflicts:
python3 -m venv topvas-env
source topvas-env/bin/activate # On Windows: topvas-env\Scripts\activate
Do not clone the original topvasgithub repository. Instead, follow these steps to install the working, fixed fork. topvasgithub fixed
Do not use the original repository if it hasn’t been updated since 2023. Instead, grab the community-fixed fork: All deprecated endpoints were updated to stable versions (e
git clone https://github.com/[community-user]/topvas-fixed.git
cd topvas-fixed
python -m venv venv
source venv/bin/activate # or `venv\Scripts\activate` on Windows
pip install -r requirements.txt
cp .env.example .env
# Edit .env with your GitHub token and other keys
python main.py
Pro tip: Generate a classic GitHub token with only
repoandworkflowscopes—never use your main password. Do not clone the original topvasgithub repository
# scripts/update_templates.sh
- git clone https://github.com/projectdiscovery/nuclei-templates.git
+ git clone --depth 1 https://github.com/projectdiscovery/nuclei-templates-community.git
+ # Use tagged release instead of master

Experience the best of Cardtonic on your phone or tablet. Available for iOS and Android operating systems.