-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtask6.html
56 lines (49 loc) · 2.75 KB
/
task6.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
<html>
<head>
<!-- jQuery -->
<script src="/static/js/jquery.min.js"></script>
<!-- jQuery UI -->
<link rel="stylesheet" href="//code.jquery.com/ui/1.11.4/themes/smoothness/jquery-ui.css">
<script src="//code.jquery.com/jquery-1.10.2.js"></script>
<script src="//code.jquery.com/ui/1.11.4/jquery-ui.js"></script>
<!-- Bootstrap assets -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap-theme.min.css">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
<!-- JavaScript assets -->
<script src="/static/js/jquery.terminal-0.8.8.min.js"></script>
<script src="/static/js/vex.combined.min.js"></script>
<!-- CSS assets -->
<link href="/static/css/jquery.terminal.css" rel="stylesheet">
<link href="/static/css/style.css" rel="stylesheet">
<link href="/static/css/vex.css" rel="stylesheet">
<link href="/static/css/vex-theme-plain.css" rel="stylesheet">
<script>vex.defaultOptions.className = 'vex-theme-plain';</script>
<!-- Meta-information -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="An interactive CTF tracing the history of RSA vulnerabilities.">
<meta name="author" content="">
<!-- Page styling -->
<title>Historical CTF - Task 6</title>
<link rel="icon" href="/static/img/favicon.ico">
</head>
<body style="color:#000">
<div id="terminal">
Welcome to the sixth challenge. It's time to meet Badguy himself!<br><br>
---<br><br>
Inside of Badguy's decrypted hard drive, the FBI was able to extract his unique IRC chat username, <span class="highlight">searly1965</span>, which will allow you to initiate contact with Badguy directly. All the FBI needs is an exact location to deploy a SWAT team and bring him in, so you'll need to convince him to give up his address.<br><br>
The FBI recommends you pose as a <span class="highlight">customer service representative</span> from Swissco, the bank where Badguy has been storing his money. It make take some convincing to win over Badguy's trust, so tread carefully.
</div>
<div class="help-buttons">
<span class="glyphicon glyphicon-question-sign help-button"></span>
<span class="glyphicon glyphicon-question-sign help-button"></span>
<span class="glyphicon glyphicon-question-sign help-button"></span>
<span class="glyphicon glyphicon-question-sign help-button"></span>
</div>
<script>window.task = 6;</script>
<script src="/static/js/setup-task.js"></script>
<script src="/static/js/setup-task6.js"></script>
<script src="/static/js/setup-hints.js"></script>
</body>