挑着做一些好玩的ctf题 FlatScience web2 unserialize3upload1wtf.sh-150ics-04web i-got-id-200 FlatScience 扫出来的login.php 查看源码,发现参数debug,传参?debug=1,得到如下代码: 开始sqlite ...
分类:
Web程序 时间:
2019-10-08 23:44:39
阅读次数:
1032
1 问题再现1.1 Laravel 6.1.0,在前端数据修改,标题中包含有中文符号:、或《》,Nginx 报502 错误。 1.2 在 TEXT 字段中保存则不存在此问题 2 排查过程 2.1 $ vagrant ssh 进入 Homestead 2.2 Archive::find(10)->up ...
分类:
其他好文 时间:
2019-10-08 14:31:07
阅读次数:
257
国庆就要莫得了 起床刷几道 NewsCenter mfw Training-WWW-Robots NaNNaNNaNNaN-Batman bug NewsCenter search传参那里发现有注入 注入出flag即可 没太大转弯 mfw 发现git泄露 下载下来看源码 index.php中关键源码 ...
分类:
Web程序 时间:
2019-10-07 12:52:37
阅读次数:
206
cat ics-05 ics-06 lottery Cat XCTF 4th-WHCTF-2017 输入域名 输入普通域名无果 输入127.0.0.1返回了ping码的结果 有可能是命令执行 尝试fuzz命令执行 特殊符号 看了wp涨了点姿势 %80之后的url编码)就可以返回Django报错 %8 ...
分类:
Web程序 时间:
2019-10-07 00:49:51
阅读次数:
646
nohup nohup 命令运行由 Command参数和任何相关的 Arg参数指定的命令,忽略所有挂断(SIGHUP)信号。在注销后使用 nohup 命令运行后台中的程序。要运行后台中的 nohup 命令,添加 & ( 表示“and”的符号)到命令的尾部。 nohup 是 no hang up 的缩 ...
分类:
其他好文 时间:
2019-10-07 00:34:14
阅读次数:
68
2019年10月6日10:07:26 CORDIC除法原理不再赘述: MATLAB(适用条件:除数不能超过被除数的2倍): 对应FPGA实现思路: 1)初始化对应RST复位实现; 2)(frac_down * frac_up) < 0 用异或实现; 3)迭代利用generate + 寄存器组实现,每 ...
分类:
其他好文 时间:
2019-10-06 13:02:30
阅读次数:
313
链接: https://codeforces.com/contest/1220/problem/B 题意: Sasha grew up and went to first grade. To celebrate this event her mother bought her a multiplic ...
分类:
其他好文 时间:
2019-10-06 11:43:25
阅读次数:
73
InnoDB: Doing recovery: scanned up to log sequence number 224366115328InnoDB: Doing recovery: scanned up to log sequence number 224371358208InnoDB: Do ...
分类:
数据库 时间:
2019-10-06 09:39:15
阅读次数:
419
一、控制流程 块的作用:(块)是指由一对花括号括起来的若干java语句。块确定了JAVA的作用域。 public static void main(String[] args) { int n; ... { int k; }//k is only defined up to here } 比如下列声 ...
分类:
编程语言 时间:
2019-10-05 18:31:29
阅读次数:
98
以下英文内容来自Elastic官网 Set up Elasticsearch This section includes information on how to setup Elasticsearch and get it running, including: Downloading Inst ...
分类:
其他好文 时间:
2019-10-05 01:05:18
阅读次数:
139