From 4d74e075aea9a26ac420ed10ffaa4258b6397ce8 Mon Sep 17 00:00:00 2001 From: Aleksa Vuckovic Date: Sat, 31 Aug 2024 14:13:50 +0200 Subject: metactf --- tulip/0002-tulip-services.patch | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'tulip/0002-tulip-services.patch') diff --git a/tulip/0002-tulip-services.patch b/tulip/0002-tulip-services.patch index adf5b96..1e0564f 100644 --- a/tulip/0002-tulip-services.patch +++ b/tulip/0002-tulip-services.patch @@ -16,20 +16,20 @@ index 0dea4f4..032fdb4 100755 flag_regex = os.getenv("FLAG_REGEX", "[A-Z0-9]{31}=") mongo_server = f'mongodb://{mongo_host}/' -vm_ip = os.getenv("VM_IP", "10.10.3.1") -+vm_ip = "10.1.93.1" ++vm_ip = "10.100.2.1" + -+services = [{"ip": vm_ip, "port": 8080, "name": "imagidate"}, -+ {"ip": vm_ip, "port": 5000, "name": "imagidate"}, -+ {"ip": vm_ip, "port": 6060, "name": "notify24"}, -+ {"ip": vm_ip, "port": 6061, "name": "notify24"}, -+ {"ip": vm_ip, "port": 1080, "name": "onlyflags"}, -+ {"ip": vm_ip, "port": 9145, "name": "onlyflags"}, -+ {"ip": vm_ip, "port": 4444, "name": "piratesay"}, -+ {"ip": vm_ip, "port": 6969, "name": "replme"}, -+ {"ip": vm_ip, "port": 6222, "name": "scamfinder24"}, -+ {"ip": vm_ip, "port": 8008, "name": "sceam"}, -+ {"ip": vm_ip, "port": 9696, "name": "whatscam"}, -+ {"ip": vm_ip, "port": 2027, "name": "wonki"}, ++services = [{"ip": vm_ip, "port": 5000, "name": "contractual_service1"}, ++ {"ip": vm_ip, "port": 1337, "name": "tpm_service2"}, ++ {"ip": vm_ip, "port": 3000, "name": "todo_service3"}, ++ {"ip": vm_ip, "port": -1, "name": "other"}, ++ {"ip": vm_ip, "port": -1, "name": "other"}, ++ {"ip": vm_ip, "port": -1, "name": "other"}, ++ {"ip": vm_ip, "port": -1, "name": "other"}, ++ {"ip": vm_ip, "port": -1, "name": "other"}, ++ {"ip": vm_ip, "port": -1, "name": "other"}, ++ {"ip": vm_ip, "port": -1, "name": "other"}, ++ {"ip": vm_ip, "port": -1, "name": "other"}, ++ {"ip": vm_ip, "port": -1, "name": "other"}, + {"ip": vm_ip, "port": -1, "name": "other"}] -services = [{"ip": vm_ip, "port": 9876, "name": "cc_market"}, -- cgit v1.2.3