PentestPad / subzy

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

Moved parsing flags into its own file #14

Closed NSEcho closed 3 years ago

NSEcho commented 3 years ago

This PR adds the file src/config.go which parses the flag and cleans the subzy.go package more.

Also, changed the usage of Settings object with *Settings as it is more lightweight to use.