haccer / subjack

Subdomain Takeover tool written in Go
Apache License 2.0
1.89k stars 333 forks source link

Update Subjack to use Embed #96

Open rzhade3 opened 1 year ago

rzhade3 commented 1 year ago

This PR updates Subjack to use Go 1.16's Embed functionality, which allows us to embed static files directly into the binary.

Fixes https://github.com/haccer/subjack/issues/65, https://github.com/haccer/subjack/issues/86, https://github.com/haccer/subjack/issues/88