file_get_contents()文件包含漏洞,根据题目提示txt?尝试flag.txt payload: ?ac=flags&fn=flag.txt ...
分类:
Web程序 时间:
2019-12-22 16:25:39
阅读次数:
90
Brown Bears Brown Bear About Me The Brown Bear Introduction Habitat Media About Brown Bears The brown bear (Ursus arctos) is native to parts of northe ...
分类:
Web程序 时间:
2019-12-22 14:50:45
阅读次数:
113
Description Build tries from a list of <word, freq> pairs. Save top 10 for each node. Example Example1 Input: <"abc", 2> <"ac", 4> <"ab", 9> Output:<a ...
分类:
其他好文 时间:
2019-12-22 00:34:12
阅读次数:
73
1. url:https://ac.scmor.com/ 2. target:如下链接 3. 过程分析: 3.1 打开chrome调试,进行元素分析。随便定位一个“现在访问” 3.2 链接不是直接挂在源码里,而是调用一个名为“visit”的js函数。下一步去找这个函数。 3.3 对资源全局搜索,找到 ...
分类:
Web程序 时间:
2019-12-21 15:52:45
阅读次数:
126
Find the hidden section of the photo galery. 找到相册的隐藏部分。 直接能够目录遍历: 虽然galerie禁止访问,但是密码就在里面 直接爆破或者爬虫吧 http://challenge01.root-me.org/web-serveur/ch15/gal ...
分类:
其他好文 时间:
2019-12-21 11:48:57
阅读次数:
95
复现链接:https://ac.nowcoder.com/acm/contest/3405#question shzr题解:https://www.cnblogs.com/shzr/p/12018915.html echozhou题解:https://www.cnblogs.com/EchoZQN/ ...
分类:
其他好文 时间:
2019-12-20 00:57:25
阅读次数:
86
SELECT * FROM (SELECT T.*, ROWNUM RN FROM (select t.jh, t.depth, t.vdepth, t.rt1, t.rt2, t.rt3, t.gr, t.ac, t.den, t.cnl from LWD t ) T WHERE ROWNUM < ...
分类:
数据库 时间:
2019-12-19 18:56:39
阅读次数:
106
type MyInterface interface{ Print() } func TestFunc(x MyInterface) {} type MyStruct struct {} func (me MyStruct) Print() {} func main() { var me MyStr... ...
分类:
其他好文 时间:
2019-12-18 14:31:38
阅读次数:
66
一、nginx日志管理 Nginx访问日志主要有两个参数控制 1) log_format #用来定义记录日志的格式(可以定义多种日志格式,取不不同名字即可) log_format log_name string 2) access_log #用来指定日至文件的路路径及使用的何种日志格式记录日志 ac ...
分类:
其他好文 时间:
2019-12-17 20:49:45
阅读次数:
97
Jmetal设置Solution Variables 觉得有用的话,欢迎一起讨论相互学习~ "Follow Me" 首先每个solution都必须使用Problemset初始化 不能直接初始化Variable和Real对象,没有size 使用Xreal对象直接改变Solution决策变量 java ...
分类:
Web程序 时间:
2019-12-17 20:10:55
阅读次数:
91