dev-master
9999999-dev https://github.com/gdejong/laravel-wp-admin-you-triedBait for any configured login page.
MIT
The Requires
- illuminate/support ~5.1
- php ~5.6|~7.0
The Development Requires
by Gijs de Jong
gdejong laravelwpadminyoutried
Wallogit.com
2017 © Pedro Peláez
Bait for any configured login page.
Quick Laravel package to give something back to all the automated web scrapers trying to access /wp-admin., (*1)
What it does: present you with a WordPress login screen. After submitting the login form the user will be redirected to another URL., (*2)
Configuration options:
- login-endpoints an array containing the endpoints to mock.
- action what to do after submitting the form, currently only supports redirect
- redirect_url where to redirect the user to after submitting the login form
- redirect_sleep how many seconds to wait before redirecting, (*3)
Via Composer, (*4)
``` bash $ composer require gdejong/laravel-wp-admin-you-tried:dev-master, (*5)
Add Service Provider to `config\app.php` ``` bash \gdejong\LaravelWPAdminYouTried\LaravelWPAdminYouTriedServiceProvider::class,
Publish vendor files ``` bash $ php artisan vendor:publish, (*6)
Edit config to your liking ``` bash config/wp-admin-you-tried.php
Via Pull Requests., (*7)
The Unlicense. Please see License File for more information., (*8)
Bait for any configured login page.
MIT
gdejong laravelwpadminyoutried