spring-security/samples/xml/tutorial/scripts/exec-list-wrong-password
2016-04-11 09:47:06 -05:00

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