PentestPad / subzy

Subdomain takeover vulnerability checker
https://www.pentestpad.com
GNU General Public License v2.0
989 stars 149 forks source link

HTTP error #39

Closed xalgord closed 1 year ago

xalgord commented 1 year ago

why I'm getting this error:

image

matthewomccorkle commented 1 year ago

@xalgord you are receiving this error because you are using a shell script file as your input. Try running Subzy with a correctly formatted targets file. See the list.txt example file located in the repository for how to format a list of subdomains as a target file. https://github.com/PentestPad/subzy/blob/master/list.txt

LukaSikic commented 1 year ago

Thanks @matthewomccorkle !