gdejong/laravel-wp-admin-you-tried is a Laravel package for bait for any configured login page..
It currently has 1 GitHub stars and 11 downloads on Packagist.
Install it with composer require gdejong/laravel-wp-admin-you-tried.
Discover more Laravel packages by gdejong
or browse all Laravel packages to compare alternatives.
Last updated
Quick Laravel package to give something back to all the automated web scrapers trying to access /wp-admin.
What it does: present you with a WordPress login screen. After submitting the login form the user will be redirected to another URL.
Configuration options:
login-endpoints an array containing the endpoints to mock.action what to do after submitting the form, currently only supports redirectredirect_url where to redirect the user to after submitting the login formredirect_sleep how many seconds to wait before redirectingVia Composer
$ composer require gdejong/laravel-wp-admin-you-tried:dev-master
Add Service Provider to config\app.php
\gdejong\LaravelWPAdminYouTried\LaravelWPAdminYouTriedServiceProvider::class,
Publish vendor files
$ php artisan vendor:publish
Edit config to your liking
config/wp-admin-you-tried.php
Via Pull Requests.
The Unlicense. Please see License File for more information.