Skip to content

Commit 5357778

Browse files
committed
Authentication Tests Update
Signed-off-by: zapbot <[email protected]>
1 parent e645315 commit 5357778

File tree

1 file changed

+46
-1
lines changed

1 file changed

+46
-1
lines changed

site/data/scans/auth/output.yml

Lines changed: 46 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,36 @@ authtestcomplex:
2222
password: true
2323
session: true
2424
verification: true
25+
authtestdelay:
26+
site: "https://authenticationtest.com/delayChallenge/"
27+
plans:
28+
stdbba:
29+
auth: false
30+
username: true
31+
password: true
32+
session: true
33+
verification: false
34+
bbaplus:
35+
auth: true
36+
username: true
37+
password: true
38+
session: true
39+
verification: true
40+
authtestmulti:
41+
site: "https://authenticationtest.com/multiStepAuth/"
42+
plans:
43+
stdbba:
44+
auth: false
45+
username: true
46+
password: false
47+
session: true
48+
verification: false
49+
bbaplus:
50+
auth: true
51+
username: true
52+
password: true
53+
session: true
54+
verification: true
2555
authtestsimple:
2656
site: "https://authenticationtest.com/simpleFormAuth/"
2757
plans:
@@ -37,6 +67,21 @@ authtestsimple:
3767
password: true
3868
session: true
3969
verification: true
70+
authtesttotp:
71+
site: "https://authenticationtest.com/totpChallenge/"
72+
plans:
73+
stdbba:
74+
auth: false
75+
username: true
76+
password: true
77+
session: true
78+
verification: false
79+
bbaplus:
80+
auth: true
81+
username: true
82+
password: true
83+
session: true
84+
verification: true
4085
bluesky:
4186
site: "https://bsky.app"
4287
note: "BBA is failing verification detection."
@@ -198,7 +243,7 @@ wikipedia:
198243
note: ""
199244
plans:
200245
stdbba:
201-
auth: false
246+
auth: true
202247
username: true
203248
password: true
204249
session: true

0 commit comments

Comments
 (0)