Skip to content

Releases: edoardottt/cariddi

v1.4.2

20 Aug 08:55
b90d3b4
Compare
Choose a tag to compare

cariddi v1.4.2 🥳

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

  • Dependencies, GitHub Actions and Go updated

Changelog

  • b90d3b4 Merge pull request #200 from edoardottt/devel
  • 3da952d v1.4.2
  • 799fc67 Merge pull request #199 from edoardottt/devel
  • f365412 deps update
  • ae08347 deps update
  • 429c37e Merge pull request #198 from edoardottt/dependabot/go_modules/devel/github.com/projectdiscovery/utils-0.4.23
  • 1defae6 go1.24, golangci-lint v2.2.0 + updated config
  • b60b826 chore(deps): bump github.com/projectdiscovery/utils
  • 8d4e335 Merge pull request #193 from edoardottt/devel
  • 6335bf5 Merge pull request #192 from edoardottt/dependabot/go_modules/devel/github.com/projectdiscovery/utils-0.4.20
  • d68bcac chore(deps): bump github.com/projectdiscovery/utils
  • f17ccf4 Merge pull request #191 from edoardottt/devel
  • 34cde96 Merge pull request #190 from edoardottt/dependabot/go_modules/devel/github.com/projectdiscovery/utils-0.4.19
  • fd5be9e chore(deps): bump github.com/projectdiscovery/utils
  • df3e477 Merge pull request #189 from edoardottt/devel
  • daaf5c6 Merge pull request #188 from emmanuel-ferdman/main
  • 4669e7d Update GoReleaser configuration

If you encounter a problem, just open an issue

v1.4.1

30 Apr 07:21
2571e3e
Compare
Choose a tag to compare

cariddi v1.4.1 🥳

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

  • Fixed JSON flag not working anymore #185
  • Added OpenAI Api Key secret

Changelog

  • 2571e3e Merge pull request #187 from edoardottt/devel
  • 89774a8 v1.4.1
  • 2567c17 Merge pull request #186 from edoardottt/devel
  • e92f6f9 Add OpenAI api key secret regex
  • fb7e24a fix #185
  • 8acbccc Merge pull request #183 from edoardottt/devel
  • e308645 Merge pull request #182 from edoardottt/dependabot/go_modules/devel/github.com/projectdiscovery/utils-0.4.18
  • 6a02ec6 chore(deps): bump github.com/projectdiscovery/utils

If you encounter a problem, just open an issue

v1.4.0

14 Apr 09:31
3a37ef3
Compare
Choose a tag to compare

cariddi v1.4.0 🥳

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

The biggest update since Cariddi creation in performance, speed and accuracy.

  • Optimized pattern matching for secrets, errors and info (goroutines + precompiled regexes)
  • Added many HTML selectors
  • Added MaxDepth flag (-md, Maximum depth level the crawler will follow from the initial target URL)
  • Added IgnoreExtensions flag (-ie, Comma-separated list of extensions to ignore while scanning, defaults included)
  • Enhanced performance and UI for HTML and TXT output
  • Fixed graceful exit
  • Updated colly to v2.2.0, more dependencies update
  • Minor fixes and changes

Changelog

If you encounter a problem, just open an issue

v1.3.6

03 Apr 07:29
Compare
Choose a tag to compare

cariddi v1.3.6 🥳

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

  • Added more errors detection rules (Python, ASP.NET and SQLServer)
  • Added secret detection rule for Facebook token
  • Updated go to 1.23
  • Updated golangci-lint to 1.61
  • Fixed linting issues
  • Updated dependencies

Changelog

  • 3ecfc22 v1.3.6
  • 99bc285 Merge pull request #180 from edoardottt/devel
  • a24db61 go1.23 update
  • 612e354 Merge pull request #179 from edoardottt/devel
  • cfb551e Merge pull request #178 from edoardottt/dependabot/go_modules/golang.org/x/net-0.36.0
  • c20d647 chore(deps): bump golang.org/x/net from 0.33.0 to 0.36.0
  • 05cba65 Update secrets.go
  • 04aca09 Update error.go
  • 88bcf27 Merge pull request #175 from edoardottt/devel
  • c86b136 Merge pull request #174 from edoardottt/dependabot/go_modules/golang.org/x/net-0.33.0
  • 52eff9c chore(deps): bump golang.org/x/net from 0.23.0 to 0.33.0
  • 589ba66 Merge pull request #172 from edoardottt/devel
  • 7f2d0c7 new website
  • a4be6cf Merge pull request #171 from edoardottt/devel
  • 6e6e61a new website
  • c806195 Merge pull request #170 from edoardottt/devel
  • 453d1c0 Merge pull request #169 from edoardottt/dependabot/go_modules/devel/github.com/fatih/color-1.18.0
  • c04c47f chore(deps): bump github.com/fatih/color from 1.17.0 to 1.18.0
  • 4e90e94 Merge pull request #168 from edoardottt/devel
  • 0f6fb1c Update README.md
  • 4e0f4d3 Merge pull request #167 from devplayer55221/dev
  • af3c8cc Added Go version for building from source

If you encounter a problem, just open an issue

v1.3.5

01 Jul 10:24
9e5c233
Compare
Choose a tag to compare

cariddi v1.3.5 🥳

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

  • Add new secrets
  • fix: fix ci errors
  • fix: add oss:// to S3 and reduce regexp length for CI by @hugo-syn
  • Update user agents + tests
  • Update BurpSuite integration

Changelog

  • 9e5c233 Merge pull request #160 from edoardottt/devel
  • d482cd3 v1.3.5
  • 74cd450 Merge pull request #159 from edoardottt/devel
  • e2d924f v1.3.5
  • c36375f Merge pull request #158 from edoardottt/devel
  • d62a737 add secrets
  • fa04af3 add secrets
  • c39f980 add secrets
  • 59abf92 add secrets
  • a3cd8f5 add secrets
  • d358957 Update README.md
  • 24bc702 update burp integration
  • eddd507 update user agents + tests
  • 17791a5 Merge pull request #157 from edoardottt/devel
  • 2fd5e72 Merge pull request #156 from edoardottt/dependabot/go_modules/devel/github.com/fatih/color-1.17.0
  • 01c56c1 chore(deps): bump github.com/fatih/color from 1.16.0 to 1.17.0
  • f6f2675 Merge pull request #154 from edoardottt/dependabot/go_modules/golang.org/x/net-0.23.0
  • 2eb7097 chore(deps): bump golang.org/x/net from 0.17.0 to 0.23.0
  • 7bcb201 Merge pull request #149 from hugo-syn/alibaba
  • 1532f5f fix: fix ci errors
  • 1a16d14 fix: add oss:// to S3 and reduce regexp length for CI
  • 4611e17 Merge pull request #148 from edoardottt/dependabot/go_modules/golang.org/x/net-0.23.0
  • fd675a1 feat: add Alibaba OSS bucket detection
  • 5f8c014 chore(deps): bump golang.org/x/net from 0.17.0 to 0.23.0
  • c77ab31 Update release-binary.yml

If you encounter a problem, just open an issue

v1.3.4

14 Apr 09:17
Compare
Choose a tag to compare

cariddi v1.3.4 🥳

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

Changelog

If you encounter a problem, just open an issue

v1.3.3

01 Apr 09:14
d991e0a
Compare
Choose a tag to compare

cariddi v1.3.3 🥳

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

sudo snap install cariddi
go install -v github.com/edoardottt/cariddi/cmd/cariddi@latest
  • Partially fixed proxy issues.
  • Removed info scan regexes getting a lof of false positives.
  • Dependencies update.
  • Minor fixes and changes.
  • Linting.

If you encounter a problem, just open an issue

What's Changed

New Contributors

Full Changelog: v1.3.2...v1.3.3

v1.3.2

09 Jun 10:02
c2f158a
Compare
Choose a tag to compare

cariddi v1.3.2 🥳

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

sudo snap install cariddi
go install -v github.com/edoardottt/cariddi/cmd/cariddi@latest
  • Added -sr option (Store HTTP responses, #121).
  • Documented input flags (#123).
  • Added Example Regex File (#118).
  • Minor fixes and changes.
  • Updated README.md.

If you encounter a problem, just open an issue

v1.3.1

23 Mar 19:32
cf84ea2
Compare
Choose a tag to compare

cariddi v1.3.1 🥳

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

sudo snap install cariddi
go install -v github.com/edoardottt/cariddi/cmd/cariddi@latest
  • Add JSON cli output by @ocervell
  • Fix multiple info in the same URL
  • Add new secrets
  • Fix data image protocol link
  • Fix snapcraft.yaml
  • Create auto_assign.yml
  • Minor fixes and changes

Thanks @ocervell 🥳

If you encounter a problem, just open an issue

v1.3.0

13 Feb 08:49
743aab9
Compare
Choose a tag to compare

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