mirror of
https://github.com/Justuser3310/jetwork.git
synced 2025-01-19 01:18:48 +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")
|
||||
print(f"[!] Порт злоумышленника: {port}")
|
||||
# Удаляем фальшивые файлы
|
||||
os.remove(f"verify/{site}.zip")
|
||||
os.remove(f"verify/{site}.sig")
|
||||
rmtree(f"verify/{site}")
|
||||
return "fake"
|
||||
|
||||
if okay:
|
||||
|
Loading…
Reference in New Issue
Block a user