mirror of
https://github.com/DarkSecDevelopers/HiddenEye-Legacy.git
synced 2024-03-22 21:12:55 +08:00
Imported pyngrok.conf as ngrok_conf
This commit is contained in:
parent
dce3fe7956
commit
4259169598
|
@ -12,7 +12,7 @@ from time import sleep as wait
|
|||
from os import path, system, chmod, stat, mkdir, remove, chdir, replace, getuid
|
||||
from shutil import rmtree, copyfile
|
||||
from pathlib import Path as pathlib_Path
|
||||
from pyngrok import ngrok
|
||||
from pyngrok import conf as ngrok_conf, ngrok
|
||||
import re as regular_expression
|
||||
import getpass, base64, socket, requests
|
||||
import platform
|
||||
|
|
Loading…
Reference in New Issue
Block a user