Skip to content

Releases: edoardottt/cariddi

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

v1.1.7

03 May 14:08
ca6d5bf
Compare
Choose a tag to compare

cariddi v1.1.7 🥳

  • Added -debug option
  • Added golangci-lint action
  • Added make lint action
  • Ignore robots.txt rules by default
  • Add -info option and info regexes
  • Minor changes and fixes

If you encounter a problem, just open an issue