草庐IT

num_steps

全部标签

2021 虎符杯hate num 注入题

前言今天遇到个有意思的SQL盲注,花了不少功夫,也学到了新姿势,遂记录下来以备后续碰到相同场景使用。题目这是2021虎符杯的一道web题,有一个目标站点且附带了源码。源码内容包括:主要逻辑在login.php与config.php,删去多余代码,主要功能在登陆上。前端登录表单会发送给login.php处理:然后所有的post参数会交给config.php中的array_waf去做处理.array_waf是一个递归检测的waf,检测是否包含sql_waf和num_waf在内的规则,符合规则直接退出。经过检测后会进入config.php中的login函数进行数据库查询。可以看到login函数直接将

Jenkins上传文件报错Support for FileParameters in the input step is disabled

 【报错信息】ERROR:SupportforFileParametersintheinputstepisdisabledandwillberemovedinafuturerelease.Detailsonhowtomigrateyourpipelinecanbefoundonline:https://jenkins.io/redirect/plugin/pipeline-input-step/file-parameters. 【事件背景】在迁移JenkinsJob到新的Jenkins服务器时,Pipeline中的上传文件步骤在新服务器报错。 【相关资料】链接1:https://jenkins

Jenkins上传文件报错Support for FileParameters in the input step is disabled

 【报错信息】ERROR:SupportforFileParametersintheinputstepisdisabledandwillberemovedinafuturerelease.Detailsonhowtomigrateyourpipelinecanbefoundonline:https://jenkins.io/redirect/plugin/pipeline-input-step/file-parameters. 【事件背景】在迁移JenkinsJob到新的Jenkins服务器时,Pipeline中的上传文件步骤在新服务器报错。 【相关资料】链接1:https://jenkins

css3 animate steps帧动画

css3animatesteps帧动画背景图如下:宽度是270px,每个方块是等宽的45px。1.png#step{width:45px;height:45px;border:1pxsolid#ccc;background:url(../images/1.png)no-repeatleftcenter;animation:goStepinfinite3ssteps(6,end);}@keyframesgoStep{0%{background-position:00;}100%{background-position:-270px0;}}如果steps有第二个参数,把一张width:270px的

css3 animate steps帧动画

css3animatesteps帧动画背景图如下:宽度是270px,每个方块是等宽的45px。1.png#step{width:45px;height:45px;border:1pxsolid#ccc;background:url(../images/1.png)no-repeatleftcenter;animation:goStepinfinite3ssteps(6,end);}@keyframesgoStep{0%{background-position:00;}100%{background-position:-270px0;}}如果steps有第二个参数,把一张width:270px的