/bruteforceable

A collection of bruteforceable apps

Primary LanguageRuby

bruteforceable

A collection of bruteforceable apps. Useful for testing bruteforcers.

Credentials

All apps require the username admin and the password password1234.

Apps

  • ftp/ - An FTP server.
  • http/
    • basic_auth - A Ruby Sinatra app that uses HTTP Basic-Auth.

Contributing

New Apps

  • Must exist within a directory.
  • Must contain a Dockerfile to build the app as a docker image.
  • Must contain a docker-compose.yml file for quickly starting up the docker image.
  • Must contain a Makefile for building the docker image and running either the app or the docker image.
  • Must contain a README.md file containing basic instructions on how to run the server.