Skip to content

Simple Rails engine that provides a fake login screen for your admin panel.

License

Notifications You must be signed in to change notification settings

michaelkoper/rails_honeypot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RailsHoneypot

RailsHoneypot is a very simple engine that provides a fake login screen for your admin panel so you can have your real admin panel accessible via something random that is hard to guess.

Installation

Add this line to your application's Gemfile:

gem 'rails_honeypot'

And then execute:

$ bundle

Usage

Simply add the following route in your routes.rb

YourApp::Application.routes.draw do
  mount RailsHoneypot::Engine, at: "/admin"
end

now visit the /admin route and see it in action.

Screenshots

Contributing

If you want to contribute, please follow these easy steps:

  1. Fork it ( https://github.com/michaelkoper/rails-honeypot/fork )
  2. Create your feature branch (git checkout -b improving-something)
  3. Commit your changes (git commit -am 'Let's improve this!')
  4. Push to the branch (git push origin improving-something)
  5. Create new Pull Request

License

The gem is available as open source under the terms of the MIT License.

About

Simple Rails engine that provides a fake login screen for your admin panel.

Resources

License

Stars

Watchers

Forks

Packages

No packages published