├── .gitignore ├── README.md ├── config.json ├── google_dfir.py └── requirements.txt /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/megan201296/gsuite-dfir/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/megan201296/gsuite-dfir/HEAD/README.md -------------------------------------------------------------------------------- /config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/megan201296/gsuite-dfir/HEAD/config.json -------------------------------------------------------------------------------- /google_dfir.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/megan201296/gsuite-dfir/HEAD/google_dfir.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/megan201296/gsuite-dfir/HEAD/requirements.txt --------------------------------------------------------------------------------