leakyrepo VS JAZ

Compare leakyrepo vs JAZ and see what are their differences.

leakyrepo

A repo which contains lots of things which it shouldn't (by digininja)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
leakyrepo JAZ
1 2
42 22
- -
10.0 0.0
over 4 years ago about 1 year ago
Rust
- MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

leakyrepo

Posts with mentions or reviews of leakyrepo. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-11-08.
  • Discover Hidden Secrets in Git Repos with Rust
    3 projects | dev.to | 8 Nov 2021
    At this point, we've succeeded at what we set out to create. I went ahead and scanned common testing repositories for this sort of thing like Plazmaz/leaky-repo and dijininja/leakyrepo. In general the program found all or most of the secrets. In the case of dijininja/leakyrepo it found a lot of RSA private keys which is acceptable but technically a misidentification. For Plazmaz/leaky-repo we find the majority of the keys although once again misidentify some. The decision to use rust makes performance really solid although still a little slow even for small repos. A couple good extensions to this to help with that could be adding a thread pool in order to scan objects in parallel. In more professional code, it seems more idiomatic for the scan_objects() function to return some objects of objects including their results rather than just printing the one containing secrets. For example, it could be formatted something like this:

JAZ

Posts with mentions or reviews of JAZ. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-11-08.
  • Discover Hidden Secrets in Git Repos with Rust
    1 project | /r/rust | 9 Nov 2021
    3 projects | dev.to | 8 Nov 2021
    [package] name = "secret_catcher" version = "0.0.1" authors = ["John Naylor "] edition = "2021" description = "Find secrets hidden in commits" repository = "https://github.com/jonaylor89/JAZ" license = "MIT" readme = "README.md" [dependencies] git2 = "0.13"

What are some alternatives?

When comparing leakyrepo and JAZ you can also consider the following projects:

leaky-repo - Benchmarking repo for secrets scanning

cwe_checker - cwe_checker finds vulnerable patterns in binary executables

sn0int - Semi-automatic OSINT framework and package manager

fim - FIM is an Open Source Host-based file integrity monitoring tool that performs file system analysis, file integrity checking, real time alerting and provides Audit daemon data.

noseyparker - Nosey Parker is a command-line program that finds secrets and sensitive information in textual data and Git history.