Releases: edoardottt/cariddi
v1.4.2
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
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
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
- 3a37ef3 Update README.md
- 23e66b6 Merge pull request #181 from edoardottt/devel
- cf3f4f6 v1.4.0
- 9b2a025 more HTML selectors + go mod tidy
- 1eb9a8e update Default Ignored Extensions
- 0e7a7ac add bmp,ttf,tfif to Default Ignored Extensions
- 89097f9 add SVG to Default Ignored Extensions
- aa4238e update README
- a3c04a1 update README
- e74f293 update README.md
- e363329 minor changes
- 111b37d update REAMDE
- a106dd1 linting + minor changes
- 1e8cec1 update README
- 31711cf linting
- d8921f3 Added -ie flag (IgnoreExtensions)
- 016fccc Enhanced performance and UI for HTML and TXT output
- 34e7c8a compile regexes only once
- 16d83f5 update README
- 7e5d1c4 update README
- e35fd17 update README
- c1cd75d enhanced HTML output
- d87b3fc minox fix
- bcbc3ae fix go status badge
- c616875 improve Makefile
- 607d30f minox fix
- 709c4fc improve make.bat
- 69acf81 rewrite huntExtensions
- f83404e update dependencies
- ad51fc0 add more extensions
- 82a3585 optimize secrets, info ad errors hunting (goroutines)
- 0989658 (linting) add maxdepth flag (md) + graceful exit
- cb0b442 add maxdepth flag (md) + graceful exit
- 3d35be7 updated colly to v2.2.0
- 4f90ce3 updated colly to v2.2.0
- 45a3b78 optimize pattern matching for secrets, errors and info (linting)
- d3834a4 optimize pattern matching for secrets, errors and info
If you encounter a problem, just open an issue
v1.3.6
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
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
v1.3.3
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
- chore(deps): bump golang.org/x/net from 0.8.0 to 0.17.0 by @dependabot in #131
- Devel update by @edoardottt in #132
- chore(deps): bump github.com/fatih/color from 1.15.0 to 1.16.0 by @dependabot in #134
- Devel update by @edoardottt in #135
- Create FUNDING.yml by @edoardottt in #136
- add BA install step by @noraj in #137
- Devel update by @edoardottt in #138
- chore(deps): bump google.golang.org/protobuf from 1.31.0 to 1.33.0 by @dependabot in #140
- Devel update by @edoardottt in #141
- v1.3.3 by @edoardottt in #145
New Contributors
Full Changelog: v1.3.2...v1.3.3
v1.3.2
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
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
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