4
4
< meta charset ="utf-8 ">
5
5
< meta name ="viewport " content ="width=device-width, initial-scale=1 ">
6
6
< link rel ="stylesheet " href ="css/styles.css ">
7
+ < link rel ="stylesheet " href ="css/plugins.css ">
7
8
< link rel ="icon " type ="image/png " href ="/de4py.ico " />
8
9
< script type ="text/javascript " src ="/eel.js "> </ script >
9
10
< script type ="text/javascript " src ="js/scripts.js "> </ script >
25
26
< div onclick ="navto('deobfuscator') " class ="btn " style ="background-image: url('feather/layers.svg');background-size: 24px 24px;background-repeat: no-repeat;background-position: 10px center; "> Deobfuscator</ div >
26
27
< div onclick ="navto('pyshell') " class ="btn " style ="background-image: url('feather/terminal.svg');background-size: 24px 24px;background-repeat: no-repeat;background-position: 10px center; "> PyShell</ div >
27
28
< div onclick ="navto('analyzer') " class ="btn " style ="background-image: url('feather/file-text.svg');background-size: 24px 24px;background-repeat: no-repeat;background-position: 10px center; "> Analyzer</ div >
29
+ < div onclick ="navto('plugins') " class ="btn " style ="background-image: url('feather/grid.svg');background-size: 24px 24px;background-repeat: no-repeat;background-position: 10px center; "> Plugins</ div >
28
30
< div onclick ="navto('about') " class ="btn " style ="background-image: url('feather/info.svg');background-size: 24px 24px;background-repeat: no-repeat;background-position: 10px center; "> About</ div >
29
31
</ div >
30
32
< div class ="menulol-container " id ="menulol " style ="left: 20px; ">
35
37
< h1 > Behavior Monitoring</ h1 >
36
38
< div class ="frame " style ="position: absolute; top: 120px;left:500px; width:400px; height:360px; ">
37
39
< h1 > Output: < button onclick ="document.getElementById('outputwinapihooks').select(); document.execCommand('copy');createnotification('success', 'Copied'); " style ="margin-left: 150px; " class ="btns "> Copy Output</ button > </ h1 >
38
- < textarea class ="scroll-box " id ="outputwinapihooks " style ="height:250px;width: 380px; background-color:#1f1f1f; color: white; font-family: 'Share Tech Mono', monospace; resize:none;outline: none; "> </ textarea >
40
+ < textarea class ="scroll-box " id ="outputwinapihooks " style ="height:250px;width: 380px;font-family: 'Share Tech Mono', monospace; resize:none;outline: none; "> </ textarea >
39
41
</ div >
40
42
< div style ="position: absolute; top: 120px; left: 50px; width: 350px; height: 150px; ">
41
43
< div class ="checkbox-container ">
@@ -94,7 +96,7 @@ <h1>De4py deobfuscator</h1>
94
96
< div class ="frame " style ="position: absolute; top: 120px;left:500px; width:400px; height:350px; ">
95
97
< h1 > Output: < button onclick ="document.getElementById('outputDEOBF').select(); document.execCommand('copy');createnotification('success', 'Copied'); " style ="margin-left: 150px; " class ="btns "> Copy Output</ button >
96
98
</ h1 >
97
- < textarea class ="scroll-box " id ="outputDEOBF " style ="height:260px;width: 380px; background-color:#1f1f1f; color: white; font-family: 'Share Tech Mono', monospace; resize:none;outline: none; "> </ textarea >
99
+ < textarea class ="scroll-box " id ="outputDEOBF " style ="height:260px;width: 380px; font-family: 'Share Tech Mono', monospace; resize:none;outline: none; "> </ textarea >
98
100
</ div >
99
101
</ section >
100
102
< section id ="pyshell " class ="center hidden ">
@@ -124,7 +126,7 @@ <h1 style="margin-left:390px;">Commands</h1>
124
126
</ div >
125
127
< div class ="frame " style ="position: absolute; top: 120px;left:500px; width:400px; height:85px; ">
126
128
< h3 > Output:</ h3 >
127
- < textarea class ="scroll-box " id ="outputPYSHELL " style ="height:5px;width: 380px; background-color:#1f1f1f; color: white; font-family: 'Share Tech Mono', monospace; resize:none;outline: none;overflow:hidden; "> </ textarea >
129
+ < textarea class ="scroll-box " id ="outputPYSHELL " style ="height:5px;width: 380px;font-family: 'Share Tech Mono', monospace; resize:none;outline: none;overflow:hidden; "> </ textarea >
128
130
</ div >
129
131
< div id ="IDKWHATSHOULDINAMEIT " style ="position: fixed;top: 0;left: 0;width: 100%;height: 100%;backdrop-filter: blur(5px);background-color: rgba(0, 0, 0, 0.5);z-index: 9999;display:none; ">
130
132
< div style ="padding-left: 800px;margin-top: 50px; ">
@@ -148,7 +150,7 @@ <h1>Analyzer</h1>
148
150
</ div >
149
151
< div class ="frame " style ="position: absolute; top: 120px;left:500px; width:400px; height:360px; ">
150
152
< h1 > Output: < button onclick ="document.getElementById('outputanalyzer').select(); document.execCommand('copy');createnotification('success', 'Copied'); " style ="margin-left: 150px; " class ="btns "> Copy Output</ button > </ h1 >
151
- < textarea class ="scroll-box " id ="outputanalyzer " style ="height:250px;width: 380px; background-color:#1f1f1f; color: white ;font-family: 'Share Tech Mono', monospace; resize:none;outline: none; "> </ textarea >
153
+ < textarea class ="scroll-box " id ="outputanalyzer " style ="height:250px;width: 380px ;font-family: 'Share Tech Mono', monospace; resize:none;outline: none; "> </ textarea >
152
154
</ div >
153
155
< div class ="frame " style ="position: absolute; top: 230px; left: 50px; width: 390px; height: 290px; padding:0px; ">
154
156
< h1 style ="margin-left:150px; "> options</ h1 >
@@ -161,6 +163,10 @@ <h1 style="margin-left:150px;">options</h1>
161
163
</ div >
162
164
</ div >
163
165
</ section >
166
+ < section id ="plugins " class ="center hidden ">
167
+ < div id ="plugins-container ">
168
+ </ div >
169
+ </ section >
164
170
< section id ="about " class ="center hidden ">
165
171
< div class ="about-info frame ">
166
172
< h1 > About</ h1 >
0 commit comments