An open API service indexing awesome lists of open source software.

https://github.com/russorat/ngrok-binaries


https://github.com/russorat/ngrok-binaries

Last synced: about 1 month ago
JSON representation

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
```