Closed eur0pa closed 6 years ago
Yeah @eur0pa, i knew about that error. Forgot to fix it. I am going to rewrite the tool anyway. :+1: Thanks for notifying.
Hey @butterskinny, thanks for the compliment. Afaik, github pages is detetcted by the tool!
@butterskinny It's probably a problem with the way subdomains are setup on Github Pages. I have myself found Github Pages takeovers using this tool. It seems to work fine,
https://github.com/Ice3man543/SubOver/blob/7d7ca40932376f8575ffd9bba88da358581d0c51/subover.go#L166
Either use:
fmt.Printf("\n[\033[31;1;4mCLOUDFRONT\033[0m] Takeover Possible At : %s With HTTP & HTTPS\n", s.Url)
or
fmt.Println("\n[\033[31;1;4mCLOUDFRONT\033[0m] Takeover Possible At : " + s.Url + " With HTTP & HTTPS")