mirror of
https://github.com/DarkSecDevelopers/HiddenEye-Legacy.git
synced 2024-03-22 21:12:55 +08:00
Added pyngrok (new dependency)
This commit is contained in:
parent
32bddbb422
commit
512368a307
|
@ -4,5 +4,6 @@ from time import sleep as wait
|
|||
from os import path, system, chmod, stat, mkdir, remove, chdir
|
||||
from shutil import rmtree, copyfile
|
||||
from pathlib import Path as pathlib_Path
|
||||
from pyngrok import ngrok
|
||||
import re as regular_expression
|
||||
import getpass, base64
|
||||
|
|
Loading…
Reference in New Issue
Block a user