Skip to content

dazzyddos/aws_s3_scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

S3 Sensitive Information Scanner

This Python script scans readable files in AWS S3 buckets for sensitive information such as passwords, keys, and access tokens. It supports various file types including .txt, .docx, .xlsx, .csv, .json, etc.

Installation

  1. Clone the repository:

    git clone https://github.com/dazzyddos/aws_s3_scanner.git
    cd aws_s3_scanner
  2. Install the required Python packages:

    pip install -r requirements.txt

Usage

  1. Ensure your AWS credentials are configured aws configure. You can also do this by setting environment variables or using the AWS credentials file.

  2. Usage: To scan specific buckets:

python s3_scanner.py -b bucket1 bucket2

To scan all accessible buckets:

python s3_scanner.py

Example Output

File Types Supported

  • Text files (.txt)
  • Word documents (.docx)
  • Excel spreadsheets (.xlsx)
  • CSV files (.csv)
  • JSON files (.json)
  • XML files (.xml)
  • YAML files (.yaml, .yml)
  • INI configuration files (.ini)
  • SQL files (.sql)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages