-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathui.json
More file actions
131 lines (131 loc) · 3.06 KB
/
Copy pathui.json
File metadata and controls
131 lines (131 loc) · 3.06 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
{
"theme": {
"primary": "cyan",
"secondary": "blue",
"success": "green",
"error": "red",
"warning": "yellow",
"info": "white",
"border_style": "cyan",
"header_style": "bold cyan",
"label_style": "bold white"
},
"components": {
"disclaimer": {
"type": "panel",
"title": "LEGAL DISCLAIMER",
"border_style": "red",
"width": 80,
"align": "center"
},
"main_menu": {
"type": "menu",
"title": "PocketSET v1.0",
"subtitle": "Social-Engineer Toolkit — Interactive TUI",
"items_per_page": 10,
"show_back": false
},
"social_engineering_menu": {
"type": "menu",
"title": "Social-Engineering Attacks",
"items_per_page": 10,
"show_back": true
},
"fasttrack_menu": {
"type": "menu",
"title": "Fast-Track Penetration Testing",
"items_per_page": 10,
"show_back": true
},
"attack_method_selector": {
"type": "radio_group",
"title": "Select Attack Method",
"columns": 1
},
"web_source_selector": {
"type": "radio_group",
"title": "Select Web Source",
"columns": 1
},
"param_form": {
"type": "form",
"title": "Attack Parameters",
"show_labels": true,
"validate_on_submit": true
},
"confirm_panel": {
"type": "panel",
"title": "Confirm Attack",
"border_style": "yellow",
"show_command": true
},
"execution_panel": {
"type": "live_panel",
"title": "SET Execution - Live Output",
"show_timestamp": true,
"auto_scroll": true,
"max_lines": 1000
},
"result_panel": {
"type": "panel",
"title": "Execution Result",
"border_style": "green"
},
"error_panel": {
"type": "panel",
"title": "Error",
"border_style": "red"
},
"payload_selector": {
"type": "radio_group",
"title": "Select Payload Type",
"columns": 1
},
"meterpreter_selector": {
"type": "radio_group",
"title": "Select Meterpreter Payload",
"columns": 1
},
"encoder_selector": {
"type": "radio_group",
"title": "Select Encoding Method",
"columns": 2
},
"fileformat_selector": {
"type": "radio_group",
"title": "Select FileFormat Exploit",
"columns": 1
},
"browser_exploit_selector": {
"type": "radio_group",
"title": "Select Browser Exploit",
"columns": 1,
"page_size": 10
},
"teensy_selector": {
"type": "radio_group",
"title": "Select Teensy Attack",
"columns": 1
},
"powershell_selector": {
"type": "radio_group",
"title": "Select PowerShell Attack",
"columns": 1
},
"wireless_selector": {
"type": "radio_group",
"title": "Wireless Access Point",
"columns": 1
},
"exploit_selector": {
"type": "radio_group",
"title": "Select Exploit",
"columns": 1
},
"mssql_selector": {
"type": "radio_group",
"title": "MSSQL Attack Mode",
"columns": 1
}
}
}