spring-security/samples/tutorial-xml/scripts/exec-list-wrong-password

6 lines
233 B
Bash
Executable File

#!/bin/bash
rm -rf work
mkdir work
wget --http-user=rod --http-password=WRONG-PASSWORD --directory-prefix=work --output-file=work/log.txt http://localhost:8080/spring-security-samples-tutorial/listAccounts.html
cat -n work/* | less