|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 |
|
3 | | -<?import com.jfoenix.controls.*?> |
4 | | -<?import com.jfoenix.controls.pannable.*?> |
5 | 3 | <?import javafx.geometry.*?> |
6 | 4 | <?import javafx.scene.control.*?> |
7 | 5 | <?import javafx.scene.layout.*?> |
|
18 | 16 | </Menu> |
19 | 17 | </menus> |
20 | 18 | </MenuBar> |
21 | | - <TitledPane animated="false" prefHeight="81.0" prefWidth="800.0" text="目标检测"> |
| 19 | + <TitledPane animated="false" prefHeight="78.0" prefWidth="800.0" text="目标检测"> |
22 | 20 | <content> |
23 | 21 | <HBox prefHeight="0.0" prefWidth="798.0" spacing="4.0"> |
24 | 22 | <children> |
25 | | - <Label text="目标地址"> |
| 23 | + <Label prefHeight="19.0" prefWidth="74.0" text="目标地址"> |
26 | 24 | <HBox.margin> |
27 | 25 | <Insets top="4.0" /> |
28 | 26 | </HBox.margin> |
29 | 27 | <font> |
30 | 28 | <Font size="14.0" /> |
31 | 29 | </font> |
32 | 30 | </Label> |
33 | | - <TextField fx:id="targetAddress" prefHeight="27.0" prefWidth="267.0" /> |
34 | | - <Label layoutX="20.0" layoutY="23.0" prefHeight="19.0" prefWidth="75.0" text="超时设置/s"> |
| 31 | + <TextField fx:id="targetAddress" prefHeight="27.0" prefWidth="456.0" /> |
| 32 | + <Button mnemonicParsing="false" prefHeight="20.0" prefWidth="73.0" text="选择文件" /> |
| 33 | + <Label layoutX="20.0" layoutY="23.0" prefHeight="17.0" prefWidth="70.0" text="超时设置/s"> |
35 | 34 | <HBox.margin> |
36 | 35 | <Insets top="4.0" /> |
37 | 36 | </HBox.margin> |
38 | 37 | <font> |
39 | 38 | <Font size="14.0" /> |
40 | 39 | </font> |
41 | 40 | </Label> |
42 | | - <TextField fx:id="httpTimeout" layoutX="80.0" layoutY="20.0" prefHeight="26.0" prefWidth="55.0" /> |
43 | | - |
| 41 | + <TextField fx:id="httpTimeout" layoutX="80.0" layoutY="20.0" prefHeight="23.0" prefWidth="100.0" /> |
| 42 | + |
| 43 | + </children> |
| 44 | + </HBox> |
44 | 45 |
|
| 46 | + </content> |
| 47 | + </TitledPane> |
| 48 | + <TitledPane animated="false" prefHeight="78.0" prefWidth="800.0" text="服务器配置"> |
| 49 | + <content> |
| 50 | + <HBox prefHeight="0.0" prefWidth="798.0" spacing="4.0"> |
| 51 | + <children> |
| 52 | + <Label text="服务器地址" > |
| 53 | + <HBox.margin> |
| 54 | + <Insets top="4.0" /> |
| 55 | + </HBox.margin> |
| 56 | + <font> |
| 57 | + <Font size="14.0" /> |
| 58 | + </font> |
| 59 | + </Label> |
| 60 | + <TextField fx:id="vps" prefHeight="27.0" prefWidth="448.0" /> |
| 61 | + <Button mnemonicParsing="false" prefHeight="23.0" prefWidth="84.0" text="连接" fx:id="connect" onAction="#connect" /> |
45 | 62 |
|
46 | 63 | </children> |
47 | 64 | </HBox> |
48 | 65 |
|
| 66 | + |
| 67 | + </content> |
| 68 | + </TitledPane> |
| 69 | + <TitledPane animated="false" prefHeight="113.0" prefWidth="800.0" text="利用方式"> |
| 70 | + <content> |
| 71 | + <HBox prefHeight="35.0" prefWidth="798.0" spacing="8.0"> |
| 72 | + <children> |
| 73 | + <Label prefHeight="19.0" prefWidth="70.0" text="利用链"> |
| 74 | + <HBox.margin> |
| 75 | + <Insets top="3.0" /> |
| 76 | + </HBox.margin> |
| 77 | + <font> |
| 78 | + <Font size="14.0" /> |
| 79 | + </font> |
| 80 | + </Label> |
| 81 | + <ComboBox fx:id="gadgetOpt" prefHeight="26.0" prefWidth="226.0" /> |
| 82 | + <Label layoutX="20.0" layoutY="20.0" prefHeight="19.0" prefWidth="99.0" text="回显方式"> |
| 83 | + <HBox.margin> |
| 84 | + <Insets top="3.0" /> |
| 85 | + </HBox.margin> |
| 86 | + <font> |
| 87 | + <Font size="14.0" /> |
| 88 | + </font> |
| 89 | + </Label> |
| 90 | + <ComboBox fx:id="echoOpt" layoutX="59.0" layoutY="20.0" prefHeight="26.0" prefWidth="192.0" /> |
| 91 | + <Button fx:id="crackSpcGadgetBtn" mnemonicParsing="false" onAction="#crackSpcGadgetBtn" prefHeight="32.0" prefWidth="153.0" text="检测当前利用链"> |
| 92 | + <font> |
| 93 | + <Font size="14.0" /> |
| 94 | + </font></Button> |
| 95 | + <Button fx:id="crackGadgetBtn" mnemonicParsing="false" onAction="#crackGadgetBtn" prefHeight="30.0" prefWidth="167.0" text="爆破利用链及回显"> |
| 96 | + <font> |
| 97 | + <Font size="14.0" /> |
| 98 | + </font> |
| 99 | + </Button> |
| 100 | + </children> |
| 101 | + |
| 102 | + </HBox> |
| 103 | + |
| 104 | + |
| 105 | + |
49 | 106 | </content> |
50 | 107 | </TitledPane> |
51 | | - <JFXDialogLayout prefHeight="200.0" prefWidth="100.0" /> |
52 | | - <JFXDrawersStack prefHeight="200.0" prefWidth="200.0" /> |
53 | | - <JFXHamburger prefHeight="200.0" prefWidth="100.0" /> |
54 | | - <JFXBadge prefHeight="150.0" prefWidth="200.0" /> |
55 | | - <PannableScrollPane prefHeight="346.0" prefWidth="800.0" /> |
| 108 | + <TabPane prefHeight="422.0" prefWidth="800.0" tabClosingPolicy="UNAVAILABLE"> |
| 109 | + <tabs> |
| 110 | + <Tab text="检测日志"> |
| 111 | + <content> |
| 112 | + <VBox> |
| 113 | + <children> |
| 114 | + <HBox prefHeight="513.0" prefWidth="990.0" spacing="10.0"> |
| 115 | + <children> |
| 116 | + <TextArea fx:id="logTextArea" prefHeight="430.0" prefWidth="990.0"> |
| 117 | + <font> |
| 118 | + <Font size="16.0" /> |
| 119 | + </font> |
| 120 | + <HBox.margin> |
| 121 | + <Insets left="10.0" right="10.0" /> |
| 122 | + </HBox.margin></TextArea> |
| 123 | + </children> |
| 124 | + <padding> |
| 125 | + <Insets top="10.0" /> |
| 126 | + </padding> |
| 127 | + </HBox> |
| 128 | + </children></VBox> |
| 129 | + </content> |
| 130 | + </Tab> |
| 131 | + <Tab text="命令执行"> |
| 132 | + <content> |
| 133 | + <VBox> |
| 134 | + <children> |
| 135 | + <HBox prefHeight="44.0" prefWidth="1000.0" spacing="10.0"> |
| 136 | + <children> |
| 137 | + <Label prefHeight="19.0" prefWidth="69.0" text="输入命令"> |
| 138 | + <HBox.margin> |
| 139 | + <Insets left="10.0" right="10.0" top="2.0" /> |
| 140 | + </HBox.margin> |
| 141 | + <font> |
| 142 | + <Font size="14.0" /> |
| 143 | + </font> |
| 144 | + </Label> |
| 145 | + <TextField fx:id="exCommandText" prefHeight="25.0" prefWidth="763.0"> |
| 146 | + <opaqueInsets> |
| 147 | + <Insets /> |
| 148 | + </opaqueInsets> |
| 149 | + <HBox.margin> |
| 150 | + <Insets left="10.0" right="10.0" /> |
| 151 | + </HBox.margin> |
| 152 | + <font> |
| 153 | + <Font size="14.0" /> |
| 154 | + </font> |
| 155 | + </TextField> |
| 156 | + <Button fx:id="executeCmdBtn" mnemonicParsing="false" onAction="#executeCmdBtn" prefHeight="25.0" prefWidth="92.0" text="执行"> |
| 157 | + <HBox.margin> |
| 158 | + <Insets left="10.0" right="10.0" /> |
| 159 | + </HBox.margin> |
| 160 | + <font> |
| 161 | + <Font size="14.0" /> |
| 162 | + </font></Button> |
| 163 | + </children> |
| 164 | + <padding> |
| 165 | + <Insets bottom="5.0" top="5.0" /> |
| 166 | + </padding> |
| 167 | + <VBox.margin> |
| 168 | + <Insets top="10.0" /> |
| 169 | + </VBox.margin> |
| 170 | + </HBox> |
| 171 | + <TextArea fx:id="execOutputArea" prefHeight="454.0" prefWidth="970.0"> |
| 172 | + <VBox.margin> |
| 173 | + <Insets left="10.0" right="10.0" top="10.0" /> |
| 174 | + </VBox.margin> |
| 175 | + <font> |
| 176 | + <Font size="16.0" /> |
| 177 | + </font></TextArea> |
| 178 | + </children> |
| 179 | + </VBox> |
| 180 | + </content> |
| 181 | + </Tab> |
| 182 | + <Tab text="内存马"> |
| 183 | + <content> |
| 184 | + <VBox prefHeight="461.0" prefWidth="990.0"> |
| 185 | + <children> |
| 186 | + <HBox prefHeight="37.0" prefWidth="990.0" spacing="10.0"> |
| 187 | + <children> |
| 188 | + <Label text="内存马类型"> |
| 189 | + <HBox.margin> |
| 190 | + <Insets left="10.0" top="3.0" /> |
| 191 | + </HBox.margin> |
| 192 | + <font> |
| 193 | + <Font name="System Font" size="14.0" /> |
| 194 | + </font> |
| 195 | + </Label> |
| 196 | + <ComboBox fx:id="memShellOpt" prefHeight="25.0" prefWidth="164.0"> |
| 197 | + <HBox.margin> |
| 198 | + <Insets left="10.0" right="10.0" /> |
| 199 | + </HBox.margin></ComboBox> |
| 200 | + <Label text="路径"> |
| 201 | + <HBox.margin> |
| 202 | + <Insets left="10.0" top="3.0" /> |
| 203 | + </HBox.margin> |
| 204 | + <font> |
| 205 | + <Font size="14.0" /> |
| 206 | + </font> |
| 207 | + </Label> |
| 208 | + <TextField fx:id="shellPathText" prefHeight="25.0" prefWidth="316.0"> |
| 209 | + <HBox.margin> |
| 210 | + <Insets left="10.0" right="10.0" /> |
| 211 | + </HBox.margin> |
| 212 | + </TextField> |
| 213 | + <Label text="密码"> |
| 214 | + <HBox.margin> |
| 215 | + <Insets top="3.0" /> |
| 216 | + </HBox.margin> |
| 217 | + <font> |
| 218 | + <Font size="14.0" /> |
| 219 | + </font> |
| 220 | + </Label> |
| 221 | + <TextField fx:id="shellPassText" prefHeight="25.0" prefWidth="94.0"> |
| 222 | + <HBox.margin> |
| 223 | + <Insets left="10.0" right="10.0" /> |
| 224 | + </HBox.margin></TextField> |
| 225 | + <Button fx:id="injectShellBtn" mnemonicParsing="false" onAction="#injectShellBtn" prefHeight="25.0" prefWidth="128.0" text="执行注入"> |
| 226 | + <font> |
| 227 | + <Font size="14.0" /> |
| 228 | + </font></Button> |
| 229 | + </children> |
| 230 | + <VBox.margin> |
| 231 | + <Insets top="10.0" /> |
| 232 | + </VBox.margin> |
| 233 | + <padding> |
| 234 | + <Insets top="5.0" /> |
| 235 | + </padding> |
| 236 | + </HBox> |
| 237 | + <TextArea fx:id="InjOutputArea" prefHeight="433.0" prefWidth="990.0"> |
| 238 | + <VBox.margin> |
| 239 | + <Insets left="10.0" right="10.0" top="10.0" /> |
| 240 | + </VBox.margin> |
| 241 | + <font> |
| 242 | + <Font size="16.0" /> |
| 243 | + </font> |
| 244 | + </TextArea> |
| 245 | + </children></VBox> |
| 246 | + </content> |
| 247 | + </Tab> |
| 248 | + </tabs> |
| 249 | + </TabPane> |
| 250 | + <HBox prefHeight="0.0" prefWidth="800.0" /> |
56 | 251 |
|
57 | 252 | </children> |
58 | 253 |
|
|
0 commit comments