网站首页 站内搜索

搜索结果

查询Tags标签: _._,共有 3条记录
  • scala02

    /*** @auther :${user}* @date :2022/2/10 23:44**/ object test17 {def main(args: Array[String]): Unit = {val list: List[(String, Int)] = List(("hello scala hbase kafka", 2),("hello scala hbase", 2),("hello scala hello", 1))…

    2022/2/11 6:15:00 人评论 次浏览
  • 攻防世界-Web_python_template_injection题

    flask基础SSTI:服务器端模板注入(Server-Side Template Injection) 不正确的使用flask中的render_template_string方法会引发SSTI。 SSTI文件读取/命令执行在Jinja2模板引擎中,{{}}是变量包裹标识符。{{}}并不仅仅可以传递变量,还可以执行一些简单的表达式。 思路:找到…

    2021/11/18 11:10:00 人评论 次浏览
  • 攻防世界-Web_python_template_injection题

    flask基础SSTI:服务器端模板注入(Server-Side Template Injection) 不正确的使用flask中的render_template_string方法会引发SSTI。 SSTI文件读取/命令执行在Jinja2模板引擎中,{{}}是变量包裹标识符。{{}}并不仅仅可以传递变量,还可以执行一些简单的表达式。 思路:找到…

    2021/11/18 11:10:00 人评论 次浏览
扫一扫关注最新编程教程