Skip to content

att/frida

Repository files navigation

Copyright (c) 2019 AT&T Intellectual Property. All rights reserved.

Introduction

Meet Frida - the FRIendly Database Analyzer

Developed for AT&T by Stuart Minshull, 2018

Technical Advisor is Don Subert (ds390s@att.com) of AT&T

Configuration

Requires a config.py file, in the project root directory with the following properties:

Client Requests

Example API request to analyze a MariaDB instance:

curl -X POST \
  http://<service_host>:<service_port>/profile/ \
  -H 'Authorization: Basic <base64_encoded_credentials>' \
  -H 'Content-Type: application/json' \
  -d '{
    "host": "<db_host>",
    "port": <db_port>,
    "user": "<db_user>",
    "passwd": "<db_password",
    "database": "information_schema",
    "tech_type": "mariadb"
}'

AAF (Application Authorization Framework)

Access is controlled by the AAF project

https://github.com/att/AAF

About

Meet Frida - the FRIendly Database Analyzer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published