Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AWS Secret Key Analyzer #130

Closed
wants to merge 8 commits into from
Closed

AWS Secret Key Analyzer #130

wants to merge 8 commits into from

Commits on Oct 7, 2019

  1. Adobe License Key Regex

    jmmille committed Oct 7, 2019
    Configuration menu
    Copy the full SHA
    5826ccd View commit details
    Browse the repository at this point in the history
  2. Create md5hashanalyzer_test.py

    Created md5 hash analyzer unit test.
    jmmille committed Oct 7, 2019
    Configuration menu
    Copy the full SHA
    6dc5079 View commit details
    Browse the repository at this point in the history
  3. Update md5hashanalyzer.py

    Regex would trigger on longer SHA hashes.  Added word bounderies to hopefully prevent that.
    jmmille committed Oct 7, 2019
    Configuration menu
    Copy the full SHA
    fb299f5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4cf983d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e1fab85 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2019

  1. Add AWS Secret Key Analyzer

    AWS Keys are 40 character alphanumerics.  Every SHA hash will get picked up as an AWS Key, but AWS keys will rarely get picked up as a SHA hash.
    jmmille committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    aacddb1 View commit details
    Browse the repository at this point in the history
  2. Update __init__.py

    jmmille committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    cab0b59 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    732debb View commit details
    Browse the repository at this point in the history