Ice3man543 / SubOver

A Powerful Subdomain Takeover Tool
BSD 2-Clause "Simplified" License
918 stars 198 forks source link

Wrong fmt.Print function #11

Closed eur0pa closed 6 years ago

eur0pa commented 6 years ago

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")

Ice3man543 commented 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.

Ice3man543 commented 6 years ago

Hey @butterskinny, thanks for the compliment. Afaik, github pages is detetcted by the tool!

Ice3man543 commented 6 years ago

@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,