# AWSAccessKeyScan

Scans your computer for easy to find AWS Access Keys

Usage

    bundle
    ./bin/aws_access_scan -h

    $ ./bin/access_key_scan -h
    Usage: example.rb [options]
        -d, --directory [DIRECTORY]      Directory to Scan - Defaults to /
        -o, --output_file [FILE_NAME]    File to Output Results to

If you run with no arguments it will scan from your entire computer

Output

    $ ./bin/access_key_scan -d ~/Downloads
    Processed 0 Files
    Found file /Users/someuser/Downloads/credentials.csv-2.txt, usable: false
    Found file /Users/someuser/Downloads/credentials.csv-3.txt, usable: false
    Found file /Users/someuser/Downloads/credentials.csv-4.txt, usable: false
    Found file /Users/someuser/Downloads/credentials.csv-5.txt, usable: true
    Found file /Users/someuser/Downloads/credentials.csv.txt, usable: false

Todo/Help

Fork and send me a Pull Request