Skip to content

Commit

Permalink
Comment out HTTP test case
Browse files Browse the repository at this point in the history
  • Loading branch information
vpereira committed Nov 26, 2023
1 parent 8321123 commit c04e6b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/test_valid_use_cases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ $BRUCUTU -u ssh://ssh -a 2222 -l root -p superpassword || exit -1
$BRUCUTU -u ssh://ssh -a 2222 -L samples/users.txt -P samples/passwd.txt || exit -1
$BRUCUTU -u pop3://email -l foo -p thepassword || exit -1
$BRUCUTU -u pop3://email -L samples/users.txt -P samples/passwd.txt || exit -1
$BRUCUTU -u http://httpd -l foo -p bar || exit -1
# Giving false positive
# $BRUCUTU -u http://httpd -l foo -p bar -f || exit -1

exit 0

0 comments on commit c04e6b8

Please sign in to comment.