PentestPad / subzy

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

Not able to run app on Kali 2019.01 #1

Closed sumgr0 closed 5 years ago

sumgr0 commented 5 years ago

Hi!

Thank you for the great tool.

I've it installed on my Kali VM running 2019.01 and have not been successful using the tool in the last 2 days. Followed the instruction to clone the git repository and when issuing the command ./subzy or sudo bash subzy, getting the below error messages:

subzy ‹master› ╰─➤ ./subzy zsh: exec format error: ./subzy

subzy ‹master› ╰─➤ sudo bash subzy
subzy: subzy: cannot execute binary file

Kindly suggest the way to rectify the same.

Thanks

LukaSikic commented 5 years ago

You will need to compile it from the source in that case. Install golang and then run go build subzy.go and it will create new binary file subzy which you can run

sumgr0 commented 5 years ago

Thank you for the quick revert. The solution worked. Request of the update of the Readme information for the same.

Confirmation:

/subzy ‹master*› ╰─➤ ./subzy
Usage: ./subzy [OPTIONS] argument ... -concurrency int Number of concurrent checks (default 10) -hide_fails Don't display failed results -https Force https protocol if not no protocol defined for target (default false) -target string Single or multiple subdomains separated by comma -targets string File path to list of subdomains to be scanned -timeout int Request timeout in seconds (default 10) -verify_ssl If set to true it won't check sites with insecure SSL and return HTTP Error

sumgr0 commented 5 years ago

Thank you updating the Readme.

sebastgav2014 commented 4 months ago

Hi, LukaSikic.

I'm having a problem installing on kali 2024.