cariddi

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

GPL-3.0 License

Downloads
13
Stars
1.5K
Committers
8

Bot releases are hidden (Show)

cariddi - v1.3.3

Published by edoardottt 7 months ago

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: https://github.com/edoardottt/cariddi/compare/v1.3.2...v1.3.3

cariddi - v1.3.2

Published by edoardottt over 1 year ago

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

cariddi - v1.3.1

Published by edoardottt over 1 year ago

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

cariddi - v1.3.0

Published by edoardottt over 1 year ago

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

cariddi - v1.2.1

Published by edoardottt almost 2 years ago

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

cariddi - v1.2.0

Published by edoardottt almost 2 years ago

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

cariddi - v1.1.9

Published by edoardottt about 2 years ago

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

cariddi - v1.1.8

Published by edoardottt about 2 years ago

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

cariddi - v1.1.7

Published by edoardottt over 2 years ago

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

cariddi - v1.1.6

Published by edoardottt over 2 years ago

cariddi v1.1.6 🥳

  • Added DBMS error regexes
  • Readable comments
  • Minor changes and fixes

If you encounter a problem, just open an issue

cariddi - v1.1.5

Published by edoardottt almost 3 years ago

cariddi v1.1.5 🥳

  • Added general errors detection
  • Fix slice out of bounds issue
  • Fix Ignore match issue
  • MInor changes and fixes

If you encounter a problem, just open an issue

cariddi - v1.1.4

Published by edoardottt almost 3 years ago

cariddi v1.1.4 🥳

  • Added custom headers support.
  • Minor bug fixes and changes.

If you encounter a problem, just open an issue

cariddi - v1.1.3

Published by edoardottt almost 3 years ago

cariddi v1.1.3 🥳

  • Added default requests to robots.txt and sitemap.xml.
  • Fixed urls output.
  • Minor changes.
cariddi - v1.1.2

Published by edoardottt about 3 years ago

cariddi v1.1.2 🥳

Removed comments and debug prints, minor changes.

cariddi - v1.1.1

Published by edoardottt about 3 years ago

cariddi v1.1.1 🥳

  • Added event on action attribute of form tag (url crawling)
  • Added event on xml sitemaps (url crawling)
  • Code refactoring
  • Add make update command that updates everything
  • Minor changes
cariddi - v1.1

Published by edoardottt about 3 years ago

cariddi v1.1 🎉

cariddi - v1.0

Published by edoardottt about 3 years ago

🎉 First release ! 🎉

Take a list of domains, crawl urls and scan for endpoints, secrets, api keys, file extensions, tokens and more...
Try it out, I know there is still work to do, but I think it's ready for the first official release :)
Crawled more than 130.000 urls and searched for interesting endpoints, secrets and file extensions on 50+ targets in less than 10 minutes.
Open an issue for everything. Installation, usage and more details in the README file.

Enjoy and happy recon! ⚔️