Skip to content

Commit e439a69

Browse files
committed
Update everything
1 parent c53d3a2 commit e439a69

File tree

6 files changed

+12
-4
lines changed

6 files changed

+12
-4
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,7 @@ fabric.properties
4848
*.pyc
4949

5050
#MacOS Junk
51-
**.DS_Store
51+
**.DS_Store
52+
53+
# Database
54+
*.sqlite3

db.sqlite3

-263 KB
Binary file not shown.
195 KB
Binary file not shown.

static/files/stackbug

11.6 KB
Binary file not shown.

templates/challenge.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ <h1 class="page-header">Challenges
2828
<div class="jumbotron jumbotron-fluid">
2929
<div class="container">
3030
<h1 class="display-3">Want to join our CTF team?</h1>
31-
<p class="lead">Recruitment has ended for Fall. Come back in a couple of months! The solutions to past challenges on our <a href="{% url 'writeups' %}4/">write-ups page</a>.</p>
31+
<p class="lead">Recruitment has finally opened! Solve any challenge to immediately qualify for an interview. <br> You can find the solutions to past challenges on our <a href="{% url 'writeups' %}4/">write-ups page</a>.</p>
3232
<p>
3333
<a class="btn btn-primary" data-toggle="collapse" href="#moreinfo" aria-expanded="false"
3434
aria-controls="moreinfo">
@@ -63,7 +63,7 @@ <h1 class="display-3">Want to join our CTF team?</h1>
6363
<h3>Web</h3>
6464
<p>Apparently a CHC interview costs $100k. <br> Maybe you can get it cheaper?</p>
6565
<p>
66-
<a href="http://165.227.181.157" class="btn btn-primary" role="button">Website</a>
66+
<a href="http://themoneystore.atwebpages.com" class="btn btn-primary" role="button">Website</a>
6767
<a href="http://www.cgisecurity.com/owasp/html/ch11.html" class="btn btn-default" role="button">Resources</a>
6868
</p>
6969
</div>
@@ -86,7 +86,7 @@ <h3>Web</h3>
8686
<h3>Crypto</h3>
8787
<p>chc.cs.cornell.edu:1347</p>
8888
<p>
89-
<a href="https://gist.github.com/tjade273/873ee1ec2d7896405e5d3c616dc1ea13"
89+
<a href="https://gist.github.com/tjade273/ded27b5a0e19dc040da854fd14733519"
9090
class="btn btn-primary " role="button">Start Here!</a>
9191
<a href="https://gist.github.com/tjade273/36455f4955307db2b680c4f1ac35e710#file-rsa-c" class="btn btn-default" role="button">Code</a>
9292
</p>
@@ -127,6 +127,7 @@ <h3>Forensics</h3>
127127
</div>
128128
</div>
129129
</div>
130+
<!--
130131
<div class="col-xs-6 col-sm-4">
131132
<div class="thumbnail">
132133
<div class="caption">
@@ -151,6 +152,7 @@ <h3>Reversing</h3>
151152
</div>
152153
</div>
153154
</div>
155+
-->
154156
<div class="col-xs-6 col-sm-4">
155157
<div class="thumbnail">
156158
<div class="caption">

templates/header.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@
3737
<li>
3838
<a href="{% url 'tools' %}">Tools</a>
3939
</li>
40+
<li>
41+
<a href="https://github.com/grabberthehacker/ctfResources">CTF Resources</a>
42+
<li>
4043
</ul>
4144
</li>
4245
{# <li>#}

0 commit comments

Comments
 (0)