zoukankan      html  css  js  c++  java
  • We Chall-Training: Get Sourced-Writeup

    MarkdownPad Document

    We Chall-Training: Get Sourced-Writeup

    题目链接:http://www.wechall.net/challenge/training/get_sourced/index.php


    水题,不多说;从题目到提示都在暗示flag就在网页的源代码中,

    • ctrl+U查看网页的源代码,拉倒最下方即可找到flag:
    • 或者F12打开开发者模式,也可看到flag,且比直接查看源代码更加快捷:

    flag为html_sourcecode
    2017-2-5 12:56;02

  • 相关阅读:
    关于Loki中promtail组件收集日志的几点思考
    安装 loki 轻量级日志监控系统
    官方文档采用Docker方式安装
    使用 Loki 搭建个人日志平台
    Elasticsearch:Node 介绍
    解决centos系统突然间网络不通的问题:Global IPv6 forwarding is disabled in configuration, but not currently disabled in kernel
    postgresql 角色权限
    Pycharm好用的插件
    the trustAnchors parameter must be non-empty(转)
    Django:json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
  • 原文地址:https://www.cnblogs.com/WangAoBo/p/6367372.html
Copyright © 2011-2022 走看看