Welcome to OWASP Passfault
Objective: Do Passwords Better!
Running the Command-line Interface:
- install java
cd coregradlew installDist- run
build/install/core/bin/core
Running the jsonWebService:
- cd jsonService
gradlew build jettyRunWar- browse to localhost:8080/jsonService Note the war will be located in jsonService/build/lib/passfault-jsonService-[version].war
Running in Docker:
- Pull the Passfault image:
docker pull ccaamm/passfault - Create and run a passfault instance:
docker run -p 8080:8080 --name myPassfault ccaamm/passfault - Browse to localhost:8080
License: Passfault is licensed under Apache 2.0 license, and is a project at OWASP, the Open Web Application Security Project, a non-profit organization dedicated to building security tools and learning resources.