Skip to content

Commit 31767b6

Browse files
authored
Merge pull request #3139 from zapbot/statistics
Updated monthly statistics
2 parents ce1aee0 + 578f483 commit 31767b6

13 files changed

+269
-265
lines changed

site/data/charts/check-for-updates.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@
117117
["2025-03-01", 3, 26, 27, 685, 367, 644, 2304, 239, 2837, 2271, 3448, 119194, 76649, 9781, 29035, 3194, 2633, 414915, 373853, 100432, 207325, 199630, 212648, 0, 0, 0, 0, 0, ""],
118118
["2025-04-01", 8, 32, 16, 658, 282, 809, 1696, 234, 2488, 2603, 3140, 119869, 77286, 10447, 28728, 3485, 2907, 445141, 330940, 92477, 223419, 215871, 255675, 22357, 36356, 2, 7, 0, ""],
119119
["2025-05-01", 3, 31, 49, 422, 205, 921, 1196, 228, 2613, 1795, 3588, 116812, 78314, 11868, 13376, 3095, 2275, 424939, 404722, 81522, 145785, 71800, 95581, 193900, 226709, 0, 9, 12, ""],
120-
["2025-06-01", 5, 22, 46, 432, 207, 665, 1374, 286, 1845, 1464, 2739, 107545, 68774, 10216, 12920, 3532, 2303, 417944, 490309, 72198, 88613, 53610, 87969, 208219, 316568, 0, 6, 15, ""]
120+
["2025-06-01", 5, 22, 46, 432, 207, 665, 1374, 286, 1845, 1464, 2739, 107545, 68774, 10216, 12920, 3532, 2303, 417944, 490309, 72198, 88613, 53610, 87969, 208219, 316568, 0, 6, 15, ""],
121+
["2025-07-01", 0, 11, 20, 439, 173, 540, 1343, 188, 1776, 1147, 2863, 112635, 69023, 9607, 14369, 3070, 2264, 409962, 288141, 95923, 293005, 35986, 66197, 244175, 339176, 1, 0, 0, ""]
121122
]
122123
}
Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
11
{
2-
"title": "News Pings by Container in May 2025",
3-
"description": "The number of News pings from ZAP by container in May 2025",
2+
"title": "News Pings by Container in June 2025",
3+
"description": "The number of News pings from ZAP by container in June 2025",
44
"data": [
55
["Container", "Count"],
6-
["zap2docker-stable", 3958081],
7-
["None", 985893],
8-
["zap2docker-weekly", 71934],
9-
["Unknown", 64980],
10-
["zap2docker-bare", 43748],
11-
["zap2docker-live", 17858],
12-
["snapcraft", 5800],
13-
["zap2docker-stable.webswing", 2469],
14-
["flatpak", 1774],
15-
["conquest/zap-weekly", 329],
16-
["zap2docker-weekly.webswing", 76],
17-
["zap2docker-live.webswing", 11],
18-
["zap2docker-mmc", 10]
6+
["zap2docker-stable", 4462612],
7+
["None", 1103228],
8+
["zap2docker-weekly", 72704],
9+
["Unknown", 65279],
10+
["zap2docker-bare", 40845],
11+
["zap2docker-live", 24323],
12+
["snapcraft", 7160],
13+
["zap2docker-stable.webswing", 2435],
14+
["flatpak", 1971],
15+
["conquest/zap-weekly", 198],
16+
["zap2docker-weekly.webswing", 137],
17+
["zap-custom", 21],
18+
["zap2docker-mmc", 20],
19+
["zap", 7]
1920
]
2021
}
Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
{
2-
"title": "Desktop News Pings by Country in May 2025",
3-
"description": "The number of News pings from ZAP Desktops by country in May 2025",
2+
"title": "Desktop News Pings by Country in June 2025",
3+
"description": "The number of News pings from ZAP Desktops by country in June 2025",
44
"data": [
55
["Country", "Count"],
6-
["US", 53789],
7-
["IN", 37958],
8-
["ID", 11882],
9-
["CN", 10080],
10-
["JP", 9870],
11-
["BR", 9602],
12-
["GB", 8368],
13-
["ES", 8125],
14-
["DE", 7886],
15-
["VN", 7565],
16-
["CO", 7104],
17-
["TW", 6783],
18-
["FR", 6581],
19-
["RU", 6086],
20-
["MX", 5400],
21-
["AU", 5266],
22-
["PK", 5076],
23-
["CA", 4975],
24-
["NL", 4929],
25-
["IT", 4576]
6+
["US", 46722],
7+
["IN", 40961],
8+
["ID", 14952],
9+
["JP", 12716],
10+
["CN", 12347],
11+
["BR", 10383],
12+
["DE", 9966],
13+
["GB", 8856],
14+
["TW", 8517],
15+
["FR", 7200],
16+
["ES", 7146],
17+
["CO", 6641],
18+
["RU", 6323],
19+
["NL", 6005],
20+
["MX", 5927],
21+
["VN", 5895],
22+
["PE", 5475],
23+
["CA", 4655],
24+
["IT", 4449],
25+
["PK", 4446]
2626
]
2727
}
Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
{
2-
"title": "News Pings by Country in May 2025",
3-
"description": "The number of News pings from ZAP by country in May 2025",
2+
"title": "News Pings by Country in June 2025",
3+
"description": "The number of News pings from ZAP by country in June 2025",
44
"data": [
55
["Country", "Count"],
6-
["US", 2158789],
7-
["GR", 1490287],
8-
["FR", 124077],
9-
["NL", 119652],
10-
["IE", 110297],
11-
["DE", 106963],
12-
["VN", 92945],
13-
["IN", 87551],
14-
["RU", 81886],
15-
["GB", 78836],
16-
["SG", 72745],
17-
["IL", 65300],
18-
["SE", 56208],
19-
["ES", 37322],
20-
["BR", 29422],
21-
["PL", 29310],
22-
["CA", 27501],
23-
["JP", 26418],
24-
["AU", 24809],
25-
["TW", 23893]
6+
["US", 2461837],
7+
["GR", 1434615],
8+
["IE", 197430],
9+
["DE", 188574],
10+
["FR", 159734],
11+
["GB", 120959],
12+
["IN", 113344],
13+
["SG", 106395],
14+
["NL", 103588],
15+
["RU", 87090],
16+
["TW", 79864],
17+
["SA", 59264],
18+
["SE", 59114],
19+
["PL", 53958],
20+
["JP", 51077],
21+
["ES", 36366],
22+
["BR", 35531],
23+
["AU", 27515],
24+
["IL", 27235],
25+
["DK", 25485]
2626
]
2727
}

site/data/charts/docker.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
["2025-03-01", 0, 0, 0, 0, 2909, 156, 27562, 930, 608, 1609, 27885, 2723, 205009, ""],
4242
["2025-04-01", 0, 0, 0, 0, 2854, 197, 27937, 669, 676, 1936, 32846, 2773, 239068, ""],
4343
["2025-05-01", 0, 0, 0, 0, 3411, 287, 29960, 710, 827, 3147, 30415, 2986, 250575, ""],
44-
["2025-06-01", 0, 0, 0, 0, 3185, 179, 28001, 729, 909, 2884, 34077, 3750, 285760, ""]
44+
["2025-06-01", 0, 0, 0, 0, 3185, 179, 28001, 729, 909, 2884, 34077, 3750, 285760, ""],
45+
["2025-07-01", 0, 0, 0, 0, 1620, 211, 28118, 543, 1725, 2600, 46800, 3503, 300359, ""]
4546
]
4647
}

site/data/charts/downloads.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@
115115
["2025-03-01", 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4147, 84193, 0, ""],
116116
["2025-04-01", 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4701, 77926, 24114, ""],
117117
["2025-05-01", 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4717, 6776, 108200, ""],
118-
["2025-06-01", 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4507, 6297, 113726, ""]
118+
["2025-06-01", 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4507, 6297, 113726, ""],
119+
["2025-07-01", 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4660, 5519, 106684, ""]
119120
]
120121
}

site/data/charts/headline.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
month: May 2025
2-
zap_runs: 5,152,963
3-
zap_ascans: 1,336,413
4-
zap_alerts: 1,616,757,028
5-
zap_attacks: 4,080,480,237
1+
month: June 2025
2+
zap_runs: 5,780,940
3+
zap_ascans: 1,305,910
4+
zap_alerts: 1,584,163,984
5+
zap_attacks: 3,877,836,928
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"title": "Desktop News Pings by OS in May 2025",
3-
"description": "The number of News pings from ZAP Desktops by OS in May 2025",
2+
"title": "Desktop News Pings by OS in June 2025",
3+
"description": "The number of News pings from ZAP Desktops by OS in June 2025",
44
"data": [
55
["OS", "Count"],
6-
["Windows", 175533],
7-
["Kali", 79037],
8-
["Linux", 54392],
9-
["MacOS", 25521],
10-
["BackBox", 1000],
11-
["Unknown", 37]
6+
["Windows", 179675],
7+
["Kali", 80258],
8+
["Linux", 54811],
9+
["MacOS", 27627],
10+
["BackBox", 684],
11+
["Unknown", 13]
1212
]
1313
}
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"title": "News Pings by OS in May 2025",
3-
"description": "The number of News pings from ZAP by OS in May 2025",
2+
"title": "News Pings by OS in June 2025",
3+
"description": "The number of News pings from ZAP by OS in June 2025",
44
"data": [
55
["OS", "Count"],
6-
["Linux", 4795143],
7-
["Windows", 218362],
8-
["Kali", 110521],
9-
["MacOS", 27897],
10-
["BackBox", 1003],
11-
["Unknown", 37]
6+
["Linux", 5405364],
7+
["Windows", 215410],
8+
["Kali", 129373],
9+
["MacOS", 30094],
10+
["BackBox", 686],
11+
["Unknown", 13]
1212
]
1313
}

site/data/charts/top_addons_last_month.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
- id: "requester"
66
- id: "authhelper"
77
- id: "postman"
8-
- id: "pscanrulesBeta"
98
- id: "pscan"
9+
- id: "pscanrulesBeta"
1010
- id: "sequence"
1111
- id: "client"
1212
- id: "scanpolicies"
@@ -16,6 +16,6 @@
1616
- id: "plugnhack"
1717
- id: "grpc"
1818
- id: "custompayloads"
19-
- id: "ascanrulesAlpha"
2019
- id: "wappalyzer"
20+
- id: "ascanrulesAlpha"
2121
- id: "sqliplugin"

0 commit comments

Comments
 (0)