Rating: 2.0
<h1>angstromCTF 2016 - Amoebananas!</h1>Category: Web Score: 20<h2>Description</h2>The amoeba is a fascinating creature.<h2>Solving the challenge</h2><span>Looking at the page’s source code with ctrl-u revealed the flag
</span><span>
<html>
<head>
<title>Amoeba Central</title>
</head>
<body>
<h1 style="color:blue;">Welcome to your source for amoeba information!</h1>
<h2 style="color:green;">A WORLD LEADER IN AMOEBA SCIENCE</h2>
<img src="https://upload.wikimedia.org/wikipedia/commons/9/90/Ameoba_Under_Light_Microscope.jpg">
<p>"Amoeba Under Light Microscope" by Iceclanl</p>
<!-- Your flag is: pseudopods_are_da_bomb -->
</body>
</html>
</span><span>
Flag: pseudopods_are_da_bomb</span>