Start mineziperd from app

This commit is contained in:
atxr 2024-03-05 11:27:36 +01:00
parent 1aa0573482
commit 2fa66f3860
3 changed files with 17 additions and 8 deletions

View file

@ -13,7 +13,7 @@ port = 5000
url = f"http://{ip}:{port}/upload"
# Reverse shell params
ip = "127.0.0.1"
my_ip = "127.0.0.1"
my_port = 9001