Skip to content

Commit 4902ad3

Browse files
authored
Merge pull request #25 from BruceDevices/webpage-themes
Update metadata.json for WiFi Brute Force theme with correct name, de…
2 parents 873cfae + 9edb952 commit 4902ad3

2 files changed

Lines changed: 13 additions & 13 deletions

File tree

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
2-
"name": "WiFi Brute Force",
3-
"description": "Brute force WiFi network password with dictionary attack",
4-
"category": "WiFi",
5-
"version": "1.0.1",
6-
"commit": "c9d3731b38e67598e5b66a6488d8b12aeb8bf4dd",
2+
"name": "RF Brute Force",
3+
"description": "Brute force RF signals",
4+
"category": "RF",
5+
"version": "1.0.3",
6+
"commit": "18fe3c2c994c6a276447b2aee84e310c837ccbc4",
77
"owner": "BruceDevices",
88
"repo": "firmware",
99
"path": "/sd_files/interpreter/",
1010
"files": [
1111
{
12-
"source": "wifi_brute.js",
13-
"destination": "WiFi Brute Force.js"
12+
"source": "rf_brute.js",
13+
"destination": "RF Brute Force.js"
1414
}
1515
]
1616
}
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
2-
"name": "RF Brute Force",
3-
"description": "Brute force RF signals",
4-
"category": "RF",
5-
"version": "1.0.2",
2+
"name": "WiFi Brute Force",
3+
"description": "Brute force WiFi network password with dictionary attack",
4+
"category": "WiFi",
5+
"version": "1.0.3",
66
"commit": "18fe3c2c994c6a276447b2aee84e310c837ccbc4",
77
"owner": "BruceDevices",
88
"repo": "firmware",
99
"path": "/sd_files/interpreter/",
1010
"files": [
1111
{
12-
"source": "rf_brute.js",
13-
"destination": "RF Brute Force.js"
12+
"source": "wifi_brute.js",
13+
"destination": "WiFi Brute Force.js"
1414
}
1515
]
1616
}

0 commit comments

Comments
 (0)