Skip to content

ronin-rb/bruteforceables

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bruteforceables

A collection of bruteforceable apps and servers. Useful for testing network bruteforcers.

Credentials

All apps require the username admin and the password password1234.

Apps

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.