web1
10
信息搜集
此题为 【从0开始学web】系列第一题
此系列题目从最基础开始,题目遵循循序渐进的原则
希望对学习CTF WEB的同学有所帮助。
开发注释未及时删除 
by [h1xa@ctfer.com](mailto:h1xa@ctfer.com)

Ctrl + U 查看源代码,flag 就在源代码中的注释里

<html>
<body>
<!--StartFragment-->
<!--
--
# -*- coding: utf-8 -*-
# @Author: h1xa
# @Date:   2020-09-01 13:45:32
# @Last Modified by:   h1xa
# @Last Modified time: 2020-09-02 03:12:48
# @email: h1xa@ctfer.com
# @link: https://ctfer.com
 
-->
 
<!DOCTYPE HTML>
<html>
<head>

<title>CTFshow 新手入门题目 </title>
<script type="text/javascript">
 
</script>
</head>
<body>
<h3>web1:where is flag?</h3>
<!-- ctfshow{151d219a-a11d-48dc-a6ba-ab54a9bb829c} -->
</body>
</html>

<!--EndFragment-->
</body>
</html>