Skip to content

Commit bcf91c2

Browse files
Adição do ✅ pelo FourZeroTwo na decodificação das mensagens do terminal
1 parent 41a2320 commit bcf91c2

5 files changed

+95
-17
lines changed
16 KB
Loading
8.52 KB
Binary file not shown.
228 KB
Loading
7.96 KB
Binary file not shown.

index.html

+95-17
Original file line numberDiff line numberDiff line change
@@ -179,24 +179,102 @@ <h3 class="display-6">Mysterious Video</h3>
179179
type="video/mp4"
180180
/>
181181
</div>
182+
</div>
183+
</div>
184+
<!-- ////////////////////////////// -->
185+
<div class="cont right">
186+
<div class="content text-break">
187+
<div class="clearfix">
188+
<div class="float-start">
189+
<h3 class="display-6">Decoded Video</h3>
190+
</div>
191+
</div>
182192
<p>
183-
<br />
184-
The white encrypted messages were decoded to: <br />
185-
<b>RAVANTI@DRCCSAPMCOM:~$</b>
186-
<br />
187-
<b>RAVANTI</b> is the user who is logged on the machine on which
188-
this terminal appears. <b>DRCCSAPMCOM</b> is the domain this user
189-
belongs to, however this looks like a website, DRCCSAPM.COM, which
190-
led to the website
191-
192-
<a href="https://www.drccsapm.com/" target="_blank" rel="noopener"
193-
>DRCCSAPM.com</a
194-
>
193+
Community members after many hours on Discord trying to decode
194+
terminal messages received confirmation (green checkmark) by
195+
FourZeroTwo
195196
</p>
197+
<a
198+
href="./img/arg-2/1st-video-terminal-encoded.png"
199+
target="_blank"
200+
rel="noopener"
201+
>
202+
<figure class="figure">
203+
<picture>
204+
<source
205+
srcset="./img/arg-2/1st-video-terminal-encoded.webp"
206+
type="image/webp"
207+
/>
208+
<source
209+
srcset="./img/arg-2/1st-video-terminal-encoded.png"
210+
type="image/png"
211+
/>
212+
213+
<img
214+
src="./img/arg-2/1st-video-terminal-encoded.png"
215+
class="figure-img img-fluid rounded"
216+
alt=""
217+
loading="lazy"
218+
/>
219+
</picture>
220+
</figure>
221+
</a>
222+
<a
223+
href="./img/arg-2/1st-video-terminal-decoded.png"
224+
target="_blank"
225+
rel="noopener"
226+
>
227+
<figure class="figure">
228+
<picture>
229+
<source
230+
srcset="./img/arg-2/1st-video-terminal-decoded.webp"
231+
type="image/webp"
232+
/>
233+
<source
234+
srcset="./img/arg-2/1st-video-terminal-decoded.png"
235+
type="image/png"
236+
/>
237+
238+
<img
239+
src="./img/arg-2/1st-video-terminal-decoded.png"
240+
class="figure-img img-fluid rounded"
241+
alt=""
242+
loading="lazy"
243+
/>
244+
</picture>
245+
<figcaption class="figure-caption text-center">
246+
<a
247+
href="https://discord.com/channels/918034587966378117/920086122980319293/1129218637891387432"
248+
target="_blank"
249+
rel="noopener"
250+
class="text-muted"
251+
style="text-decoration: none"
252+
>Open Discord</a
253+
>
254+
</figcaption>
255+
</figure>
256+
</a>
257+
<p>First green line:</p>
258+
<br />
259+
<p>VISORCORTEX CONNECTION SEVERED - BOOTING ADMIN SAFE MODE TERA</p>
260+
<p>White line:</p>
261+
<p>R.AVANTI@DRCCSAPM.COM:~$</p>
262+
<br />
263+
<p>Second green line:</p>
264+
<p>A 2020.B VERNE SYSTEMS MANAGEMENT - VISORCORTEX TERMINAL</p>
265+
<br />
266+
<b>R.AVANTI</b> is the user who is logged on the machine on which
267+
this terminal appears. <b>DRCCSAPM.COM</b> is the domain this user
268+
belongs to, however this looks like a website which led to the
269+
website:
270+
271+
<a href="https://www.drccsapm.com/" target="_blank" rel="noopener"
272+
>DRCCSAPM.com</a
273+
>
196274
</div>
197275
</div>
198276
<!-- ////////////////////////////// -->
199-
<div class="cont right">
277+
<div class="cont left">
200278
<div class="content text-break">
201279
<div class="clearfix">
202280
<div class="float-start">
@@ -257,7 +335,7 @@ <h3 class="display-6">DRCCSAPM!</h3>
257335
</div>
258336
</div>
259337
<!-- ////////////////////////////// -->
260-
<div class="cont left">
338+
<div class="cont right">
261339
<div class="content text-break">
262340
<div class="clearfix">
263341
<div class="float-start">
@@ -403,7 +481,7 @@ <h3 class="display-6">Robert Avanti</h3>
403481
</div>
404482
</div>
405483
<!-- ////////////////////////////// -->
406-
<div class="cont right">
484+
<div class="cont left">
407485
<div class="content text-break">
408486
<div class="clearfix">
409487
<div class="float-start">
@@ -548,7 +626,7 @@ <h3 class="display-6">Emails</h3>
548626
</div>
549627
</div>
550628
<!-- ////////////////////////////// -->
551-
<div class="cont left">
629+
<div class="cont right">
552630
<div class="content text-break">
553631
<div class="clearfix">
554632
<div class="float-start">
@@ -629,7 +707,7 @@ <h3 class="display-6">Mysterious Phrase</h3>
629707
</div>
630708
</div>
631709
<!-- ////////////////////////////// -->
632-
<div class="cont right">
710+
<div class="cont left">
633711
<div class="content text-break">
634712
<div class="clearfix">
635713
<div class="float-start">

0 commit comments

Comments
 (0)