Skip to content

v1.3.0

Compare
Choose a tag to compare
@edoardottt edoardottt released this 13 Feb 08:49
· 139 commits to main since this release
743aab9

cariddi v1.3.0 🥳

Take a list of domains, crawl urls and scan for endpoints, secrets, api keys, file extensions, tokens and more

go install -v github.com/edoardottt/cariddi/cmd/cariddi@latest
  • Wrap the New() params into a single object #95
  • Wrap the results in a struct #96
  • Fix code scanning alert - Incomplete regular expression for hostnames #98
  • Second ctrl+c should force quit the program #89
  • Refactor visitHTMLLink() #100
  • Complete code refactoring
  • Minor fixes and changes
  • Insecure HTTPS by Default
  • Updated Info regexes
  • Fixed false positives
  • Dependabot setup

Thanks @cyb3rjerry

If you encounter a problem, just open an issue