mirror of
https://github.com/Justuser3310/jetwork.git
synced 2025-02-08 09:47:36 +00:00
up
This commit is contained in:
parent
c9b6f8596b
commit
51b2b69285
@ -187,6 +187,10 @@ def client(port, op = "ping"):
|
|||||||
# Сохраняем ключ злоумышленника
|
# Сохраняем ключ злоумышленника
|
||||||
os.replace(f"verify/{site}.pem", f"verify/{site}.pem.FAKE")
|
os.replace(f"verify/{site}.pem", f"verify/{site}.pem.FAKE")
|
||||||
print(f"[!] Порт злоумышленника: {port}")
|
print(f"[!] Порт злоумышленника: {port}")
|
||||||
|
# Удаляем фальшивые файлы
|
||||||
|
os.remove(f"verify/{site}.zip")
|
||||||
|
os.remove(f"verify/{site}.sig")
|
||||||
|
rmtree(f"verify/{site}")
|
||||||
return "fake"
|
return "fake"
|
||||||
|
|
||||||
if okay:
|
if okay:
|
||||||
|
Loading…
Reference in New Issue
Block a user