-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
redjoust.html
554 lines (530 loc) · 33.8 KB
/
redjoust.html
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
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
<!--main.html-->
<!DOCTYPE html>
<html lang="en" class="theme-dark" id="redjoust">
<head>
<meta charset="UTF-8">
<!-- https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP -->
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self'; connect-src 'self' https://api.buffer.dk http://crackfoo.net">
<meta http-equiv="X-Content-Security-Policy" content="default-src 'self'; script-src 'self'; connect-src 'self' https://api.buffer.dk http://crackfoo.net">
<base href="./assets/">
<link rel="stylesheet" href="css/redjoust.css">
<link rel="stylesheet" href="css/buttons.css">
<link rel="stylesheet" href="css/themesvg.css">
<link rel="stylesheet" href="css/OverlayScrollbars.min.css">
<link rel="stylesheet" href="themes/default-dark/style.min.css" id="treetheme">
<script src="js/jquery-3.6.0.min.js"></script>
<script src="js/autocomplete.js"></script>
<script src="js/jquery.overlayScrollbars.min.js"></script>
</head>
<body>
<div class="lockscreen" id="working">
<div class="spinnerplaceholder"></div>
<div class="lockscreentext">test test</div>
</div>
<div class="pages fullwindow--trans" id="pagepreferences">
<div class="preferencescontent boxborder">
<div class="innerpage boxborder">
<fieldset class="prefBorder">
<legend id="prefFile"></legend>
<textarea id="prefSettings" class="boxborder" spellcheck="false" autocomplete="false" disabled></textarea>
</fieldset>
</div>
<div id="preflogo"></div>
<div id="prefclose">
<button value="close" class="prefbuttons button button--isi button--text-thick button--size-s">Close</button>
</div>
</div>
</div>
<div class="topview boxborder">
<div class="logo boxborder"></div>
<div class="myinfo boxborder">
<table>
<tr>
<td class="bold myinfolen">PUBLIC IP</td>
<td class="fg-1" id="myip"></td>
</tr>
<tr>
<td class="bold myinfolen">CPU/MEM</td>
<td class="fg-1"><span id="cpu">0</span>% / <span id="mem">0</span>GB of <span id="total-mem">0</span>GB</td>
</tr>
<tr>
<td class="bold myinfolen">MODE</td>
<td class="fg-1" id="redjoustmode"></td>
</tr>
<tr>
<td class="bold myinfolen">TARGET</td>
<td class="fg-1" id="redjousttarget"></td>
</tr>
</table>
</div>
</div>
<div class="treeview boxborder">
<div class="placeholdertree" id="tree">
<fieldset id="haveHostname" class="menusegment">
<legend id="targetHostname" class="menusegmentinfo">???</legend>
<div id="doDNShost" data-title="DNS Information Recon (Deep dive)" data-page="pageDNShostname" data-function="dnsMain" class="boxborder menuitem item--click item--passive status--disabled">DNS deep dive</div>
</fieldset>
<fieldset id="haveDomainname" class="menusegment">
<legend id="targetDomainname" class="menusegmentinfo">???</legend>
<div id="doDNSdom" data-title="DNS Information Recon (Deep dive)" data-page="pageDNSdomainname" data-function="dnsMain" class="boxborder menuitem item--click item--passive status--disabled">DNS deep dive</div>
<div id="doDOMwhois" data-title="Domain Whois" data-page="pageWhoisdomainname" data-function="dnsWhois" class="boxborder menuitem item--click item--passive status--disabled">Domain whois lookup</div>
<div id="doCT1" data-title="Certificate Transparency Logs Lookup" data-page="pageCTdomainname" data-function="lookupCT" class="boxborder menuitem item--click item--passive status--disabled">Certificate-Transparency lookup</div>
</fieldset>
<fieldset id="haveIP" class="menusegment">
<legend id="targetIP" class="menusegmentinfo">???</legend>
<div id="doIPwhois" data-title="IP Whois" data-page="pageIPwhois" data-function="ipWhois" class="boxborder menuitem item--click item--passive status--disabled">IP / IP-Net whois lookup</div>
</fieldset>
<fieldset id="haveExternal" class="menusegment">
<legend id="targetExternal" class="menusegmentinfo">Toolbox</legend>
<div id="toolBase64" data-title="Base64 converter" data-page="pagetoolbase64" data-function="null" class="boxborder menuitem tool--click item--external status--info">BASE64 Converter</div>
<div id="toolHashes" data-title="Easy way to work with hashes" data-page="pagetoolhashes" data-function="null" class="boxborder menuitem tool--click item--external status--info">Hashes</div>
<div id="toolHashLookup" data-title="Lookup already bruteforced hashes" data-page="pagetoolhashlookup" data-function="null" class="boxborder menuitem tool--click item--external status--info">Hash Attacking</div>
<div id="toolCyberChef" data-title="The Cyber Swiss Army Knife" data-page="https://gchq.github.io/CyberChef/" data-function="null" class="boxborder menuitem tool--click item--external status--info">CyberChef</div>
</fieldset>
</div>
</div>
<div class="mainview boxborder">
<div class="placeholdermain">
<!-- PAGES -->
<div class="pages" id="pagenotfound">
<div class="centerbox">
<div>
<span>
<h1>Information not found</h1>
I'm sorry the information you are trying to view does not exist
</span>
</div>
</div>
</div>
<div class="pages" id="pageerror">
<div class="centerbox">
<div>
<span>
<h1>Sorry but i made a boo boo</h1>
Something just went wrong, it's not you - It's me !
</span>
</div>
</div>
</div>
<div class="pages" id="pagedefault">
<div class="centerbox">
<div class="fill--size1">
<table border="1" cellpadding="0" cellspacing="0" align="center" class="fill">
<tr>
<td colspan="2" align="center" class="defaulttext">
<img src="redjoust-icon.png" alt="" border="0" height="50" width="50" class="imgmiddle"> <h1>Welcome to Redjoust</h1>
<h3><strong>↝</strong> Set target <strong>↠</strong> Set mode <strong>⇉</strong> Gather intel!</h3>
</td>
</tr>
<tr>
<td colspan="2"></td>
</tr>
<tr>
<td class="fill--50" align="center"><button id="btngototarget" class="fill--fix goto button button--moema button--inverted button--text-thick button--size-m bg-3">SET TARGET</button></td>
<td class="fill--50" align="center"><button id="btngotomode" class="fill--fix goto button button--moema button--inverted button--text-thick button--size-m bg-3">SET MODE</button></td>
</tr>
<tr>
<td colspan="2" align="center">
<button id="btngotorun" class="fill--fix goto button button--moema button--inverted button--text-thick button--size-m bg-3">GATHER INTEL!</button>
</td>
</tr>
</table>
</div>
</div>
</div>
<div class="pages" id="pageDNShostname">
<div class="itemcontainter">
<div class="getReport" data-gettargetfrom="targetHostname" data-filename="%TARGET%-dns-deepdive-result-%TIMESTAMP%.txt" alt="Download text report/result" title="Download text report/result"></div>
<table class="fill boxborder">
<tr class="itemtop">
<td class="itemtitle boxborder">Item title</td>
</tr>
<tr class="itembottom">
<td class="itemmainarea boxborder">
<div class="dnsresult boxborder fill terminal"></div>
</td>
</tr>
</table>
</div>
</div>
<div class="pages" id="pageDNSdomainname">
<div class="itemcontainter">
<div class="getReport" data-gettargetfrom="targetDomainname" data-filename="%TARGET%-dns-deepdive-result-%TIMESTAMP%.txt" alt="Download text report/result" title="Download text report/result"></div>
<table class="fill boxborder">
<tr class="itemtop">
<td class="itemtitle boxborder">Item title</td>
</tr>
<tr class="itembottom">
<td class="itemmainarea boxborder">
<div class="dnsresult boxborder fill terminal"></div>
</td>
</tr>
</table>
</div>
</div>
<div class="pages" id="pageCTdomainname">
<div class="itemcontainter">
<table class="fill boxborder">
<tr class="itemtop">
<td class="itemtitle boxborder">Item title</td>
</tr>
<tr class="itembottom">
<td class="itemmainarea boxborder">
<div id="ctresult" class="boxborder fill terminal">CT logs ....</div>
</td>
</tr>
</table>
</div>
</div>
<div class="pages" id="pageIPwhois">
<div class="itemcontainter">
<table class="fill boxborder">
<tr class="itemtop">
<td class="itemtitle boxborder">Item title</td>
</tr>
<tr class="itembottom">
<td class="itemmainarea boxborder">
<div id="ipwhoisresult" class="boxborder fill terminal"></div>
</td>
</tr>
</table>
</div>
</div>
<div class="pages" id="pageWhoisdomainname">
<div class="itemcontainter">
<table class="fill boxborder">
<tr class="itemtop">
<td class="itemtitle boxborder">Item title</td>
</tr>
<tr class="itembottom">
<td class="itemmainarea boxborder">
<div id="domwhoisresult" class="boxborder fill terminal"></div>
</td>
</tr>
</table>
</div>
</div>
<div class="pages" id="pageitemtemplate">
<div class="itemcontainter">
<table class="fill boxborder">
<tr class="itemtop">
<td class="itemtitle boxborder">Item title</td>
</tr>
<tr class="itembottom">
<td class="itemmainarea boxborder">
<div id="result" class="boxborder fill terminal">
test test
</div>
</td>
</tr>
</table>
</div>
</div>
<div class="pages" id="pagetooltemplate">
<div class="toolcontainter">
<table class="fill boxborder">
<tr class="tooltop">
<td class="fill--50 tooltext boxborder">
Top text field
</td>
</tr>
<tr class="toolbottom">
<td class="toolmainarea boxborder">Main tool text area</td>
</tr>
</table>
</div>
</div>
<div class="pages" id="pagetoolhashes">
<div class="toolcontainter">
<table class="fill--wide boxborder tooltable">
<tr class="tooltop">
<td colspan="3" class="tooltext boxborder">
<input id="hashinput" class="boxborder" type="text" value="Input text here ....">
</td>
</tr>
<tr class="toolbottom"><td class="boxborder inmiddle hashnames">CRC-32</td>
<td class="boxborder inmiddle hashicons"><strong>↝</strong></td>
<td class="boxborder inmiddle hashresults"><input id="hash--crc32" class="hashresult boxborder" type="text" value=""></td>
</tr>
<tr class="toolbottom"><td class="boxborder inmiddle hashnames">MD4</td>
<td class="boxborder inmiddle hashicons"><strong>↝</strong></td>
<td class="boxborder inmiddle hashresults"><input id="hash--md4" class="hashresult boxborder" type="text" value=""></td>
</tr>
<tr class="toolbottom"><td class="boxborder inmiddle hashnames">MD5</td>
<td class="boxborder inmiddle hashicons"><strong>↝</strong></td>
<td class="boxborder inmiddle hashresults"><input id="hash--md5" class="hashresult boxborder" type="text" value=""></td>
</tr>
<tr class="toolbottom"><td class="boxborder inmiddle hashnames">RIPE-MD160</td>
<td class="boxborder inmiddle hashicons"><strong>↝</strong></td>
<td class="boxborder inmiddle hashresults"><input id="hash--ripemd160" class="hashresult boxborder" type="text" value=""></td>
</tr>
<tr class="toolbottom"><td class="boxborder inmiddle hashnames">SHA-1</td>
<td class="boxborder inmiddle hashicons"><strong>↝</strong></td>
<td class="boxborder inmiddle hashresults"><input id="hash--sha1" class="hashresult boxborder" type="text" value=""></td>
</tr>
<tr class="toolbottom"><td class="boxborder inmiddle hashnames">SHA-224</td>
<td class="boxborder inmiddle hashicons"><strong>↝</strong></td>
<td class="boxborder inmiddle hashresults"><input id="hash--sha224" class="hashresult boxborder" type="text" value=""></td>
</tr>
<tr class="toolbottom"><td class="boxborder inmiddle hashnames">SHA-256</td>
<td class="boxborder inmiddle hashicons"><strong>↝</strong></td>
<td class="boxborder inmiddle hashresults"><input id="hash--sha256" class="hashresult boxborder" type="text" value=""></td>
</tr>
<tr class="toolbottom"><td class="boxborder inmiddle hashnames">SHA-384</td>
<td class="boxborder inmiddle hashicons"><strong>↝</strong></td>
<td class="boxborder inmiddle hashresults"><input id="hash--sha384" class="hashresult boxborder" type="text" value=""></td>
</tr>
<tr class="toolbottom"><td class="boxborder inmiddle hashnames">SHA-512</td>
<td class="boxborder inmiddle hashicons"><strong>↝</strong></td>
<td class="boxborder inmiddle hashresults"><input id="hash--sha512" class="hashresult boxborder" type="text" value=""></td>
</tr>
</table>
</div>
</div>
<div class="pages" id="pagetoolbase64">
<div class="toolcontainter">
<table class="fill boxborder">
<tr class="base64top">
<td class="fill--50 base64text boxborder">
<button data-action="b64encode" data-input="b64--ascii" data-output="b64--base64" class="base64--click button button--moema-slim button--inverted">Base64 encode <strong>↝</strong></button>
</td>
<td colspan="2" class="base64text boxborder">
<button id="b64clear" data-action="b64clear" data-input="null" data-output="null" class="base64--click button button--moema-slim button--inverted">CLEAR</button>
</td>
<td class="fill--50 base64text boxborder">
<button data-action="b64decode" data-input="b64--base64" data-output="b64--ascii" class="base64--click button button--moema-slim button--inverted"><strong>↜</strong> Base64 decode</button>
</td>
</tr>
<tr class="base64bottom">
<td class="fill--50 base64container boxborder"><textarea id="b64--ascii" class="base64area"></textarea></td>
<td class="base64text boxborder"><strong>⇇</strong></td>
<td class="base64text boxborder"><strong>⇉</strong></td>
<td class="fill--50 base64container boxborder"><textarea id="b64--base64" class="base64area"></textarea></td>
</tr>
</table>
</div>
</div>
<div class="pages" id="pagetoolhashlookup">
<div class="toolcontainter">
<table class="fill--wide boxborder tooltable">
<tr class="tooltop">
<td colspan="3" class="tooltext boxborder">
<input id="hashlookup" class="boxborder" type="text" value="Input hash here ....">
</td>
</tr>
<tr class="tooltop">
<td colspan="3" class="tooltext boxborder">
<div id="hashDetection">Hash detected to be "<span id="detectedHash">?</span>"</div>
<div id="hashDetection"><span id="detectedHashDetails"></span></div>
</td>
</tr>
<tr class="toolbottom">
<td class="boxborder inmiddle hashinfo">Bruteforce/Reverse result</td>
<td class="boxborder inmiddle hashicons"><strong>↝</strong></td>
<td class="boxborder inmiddle hashlookupresults"><input id="hash--lookup" class="hashresult boxborder" type="text" value=""></td>
</tr>
<tr class="toolbottom">
<td colspan="3" class="tooltext boxborder">
We use external resources like 'crackfoo.net' to lookup if a hash string is already known. There is not going any actual bruteforcing on here.
<br>
This might be a feature in the future but for now we are limited to external sites where we can lookup hashes. This is also much more fast.
<br><br>
<span class="note">Supported hashes as of now: MD4, MD5, SHA1, LM, NTLM, MYSQL4, MYSQL323, RIPEMD160</span>
</td>
</tr>
</table>
</div>
</div>
<div class="pages" id="dodnspage">
<div class="itemcontainter">
test
</div>
</div>
<div class="pages" id="pagemode">
<div class="centerbox">
<div>
<table border="0" cellpadding="0" cellspacing="0" align="center">
<tr>
<td colspan="3" align="center"><h1>Choose your scanning mode</h1></td>
</tr>
<tr>
<td colspan="3"></td>
</tr>
<tr>
<td class="fill--50" align="center"><button value="passive" id="btnpassive" class="fill--fix setmode button button--moema button--inverted button--text-thick button--size-m bg-3">PASSIVE</button></td>
<td class="spacer"></td>
<td class="fill--50" align="center"><button value="active" id="btnactive" class="fill--fix setmode button button--moema button--inverted button--text-thick button--size-m bg-3">ACTIVE</button></td>
</tr>
<tr>
<td colspan="3" align="center">
<button value="redteam" id="btnredteam" class="fill--fix setmode button button--moema button--inverted button--text-thick button--size-m bg-3">RED-TEAM + ACTIVE + PASSIVE</button>
</td>
</tr>
<tr>
<td colspan="3"></td>
</tr>
<tr>
<td colspan="3">
<table class="pad-small fill" cellspacing="1" cellpadding="2" border="0">
<tr>
<td class="info1 icon spacer"><strong>PASSIVE</strong></td>
<td class="info1">Passive mode will never make any actual connections to your target to gather information</td>
</tr>
<tr>
<td class="info2 icon spacer"><strong>ACTIVE</strong></td>
<td class="info2">Active mode is both passive and active, here we will also connect to your target directly to gather information</td>
</tr>
<tr>
<td class="info3 icon spacer"><strong>RED-TEAM</strong></td>
<td class="info3">This includes all modes and (WARNING) will also preform tests on your target that might be seen as hostile</td>
</tr>
</table>
</td>
</tr>
<tr>
<td colspan="3"></td>
</tr>
<tr>
<td colspan="3" align="center">
<button id="btngotonext" class="goto button button--isi button--text-thick button--size-s">Continue</button>
</td>
</tr>
</table>
</div>
</div>
</div>
<div class="pages" id="pagetarget">
<div class="centerbox">
<div>
<table border="0" cellpadding="0" cellspacing="0" align="center">
<tr>
<td colspan="3" align="center"><h1>Enter hostname or IP address</h1></td>
</tr>
<tr>
<td colspan="3"> </td>
</tr>
<tr>
<td colspan="3">
<input id="inputTarget" class="autocompleteNavigate" type="text" value="" spellcheck="false" autofocus="true" autocomplete="false">
<div id="autocompleteResult" class="autocompleteNavigate"></div>
</td>
</tr>
<tr>
<td colspan="3"> </td>
</tr>
<tr>
<td colspan="3" class="targetlistcontainer">
<p>
<strong>Use any valid hostname or ip address as target</strong>
</p>
<p>
<ul class="targetlist">
<li>If IP, we will also reverse lookup and use hostname for target</li>
<li>If hostname we will use first A record for IP target</li>
<li>If hostname consist of host+domain we also target domain name</li>
</ul>
</p>
</td>
</tr>
<tr>
<td colspan="3"></td>
</tr>
<tr>
<td colspan="3" align="center">
<button value="updatetarget" id="btngotonext" class="goto button button--isi button--text-thick button--size-s">Continue</button>
</td>
</tr>
</table>
</div>
</div>
</div>
</div>
</div>
<div class="bottomview boxborder">
<table>
<tr>
<td align="left" class="footer">
<div class="statusbarfields" id="statusicon"></div>
<div class="statusbarfields" id="statusmessage"></div>
</td>
<td align="right" class="container">
<div class="btn">
<input type="checkbox" name="check" id="check">
<label for="check">
<div class="box">
<div class="ball"></div>
<div class="scenary">
<div class="moon"><?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 499.712 499.712" class="moon" xml:space="preserve">
<path class="mooncolor1" d="M146.88,375.528c126.272,0,228.624-102.368,228.624-228.64c0-55.952-20.16-107.136-53.52-146.88
C425.056,33.096,499.696,129.64,499.696,243.704c0,141.392-114.608,256-256,256c-114.064,0-210.608-74.64-243.696-177.712
C39.744,355.368,90.944,375.528,146.88,375.528z"/>
<path class="mooncolor2" d="M401.92,42.776c34.24,43.504,54.816,98.272,54.816,157.952c0,141.392-114.608,256-256,256
c-59.68,0-114.448-20.576-157.952-54.816c46.848,59.472,119.344,97.792,200.928,97.792c141.392,0,256-114.608,256-256
C499.712,162.12,461.392,89.64,401.92,42.776z"/>
<g>
<polygon class="mooncolor1" points="128.128,99.944 154.496,153.4 213.472,161.96 170.8,203.56 180.864,262.296
128.128,234.568 75.376,262.296 85.44,203.56 42.768,161.96 101.744,153.4 "/>
<polygon class="mooncolor1" points="276.864,82.84 290.528,110.552 321.104,114.984 298.976,136.552 304.208,166.984
276.864,152.616 249.52,166.984 254.752,136.552 232.624,114.984 263.2,110.552 "/>
</g>
</svg>
</div>
<div class="sun"><?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 512 512" class="sun" xml:space="preserve">
<g>
<circle class="suncolor1" cx="255.997" cy="255.997" r="144.824"/>
<path class="suncolor1" d="M256,56.849c-4.273,0-7.737-3.463-7.737-7.737V7.737C248.263,3.463,251.727,0,256,0
s7.737,3.463,7.737,7.737v41.376C263.737,53.386,260.273,56.849,256,56.849z"/>
<path class="suncolor1" d="M152.563,84.568c-2.674,0-5.274-1.387-6.707-3.869l-20.687-35.832
c-2.136-3.7-0.869-8.432,2.832-10.569c3.701-2.134,8.432-0.87,10.569,2.832l20.687,35.832c2.136,3.7,0.869,8.432-2.832,10.569
C155.206,84.234,153.876,84.568,152.563,84.568z"/>
<path class="suncolor1" d="M76.823,160.294c-1.312,0-2.643-0.334-3.861-1.038L37.13,138.569
c-3.7-2.136-4.968-6.868-2.832-10.569c2.136-3.701,6.868-4.967,10.569-2.832l35.832,20.687c3.7,2.136,4.968,6.868,2.832,10.569
C82.097,158.907,79.497,160.294,76.823,160.294z"/>
<path class="suncolor1" d="M49.112,263.737H7.737C3.464,263.737,0,260.274,0,256s3.464-7.737,7.737-7.737h41.376
c4.273,0,7.737,3.463,7.737,7.737S53.385,263.737,49.112,263.737z"/>
<path class="suncolor1" d="M41.005,387.869c-2.674,0-5.274-1.387-6.707-3.869c-2.136-3.7-0.869-8.432,2.832-10.569
l35.832-20.687c3.7-2.134,8.432-0.87,10.569,2.832c2.136,3.7,0.869,8.432-2.832,10.569l-35.832,20.687
C43.648,387.535,42.317,387.869,41.005,387.869z"/>
<path class="suncolor1"" d="M131.862,478.74c-1.312,0-2.643-0.334-3.861-1.038c-3.7-2.136-4.968-6.868-2.832-10.569
l20.687-35.832c2.136-3.701,6.868-4.967,10.569-2.832c3.7,2.136,4.968,6.868,2.832,10.569l-20.687,35.832
C137.136,477.352,134.536,478.74,131.862,478.74z"/>
<path class="suncolor1" d="M256,512c-4.273,0-7.737-3.463-7.737-7.737v-41.376c0-4.274,3.464-7.737,7.737-7.737
s7.737,3.463,7.737,7.737v41.376C263.737,508.537,260.273,512,256,512z"/>
<path class="suncolor1" d="M380.138,478.74c-2.674,0-5.274-1.387-6.707-3.869l-20.687-35.832
c-2.136-3.7-0.869-8.432,2.832-10.569c3.7-2.134,8.432-0.87,10.569,2.832l20.687,35.832c2.136,3.7,0.869,8.432-2.832,10.569
C382.781,478.406,381.451,478.74,380.138,478.74z"/>
<path class="suncolor1" d="M470.995,387.869c-1.312,0-2.643-0.334-3.861-1.038l-35.832-20.687
c-3.7-2.136-4.968-6.868-2.832-10.569c2.136-3.701,6.868-4.967,10.569-2.832l35.832,20.687c3.7,2.136,4.968,6.868,2.832,10.569
C476.269,386.481,473.669,387.869,470.995,387.869z"/>
<path class="suncolor1" d="M504.263,263.737h-41.376c-4.273,0-7.737-3.463-7.737-7.737s3.464-7.737,7.737-7.737h41.376
c4.273,0,7.737,3.463,7.737,7.737S508.536,263.737,504.263,263.737z"/>
<path class="suncolor1" d="M435.177,160.294c-2.674,0-5.274-1.387-6.707-3.869c-2.136-3.7-0.869-8.432,2.832-10.569
l35.832-20.687c3.7-2.134,8.432-0.87,10.569,2.832c2.136,3.7,0.869,8.432-2.832,10.569l-35.832,20.687
C437.82,159.96,436.489,160.294,435.177,160.294z"/>
<path class="suncolor1" d="M359.437,84.568c-1.312,0-2.643-0.334-3.861-1.038c-3.7-2.136-4.968-6.868-2.832-10.569
l20.687-35.832c2.136-3.701,6.868-4.967,10.569-2.832c3.7,2.136,4.968,6.868,2.832,10.569l-20.687,35.832
C364.711,83.181,362.11,84.568,359.437,84.568z"/>
</g>
<path class="suncolor2" d="M256,111.18c-5.242,0-10.418,0.286-15.516,0.828c72.685,7.743,129.303,69.252,129.303,143.991
s-56.619,136.249-129.303,143.992c5.098,0.544,10.273,0.828,15.516,0.828c79.982,0,144.82-64.838,144.82-144.82
S335.983,111.18,256,111.18z"/>
</svg>
</div>
</div>
</div>
</label>
</div>
</td>
</tr>
</table>
</div>
<!-- You can also require other files to run in this process -->
<script src="js/renderer.js"></script>
</body>
</html>