2017 © Pedro Peláez
 

library laravel-wp-admin-you-tried

Bait for any configured login page.

image

gdejong/laravel-wp-admin-you-tried

Bait for any configured login page.

  • Saturday, October 21, 2017
  • by gdejong
  • Repository
  • 1 Watchers
  • 1 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

LaravelWPAdminYouTried

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)

Install

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

Contributing

Via Pull Requests., (*7)

License

The Unlicense. Please see License File for more information., (*8)

The Versions

21/10 2017

dev-master

9999999-dev https://github.com/gdejong/laravel-wp-admin-you-tried

Bait for any configured login page.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Gijs de Jong

gdejong laravelwpadminyoutried