2017 © Pedro Peláez
 

library larscanner

misc tools to scan apps after being deployed

image

alfred-nutile-inc/larscanner

misc tools to scan apps after being deployed

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 2 % Grown

The README.md

Misc Tools to Help Scan Laravel for Security Issues

Latest Version on Packagist ![Build Status][ico-travis] Coverage Status ![Quality Score][ico-code-quality] Total Downloads ![Software License][ico-license], (*1)

Tons more to do this just one tool, (*2)

Installation

composer require alfred-nutile-inc/larscanner:dev-master, (*3)

Add to config/app.php, (*4)

 AlfredNutileInc\LarScanner\Providers\LarScannerProvider::class

SensioLabs Composer Checker

by https://github.com/sensiolabs/security-checker, (*5)

Make sure to add to your env, (*6)

SECURITY_NOTICE_SLACK_URL=https://room_to_slack

Then add to app/Console/Kernel.php, (*7)

        $schedule->command('larscanner:sensio')->daily()
        ->appendOutputTo('/tmp/security_issues.log')
        ->emailOutputTo('some@email.com');

The output is optional. By default it will send it to slack., (*8)

You can turn slack off if needed by (todo), (*9)

Testing

bash $ composer test, (*10)

Contributing

Please see CONTRIBUTING and CONDUCT for details., (*11)

TODO

  • Allow slack to be turned off

Roadmap

  • Can we scan our code? Something like http://brakemanscanner.org/, (*12)

  • What other well known libraries are there?, (*13)

  • Some good links phparch nov 2016 good article with links to a number of services and php tools, (*14)

  • can we find laravel vulnerabilities and scan our site nightly, (*15)

  • use behat to try and break into our sites?, (*16)

The Versions

06/03 2018

0.1.x-dev

0.1.9999999.9999999-dev

misc tools to scan apps after being deployed

  Sources   Download

The Requires

 

The Development Requires