We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14e816c commit 3873a98Copy full SHA for 3873a98
pkg/webscan/jsjump.go
@@ -95,6 +95,7 @@ func regexJsjump(resp *req.Response) string {
95
if len(body) > 700 {
96
body = body[:700]
97
}
98
+ body = strings.ReplaceAll(body, `"+window.location.host+"`, resp.Request.URL.Host)
99
matches = reg2.FindAllStringSubmatch(body, -1)
100
if len(matches) > 0 {
101
return matches[0][1]
0 commit comments