-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSmartSniff.json
37 lines (37 loc) · 1.18 KB
/
SmartSniff.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"homepage": "http://www.nirsoft.net/utils/smsniff.html",
"description": "SmartSniff is a network monitoring utility that allows you to capture TCP/IP packets that pass through your network adapter.",
"version": "2.30",
"architecture": {
"64bit": {
"url": "http://www.nirsoft.net/utils/smsniff-x64.zip",
"hash": "a8f5a31305c2265bf0c9734d58104845f2cae28a08698aa3c89517adc8c55fd9"
},
"32bit": {
"url": "http://www.nirsoft.net/utils/smsniff.zip",
"hash": "e016c88072f6af9d0ad1b51fff0292b84ce3e26d1cc442e21d32c180de8e26c3"
}
},
"bin": "smsniff.exe",
"shortcuts": [
[
"smsniff.exe",
"SmartSniff"
]
],
"checkver": "SmartSniff v([\\d.]+)",
"autoupdate": {
"architecture": {
"64bit": {
"url": "http://www.nirsoft.net/utils/smsniff-x64.zip"
},
"32bit": {
"url": "http://www.nirsoft.net/utils/smsniff.zip"
}
}
},
"notes": "This application requires admin rights. Always use sudo to start it or use shortcut",
"suggest": {
"sudo": "sudo"
}
}