vitormattos / ingress-sentinel
Monitoring Ingress report e-mail of attacks on portals
dev-master
2014-12-31 21:33 UTC
Requires
- ext-imap: *
- ext-pdo: *
- guiguiboy/php-cli-progress-bar: dev-master
- robmorgan/phinx: *
This package is auto-updated.
Last update: 2024-10-29 04:36:22 UTC
README
inserts data with damage email report in a sqlite database.
How to use?
- Run Composer from your application
- The database are used is SQLite. After run composer, run the following command to create the sqlite file:
migrate -e development
- Put the data access for the email account that concentrates the reports Ingress in test.php file and run this file with the following command:
php test.php
When the test.php script has finished running, you will have a database to parse all emails that are configured in the account.
TODO:
- Analysis of data from the database to identify anomaly