知识是我们的源泉,而技术需要时间来沉淀。|

柒夜sec

园龄:3年7个月粉丝:0关注:6

php命令执行函数绕过
摘要: passthru("ls"); system("ls"); exec() shell_exec() `反引号 1.空格过滤绕过: ${IFS}$9 {IFS} $IFS ${IFS} //$1改成$加其他数字貌似都行 IFS < <> {cat,flag.php} //用逗号实现了空格功能,需要用{
12
0
0
linux常见命令符号
摘要: 命令联合执行 来看看命令联合执行时的一些关键词特性: 连接词 释义 ; 前面的命令执行完以后,继续执行后面的命令 | 管道符,将上一条命令的输出作为下一条命令的参数(显示后面的执行结果) || 当前面的命令执行出错时(为假)执行后面的命令 & 将任务置于后台执行 && 前面的语句为假则直接出错,后面
9
0
0
ctfshow web入门57,59
摘要: <?php /* # -*- coding: utf-8 -*- # @Author: h1xa # @Date: 2020-09-05 20:49:30 # @Last Modified by: h1xa # @Last Modified time: 2020-09-08 01:02:56 # @
2
0
0
对el-cascader使用优化
摘要: el-cascader超高,全局配置 .el-cascader-menu { height: 300px; }
139
0
0
git push origin master出错:error: failed to push some refs to
摘要: 1.输入git push origin master 出错:error: failed to push some refs to 那是因为本地没有update到最新版本的项目(git上有README.md文件没下载下来) 本地直接push所以会出错。 2.所以本地要输入git pull 然后出现的英
122
0
0
git遇到的问题之“Please make sure you have the correct access rights and the repository exists.”
摘要: 对于git的提交一直很小心翼翼,感觉一不小心就会踩到莫名的坑。 这不, 某天commit 就遇到了On branch master nothing to commit (working directory clean) 一查意思。你的分支很干净? 干净?excuse me? 然后git push o
82
0
0
当执行npm publish 时,出现unauthorized 和 is not in the npm registry
摘要: 当执行npm publish,发生了如下错误: appledeMacBook-Pro:nini-react apple$ npm publish npm ERR! publish Failed PUT 401 npm ERR! code E401 npm ERR! 404 unauthorized
659
0
0
slot-scope用法及理解
摘要: 下面是2个父子的vue组件,先解释一下2个组件做了什么事情 父组件仅仅是调用了子组件 子组件内部实现了一个todolist列表 我建议从数据流动的角度,理解插槽作用域的使用方式,(先学会怎么用,暂时不用理解为什么要这么用,使用场景是第二部分) 1.父组件传递了todos数组给子组件 2.子组件通过p
607
0
0
解决 element.ui 侧边栏设置只显示一个unique-opened 无效
摘要: for 循环拿出来放template里面,:unique-opened = true 原文链接:(68条消息) 解决 element.ui 侧边栏设置只显示一个unique-opened 无效_豆奶dudu的博客-CSDN博客_unique-opened
351
0
0
解决axios 设置headers.Authorization,但是请求头还是没有
摘要: axios.interceptors.request.use(config => { let authtoken = window.sessionStorage.getItem("token") // config.headers.Authorization = authtoken 无效 if (a
809
0
0
点击右上角即可分享
微信分享提示
深色
回顶
收起