https://github.com/russorat/ngrok-binaries
https://github.com/russorat/ngrok-binaries
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/russorat/ngrok-binaries
- Owner: russorat
- License: apache-2.0
- Created: 2024-12-11T00:26:51.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-05-05T21:27:10.000Z (about 1 month ago)
- Last Synced: 2025-05-05T22:35:04.393Z (about 1 month ago)
- Language: Python
- Size: 479 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
If you want to use VirusTotal, create a file at the root of the repo named `.env`
```text
VT_API=
```To run
```bash
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python full-binary-dump.py
```