fnordfish / bruteforceable

A collection of bruteforceable apps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A collection of bruteforceable apps


Languages

Language:Ruby 42.4%Language:Makefile 30.6%Language:Dockerfile 27.0%