2015年3月7日

Raspberry PI Model B+ (LCD显示CPU温度)

摘要: Title:Raspberry PI Model B+ (LCD显示CPU温度) --2015-01-29 17:44 买了块连接Raspberry PI Model B+的LCD显示器,上面没写CPU温度,就加工了下。 https://github.com/binerry/RaspberryPi/ 阅读全文

posted @ 2015-03-07 17:43 Tea_Ing 阅读(1080) 评论(0) 推荐(0) 编辑

UPdate 延时盲注之小技巧

摘要: Title:UPdate 延时盲注之小技巧 --2014-06-05 15:21UPDATE TABLEZZZ SET zz=111111 where id=$id当TABLEZZZ表为空的时候,注入方式(其实通用有值无值):UPDATE TABLEZZZ SET zz=111111 where i... 阅读全文

posted @ 2015-03-07 17:40 Tea_Ing 阅读(381) 评论(0) 推荐(0) 编辑

PHP之intval()

摘要: Title:PHP之intval() --2014-02-26 13:57query($query_str);}mysqli_close($con);?> 入库后:' and 1=2 union select user(),2,3--+如图:FROM:http://worm.cc/Is_php_f... 阅读全文

posted @ 2015-03-07 17:39 Tea_Ing 阅读(277) 评论(0) 推荐(0) 编辑

JS基于时间戳写的浏览访问人数

摘要: Title:JS基于时间戳写的浏览访问人数 --2013-12-23 14:07 最后给LI标签赋值 实用的话,还得再改改。 阅读全文

posted @ 2015-03-07 17:38 Tea_Ing 阅读(532) 评论(0) 推荐(0) 编辑

Linux C判断字符串是否为数字

摘要: Title:Linux C判断字符串是否为数字 --2013-10-14 15:54#include #include int IsInt(char* str) { int len; len = strlen(str); int i=0; ... 阅读全文

posted @ 2015-03-07 17:37 Tea_Ing 阅读(3402) 评论(0) 推荐(0) 编辑

Linux C 调用MYSQL API 函数mysql_escape_string()转义插入数据

摘要: Title:Linux C 调用MYSQL API 函数mysql_escape_string()转义插入数据 --2013-10-11 11:57#include #include #include #include "mysql.h" int main(int argc, char *argv... 阅读全文

posted @ 2015-03-07 17:36 Tea_Ing 阅读(934) 评论(0) 推荐(0) 编辑

Linux C判断日期格式是否合法

摘要: Title:Linux C判断日期格式是否合法 --2013-10-11 11:54#include // strlen() , strncpy()#include // isdigit()#include // atoi()#include /*有效格式2013-01-01 0... 阅读全文

posted @ 2015-03-07 17:35 Tea_Ing 阅读(1317) 评论(0) 推荐(0) 编辑

一次突破思路

摘要: Title:一次突破思路 2013-07-02 13:46PHP代码如下elseif($command=='readmsg'){$query=$dblink->query("select*from$tablepre"."messagewhereid=$_GET[id]");//未过滤$msg=$db... 阅读全文

posted @ 2015-03-07 17:33 Tea_Ing 阅读(192) 评论(0) 推荐(0) 编辑

伪静态转换

摘要: Title:伪静态转换 --2013-05-24 08:55 阅读全文

posted @ 2015-03-07 17:32 Tea_Ing 阅读(308) 评论(0) 推荐(0) 编辑

MSSQL 小技巧

摘要: Title:MSSQL 小技巧 --2012-12-31 11:291.某日一个MSSQL2008降权,想用MYSQL3306外联提权,无ROOT密码,遂读取MYSQL文件,导出。MSSQL读取二进制/EXE/dat等文件参考http://hi.baidu.com/_ccsec/item/be4f6... 阅读全文

posted @ 2015-03-07 17:30 Tea_Ing 阅读(267) 评论(0) 推荐(0) 编辑

导航