From 244a7cf970269327fec5613b7b4d485c7dd8e914 Mon Sep 17 00:00:00 2001 From: Tylous Date: Tue, 31 Aug 2021 14:19:07 -0400 Subject: [PATCH] v1.3 --- Loader/Loader.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/Loader/Loader.go b/Loader/Loader.go index 2b68540..10ed78d 100644 --- a/Loader/Loader.go +++ b/Loader/Loader.go @@ -205,7 +205,6 @@ func GenerateHTTPVaribles(Host, metadata, uri, customuri, CDN, CDN_Value, Profil } else { num_Profile, _ = strconv.Atoi(Profile) } - fmt.Println(num_Profile) if metadata == "base64" { Beacon_GETPOST.Variables["metadata_mode"] = metadata } else if metadata == "base64url" { @@ -308,7 +307,6 @@ func GenerateProfile(Profile, CDN, CDN_Value, cert_password, custom_cert, Profil Beacon_GETPOST_Profile.Variables = make(map[string]string) Beacon_SSL.Variables = make(map[string]string) if Profile == "" { - fmt.Println(num_Profile) CNAME := "\rhttps-certificate {\rset CN \"" + hostname + "\"; #Common Name" Beacon_SSL.Variables["Cert"] = CNAME + Struct.Cert[num_Profile-1] Beacon_GETPOST_Profile.Variables["Profile"] = Struct.HTTP_GET_POST_list[num_Profile-1]