首页 > TAG信息列表 > attrStr

[DASCTF Oct] 迷路的魔法少女

简单的代码注入,但是因为太懒了,十月打的比赛十一月底才想起来写个Wp,以后再也不当懒狗了 题目: <?php highlight_file('index.php'); extract($_GET); error_reporting(0); function String2Array($data) { if($data == '') return array(); @eval("\$array = $data;");

tqlmap模板注入脚本的安装和使用

tqlmap的安装和使用 tql是用python2编写的 以下操作均在centos7的环境下操作 git clone https://github.com/epinna/tplmap cd tplmap sudo yum install python-pip -y #安装py2的pip pip install -r requirements.txt #探测注入点 ./tplmap.py -u 'http://114.67.246.176:1

iOS富文本字符串AttributedString具体用法

首先要创建一个带有属性的字符串NSMutableAttributedString   NSMutableAttributedString *attrString = [[NSMutableAttributedString alloc] initWithString:@"这是一个富文本字符串"];   /* 其他几种创建方法   - (instancetype)initWithString:(NSString *)str