Updated From NightFalls QR Token Logger

Completely Headless - No need to view Chrome Browser In creation of Token Logger
Uses webhooks to send Token to a server so it is stored and not lost!
This commit is contained in:
Luci
2021-05-22 22:17:19 +01:00
committed by GitHub
commit 05f36f0ac4
11 changed files with 156 additions and 0 deletions

View File

@ -0,0 +1,4 @@
@echo off
title [313] PIP Install Requirements
pip install -r requirements.txt
pause