edoardottt / cariddi

Take a list of domains, crawl urls and scan for endpoints, secrets, api keys, file extensions, tokens and more
https://edoardoottavianelli.it
GNU General Public License v3.0
1.49k stars 152 forks source link

feat: use go-flags #151

Open ocervell opened 4 months ago

ocervell commented 4 months ago

Consider using https://github.com/jessevdk/go-flags to have nicer options sets (for instance for headers, short flag -H, long flag --header)

edoardottt commented 4 months ago

I've always been using https://github.com/projectdiscovery/goflags. Do you see something missing there?

ocervell commented 4 months ago

Oops sorry, that's the one I meant :D Maybe we just need short versions of the flags then !