-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
29 lines (27 loc) · 1.74 KB
/
index.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
<!DOCTYPE html>
<head>
<title>Web Hacking</title>
<link rel="stylesheet" href="style.css">
<!--(1/4) bronc -->
</head>
<body>
<div class="main-content">
<h1>Web Hacking</h1>
<div class="content">
<p>Using nothing but your browser, you can find out so much about a site.</p>
<p>By using <code>Inspect Element</code> to look into what files are used and how a website displays its data.</p>
<h4>This technique is considered a crime in the state of Missiouri</h4>
<p>A Missouri reporter a little over one year ago looked into the Missouri teacher records and found that their social security numbers were accessible by looking at the HTML and CSS files. This is a major leak that the Missouri State Department did not secure against and had to commit $50 Million to investigate.</p> <!-- (3/4) nd_3m_4 -->
<p>The Missouri governor, Mike Parson, even went far enough to say, "We will not let this crime against Missouri teachers go unpunished."</p>
<p>You can commit a crime in Missouri just by using <code>CTRL + SHIFT + C</code> on windows or <code>Command + SHIFT + C</code> on Mac!</p>
</div>
<hr>
<div>
<img id="gov" src="https://static01.nyt.com/images/2021/10/15/us/15xp-hacker3/merlin_196275123_bba73b4e-0452-4abb-bc79-c269dad96009-superJumbo.jpg?quality=75&auto=webp" alt="broncosec{1f_y0u_c4n_s33_th15_50m3th1ng_15_wr0ng}">
</div>
<br>
<a target="_blank" href="https://www.nytimes.com/2021/10/15/us/missouri-st-louis-post-teachers-hack.html"><button>Learn More About the 'Hack' Here!</button></a>
<p class="invisible">broncosec{th15_15_h0w_th3_r3p0rt3r_f0und_th3_SSN}</p>
</div>
</body>
</html>