Skip to content

Commit

Permalink
stub out pages for sites
Browse files Browse the repository at this point in the history
  • Loading branch information
vito-lbs committed May 24, 2024
1 parent d57a267 commit 9360281
Show file tree
Hide file tree
Showing 67 changed files with 681 additions and 0 deletions.
Binary file added sites/chatgpt_wasi/CHAT.mp3
Binary file not shown.
Binary file added sites/chatgpt_wasi/background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
86 changes: 86 additions & 0 deletions sites/chatgpt_wasi/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,86 @@
<!DOCTYPE html>
<html>
<head>
<title>~~~ Welcome to the Future with WebAssembly! ~~~</title>
<style>
body {
background-color: #000000;
background-image: url("./background.png");
color: #ffffff;
font-family: 'Comic Sans MS', cursive, sans-serif;
}
.header {
text-align: center;
font-size: 36px;
margin-top: 50px;
}
.content {
margin-top: 50px;
margin-left: 100px;
margin-right: 100px;
}
.section {
margin-bottom: 50px;
}
.button {
background-color: #ff6600;
border: none;
color: #ffffff;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 24px;
margin-top: 20px;
cursor: pointer;
border-radius: 10px;
}
.button:hover {
background-color: #cc5500;
}
</style>
</head>
<body>
<div class="header">
<marquee behavior="alternate"><blink>~~~ WEBASSEMBLY WONDERS ~~~</blink></marquee>
</div>
<div class="content">
<div class="section">
<h1>Explore the Future with WebAssembly!</h1>
<p>Are you ready to dive into the next generation of web technology? Say hello to WebAssembly!</p>
</div>
<div class="section">
<h2>Why WebAssembly?</h2>
<p>WebAssembly empowers developers to bring high-performance, low-level code to the web, unlocking new possibilities for interactive web applications.</p>
</div>
<div class="section">
<h2>Delve into my code!</h2>
I certainly embarked on the intriguing task of creating this program, and, nestled within a mere minute, it was complete. This underscores the essential capabilities within the realm of rapid development.
</div>
<div class="section">
<h2>Experience the Magic!</h2>
<p>Try out our interactive demos and witness the speed and power of WebAssembly firsthand!</p>
<a href="nc://chatgpt-wasi.shellweplayaga.me:31337" class="button" >Explore Demos</a>
</div>
<div class="section">
<h2>Join the Revolution!</h2>
<p>Ready to join the ranks of WebAssembly developers? Dive into our comprehensive resources and start building the web of tomorrow today!</p>
<a href="nc://chatgpt-wasi.shellweplayaga.me:31337" class="button">Get Started</a>
</div>
</div>
<audio controls autoplay style="visibility: hidden;">
<source src="https://qa.2024.nautilus.institute/static-uploads/CHAT.mp3" type="audio/mpeg">
</audio>
<script>
var audio = document.querySelector('audio');
audio.play().catch(function() {
audio.play();
});
document.body.addEventListener('click', function() {
audio.play().catch(function() {
audio.play();
});
});
</script>
</body>
</html>
Binary file added sites/dotcom-airbag/anicalc.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added sites/dotcom-airbag/background1.mp3
Binary file not shown.
Binary file added sites/dotcom-airbag/bubbleanm.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added sites/dotcom-airbag/graph.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added sites/dotcom-airbag/graph_up.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added sites/dotcom-airbag/graphani.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
79 changes: 79 additions & 0 deletions sites/dotcom-airbag/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
<html>
<head>
<title>.com</title>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"
/>
<style>
body {
background-color: #160594;
color: rgb(61, 255, 242);
font-family: "Times New Roman", Times, serif;
/*background: url('background.png')*/
}
p {
font-size: 14px;
}
</style>
</head>
<body>
<h1>Welcome to .com!</h1>

<h4>What Do We Do?</h4>
<p>
We model the markets to make sure your investments are safe and sound.
</p>
<h2>FAQ</h2>
<h3>Is this a bubble?</h3>
<img src="./bubbleanm.gif" alt="whats his name">
<p>Some "experts" are calling the markets unprecedented growth a "bubble". But they just are sorry they missed out!</p>
<p><bold style="font-weight: 800; color: rgb(102, 226, 19)";>Either way, do not worry!</bold> We have important safeguards in place which will catch any such market crash before it can hurt you or your family.</p>

<h3>How does it work?</h3>
<img src="./merlin.gif"><img src="./anicalc.gif">
<hr/>
<h1>New Investment Model Terminal</h1>
<img src="./graphani.gif" alt="your profits">
<p>Try our latest terminal endpoint to see how your investments could be doing if you had them!</p>
<h3>Type the following into your terminal:</h3>
<bold>For personal accounts:</bold>
<p style="
font-size: 12px;
color: rgb(182, 247, 91);
background-color: rgb(0, 0, 0);
padding: 5px;
">
telnet <script>document.write(window.location.hostname)</script> 10001
</p>
<bold>For business accounts:</bold>
<p style="
font-size: 12px;
color: rgb(182, 247, 91);
background-color: rgb(0, 0, 0);
padding: 5px;
">
telnet <script>document.write(window.location.hostname)</script> 20002
</p>
<hr/>
<img src="./graph_up.gif" alt="your profits"><br/>
<span style="line-height: 30px;">
Invest today!</span>
<p style="font-size: 2px; color: grey; padding-bottom: 10px; margin-top: 700px;">.com is not FDIC insured. Investments may lose value. Past performance is not indicative of future results. Not all market crashes are guaranteed to be caught. Please consult your financial advisor before making any investment decisions.</p>

<audio controls autoplay style="visibility: hidden;">
<source src="https://qa.2024.nautilus.institute/static-uploads/dotcom_background_e1b27bc58b.mp3" type="audio/mpeg">
</audio>
<script>
var audio = document.querySelector('audio');
audio.play().catch(function() {
audio.play();
});
document.body.addEventListener('click', function() {
audio.play().catch(function() {
audio.play();
});
});
</script>
</body>
</html>
Binary file added sites/dotcom-airbag/merlin.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added sites/dotcom-airbag/redbubblezz.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added sites/hikarrro/ani_computerhead_man.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added sites/hikarrro/background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added sites/hikarrro/computer.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added sites/hikarrro/counter (1).gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 28 additions & 0 deletions sites/hikarrro/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<html>
<head>
<title>~</title>
<style>
body {

background-color: black;
background-image: url("./background.png");
color: white;
background-position: top;
}
</style>
</head>
<body>
<center>
<h1>Dare You Play The</h1>
<img src="wordart.png" alt="wordart" width="800" height="140" />

<h3>In the future no human will be able to beat a machine at any game</h3>
<img src="./computer.gif"><br/>
<h1>Has That Time Come?</h1>
Tap your spinal column into <code><script>document.write(location.hostname)</script>-7113</code> and decide for yourself.<br/><br/>

<p>Don't worry. No one is counting how many times you lose<img src="./ani_computerhead_man.gif"></p><br>
<img src="./counter (1).gif" style="opacity: .1;"><br>
</center>
</body>
</html>
Binary file added sites/hikarrro/wordart.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
50 changes: 50 additions & 0 deletions sites/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
<!DOCTYPE html>
<html>

<head>
<title>def con quals challenge sites</title>
<link href='../statdump.css' media='all' rel='stylesheet'>
<meta charset='utf-8'>
</head>

<body>
<div id='content'>
<h1>Challenge Sites from DEF CON CTF 2024 Qualifiers</h1>
<nav>
<ul>
<li class="big-btn">
<a href="pass-it-on/">pass-it-on</a>
</li>
<li class="big-btn">
<a href="libprce3/">libprce3</a>
</li>
<li class="big-btn">
<a href="🌌/">🌌</a>
</li>
<li class="big-btn">
<a href="npc-ua/">npc-ua</a>
</li>
<li class="big-btn">
<a href="hikarrro/">hikarrro</a>
</li>
<li class="big-btn">
<a href="chatgpt_wasi/">chatgpt_wasi</a>
</li>
<li class="big-btn">
<a href="dotcom-airbag/">.com</a>
</li>
<li class="big-btn">
<a href="suscall/">suscall</a>
</li>
<li class="big-btn">
<a href="saferrrust/">saferrrust</a>
</li>

</ul>
</nav>


</div>
</body>

</html>
58 changes: 58 additions & 0 deletions sites/libprce3/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"DTD/xhtml11-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>PRCE - Perl Regular Compatible Expressions</title>
<meta name="title" content="PRCE - Perl Regular Compatible Expressions" />
<meta name="description" content="The PRCE library is a set of functions that implement regular expression pattern matching using the same syntax and semantics as Perl 5. PRCE has its own native API as well as a set of wrapper functions that correspond to the POSIX regular expression API." />
<meta name="keywords" content="prce, rce, regex, regexp, regular expression, perl, perlre, philip hazel" />
<link rel="shortcut icon" href="favicon.ico" />
</head>
<body>

<h1>PRCE - Perl Regular Compatible Expressions</h1>

<p>The PRCE library is a set of functions that implement regular
expression pattern matching using the same syntax and semantics as
Perl&nbsp;5. PRCE has its own native API, as well as a set of
wrapper functions that correspond to the POSIX regular expression
API. The PRCE library is free, even for building proprietary
software.</p>

<p>PRCE is now used for many high-profile open source projects, including
<a href="https://hg.nginx.org/nginx/">NGINX</a>,

<h2>Download</h2>

<p>You can download the debian package source from its official home here:
<ul>
<li><b><a href="https://qa.2024.nautilus.institute/challenge_file/a28th4yq7rcyu8k07qrec7dfrp1s">pcre3_8.39-16.tar.gz</a></b></li>
</ul>


<p>To build the package you can use the following commands</p>

<blockquote>
<code>tar xfv pcre3_8.39-16.tar.gz</code><br/>
<code>cd pcre3-8.39</code><br/>
<code>dpkg-buildpackage -b</code><br/>
</blockquote>

<h2>Documentation</h2>

<p>You can read
<a href="https://www.pcre.org/current/doc/html/">PRCE2 HTML documentation</a>, or the
<a href="https://www.pcre.org/pcre2.txt">text version of the PRCE2 man pages</a>.
For Perl&nbsp;5 regular expression syntax, read the
<a href="http://perldoc.perl.org/perlre.html">Perl
regular expressions man page</a>.</p>

<p>Details on PRCE, and, in particular, comparisons to Perl's regular
expression semantics, can also be found in the community authored
<a href="https://en.wikipedia.org/wiki/PRCE">Wikipedia entry on PRCE</a>.</p>

</body>
</html>
Binary file added sites/npc-ua/background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added sites/npc-ua/gauge.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
72 changes: 72 additions & 0 deletions sites/npc-ua/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
<html>
<head>
<title>Nautilus Industries</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Black+Ops+One&display=swap" rel="stylesheet">
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"
/>
<style>
body {
background-color: #000;
color: white;
font-family: "Black Ops One", system-ui;
font-weight: 400;
font-style: normal;
background: url('background.png')
}
p {
font-size: 10px;
}
</style>
</head>
<body>
<center>
<h1>Nautilus Industries - Technology Ltd.</h1>
<h5 style="color: rgb(177, 13, 13)">Factory-First-Industrial-Techno-Conglomerate</h5>
<img class="animate__animated animate__pulse animate__infinite" src="./industry.gif" alt="Nautilus Industries - Technology Ltd.">
<p>Dragging the manufacturing industry into the 21st century</p>
<hr/>
<hr/>
<p>
We have computers.<br/>
You have factories.<br/>
Let us put our computers in your factories.<br/>
</p>
<p style="color: rgb(0, 231, 0)">
Together we will make a lot of money:<br/>


<img src="./money.gif" alt="Money Factories"><br/>

<hr/>
<hr/>

<h5>System Status</h5>
<p>
UA PORT <span style="color: rgb(156, 156, 255)">4840</span> Status<br/>
<img src="./status.gif" alt="Everything is okay">
</p>
<br/>
<p>
Cross Factory Network Speed<br/><br/>
<img src="./gauge.gif" alt="Fast">
</center>
<audio controls autoplay style="visibility: hidden;">
<source src="https://qa.2024.nautilus.institute/static-uploads/npc_background.mp3" type="audio/mpeg">
</audio>
<script>
var audio = document.querySelector('audio');
audio.play().catch(function() {
audio.play();
});
document.body.addEventListener('click', function() {
audio.play().catch(function() {
audio.play();
});
});
</script>
</body>
</html>
Binary file added sites/npc-ua/industry.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added sites/npc-ua/money.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added sites/npc-ua/mp3.mp3
Binary file not shown.
Binary file added sites/npc-ua/status.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added sites/pass-it-on/closed.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 9360281

Please sign in to comment.