Skip to content

Commit

Permalink
v1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Tylous authored Aug 31, 2021
1 parent 23c51f4 commit 244a7cf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Loader/Loader.go
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down Expand Up @@ -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]
Expand Down

0 comments on commit 244a7cf

Please sign in to comment.