Releases: edoardottt/cariddi
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
v1.2.1
cariddi v1.2.1 🥳
- Fix slice bounds out of range #88
go install -v github.com/edoardottt/cariddi/cmd/cariddi@latest
Thanks @cyb3rjerry
If you encounter a problem, just open an issue
v1.2.0
cariddi v1.2.0 🥳
- Add Ctrl-C handle
- Closed Initial call to robots.txt and sitemap.xml don't enforce ignored words #81
- Closed -i docs doesn't ignore subdomains containing "docs" #79
- Closed "domain formatted in a bad way" kills scan and debug doesn't give any info on the URL that caused this #78
- Minor code improvements
- Minor changes and fixes
go install -v github.com/edoardottt/cariddi/cmd/cariddi@latest
Thanks @cyb3rjerry
If you encounter a problem, just open an issue
v1.1.9
v1.1.8
cariddi v1.1.8 🥳
- Add AWS cognito pool regex by @rodnt
- Add -insecure flag to ignore invalid HTTPS certificates by @mrnfrancesco
- Updated golangci-lint action configuration
- Updated dependencies
- Minor code improvements
- Minor changes and fixes
If you encounter a problem, just open an issue