summaryrefslogtreecommitdiffstats
path: root/json/pentest.json
blob: 2b6224dbc5afdf4f0496d698c2a1cf74324d9a05 (plain)
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{ "pentest":[
	{ "voip": [ 
		{ "packages": [
			"sipp",
			"sipsak"
			]
		},
		{ "services": [
			""
			]
		}
		]
	},

	{ "forensics": [ 
		{ "packages": [
			"htop", 
			"ncdu", 
			"testdisk", 
			"wipe" 
			]
		},
		{ "services": [
			""
			]
		}
		]
	},
	
	{ "intrusion_detection": [ 
		{ "packages": [
			"snort" 
			]
		},
		{ "services": [
			""
			]
		}
		]
	},
	{ "network": [ 
		{ "packages": [
			"iperf", 
			"iptraf-ng", 
			"fping", 
			"speedometer", 
			"nfdump", 
			"mtr" 
			]
		},
		{ "services": [
			""
			]
		}
		]
	}
	]
}