Skip to content

Releases: edoardottt/cariddi

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

v1.2.1

15 Nov 17:54
4d59028
Compare
Choose a tag to compare

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

15 Nov 14:42
1aec3ae
Compare
Choose a tag to compare

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

14 Oct 16:15
202304b
Compare
Choose a tag to compare

cariddi v1.1.9 🥳

  • Complete Refactoring
  • Updated CodeQL to v2
  • Removed Dockerfile
  • Minor code improvements
  • Minor changes and fixes

If you encounter a problem, just open an issue

v1.1.8

04 Sep 17:15
70aa7da
Compare
Choose a tag to compare

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