File tree Expand file tree Collapse file tree 1 file changed +46
-1
lines changed Expand file tree Collapse file tree 1 file changed +46
-1
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,36 @@ authtestcomplex:
22
22
password : true
23
23
session : true
24
24
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
25
55
authtestsimple :
26
56
site : " https://authenticationtest.com/simpleFormAuth/"
27
57
plans :
@@ -37,6 +67,21 @@ authtestsimple:
37
67
password : true
38
68
session : true
39
69
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
40
85
bluesky :
41
86
site : " https://bsky.app"
42
87
note : " BBA is failing verification detection."
@@ -198,7 +243,7 @@ wikipedia:
198
243
note : " "
199
244
plans :
200
245
stdbba :
201
- auth : false
246
+ auth : true
202
247
username : true
203
248
password : true
204
249
session : true
You can’t perform that action at this time.
0 commit comments