Crack MathmenTimeLimit: 1000ms Memory limit: 65536K有疑问?点这里^_^题目描写叙述Since mathmen take security very seriously, theycommunicate in encryptedmessages. T...
分类:
其他好文 时间:
2014-07-07 12:55:32
阅读次数:
177
测试方法:提供程序(方法)可能带有攻击性,仅供安全研究与教学之用,风险自负!Discuz 7.2 /faq.php SQL注入漏洞http://www.xxx.com/faq.php?action=grouppermission&gids[99]='&gids[100][0]=) and (sele...
分类:
数据库 时间:
2014-07-07 11:53:26
阅读次数:
232
新建立了一个replicat set,登录到primary里,show dbs一看吓一跳local数据库竟然占用了80多G的空间[root@wxlab31 bin]# ./mongo --host 10.1.1.31 --port 27017MongoDB shell version: 2.4.6c...
分类:
数据库 时间:
2014-07-07 11:10:21
阅读次数:
294
出现如下错误:新しいXAMPPのセキュリティコンセプト:は、要求されたオブジェクトへのアクセスは、ローカルネットワークから入手可能です。この設定は、ファイル"で設定することができますのhttpd - xampp.conf "New XAMPP security concept:Access to t...
分类:
其他好文 时间:
2014-07-07 09:26:25
阅读次数:
177
#include const int NET_BUFFER_SIZE = 1024;char tAcceptRecvBuf[NET_BUFFER_SIZE] = { 0 };LPFN_ACCEPTEX extract_AcceptEx();LPFN_GETACCEPTEX...
分类:
其他好文 时间:
2014-07-03 21:58:56
阅读次数:
1300
Default do not need username and password authenticate when access mongoDB ,I want to set up the user name & password for my mongoDB. so that any remo...
分类:
数据库 时间:
2014-07-03 21:02:37
阅读次数:
343
/*本文章由 莫灰灰 编写,转载请注明出处。 作者:莫灰灰 邮箱:minzhenfei@163.com*/1.漏洞成因Linux kernel对ARM上的get_user/put_user缺少訪问权限检查,本地攻击者可利用此漏洞读写内核内存,获取权限提升。2.受影响的系统Linux kernel ....
分类:
数据库 时间:
2014-07-02 17:43:24
阅读次数:
366
#!/usr/bin/pythonimportMySQLdbdefnew_mail_mysql(ak):printakconn=MySQLdb.connect(host=‘m3306.sae.sina.com.cn‘,user=‘sae_ol‘,passwd=‘7b149edb22ae7526‘,db=‘sae‘,port=3306)cur=conn.cursor()sql="selectnamefromappwhereaccesskey=‘%s‘"%akcur.execute(sql)app_name=cu..
分类:
数据库 时间:
2014-07-02 16:14:12
阅读次数:
285
packagecom.wetuo.util;
importjava.security.MessageDigest;
/**
*数据加密工具类
*@authorwzp
*
*/
publicclassDataUtil{
publicstaticStringmd5(Stringstr){
StringBufferbuffer=newStringBuffer();
char[]chars={‘0‘,‘1‘,‘2‘,‘3‘,‘4‘,‘5‘,‘6‘,‘7‘,‘8‘,‘9‘,‘A‘,
..
分类:
编程语言 时间:
2014-07-02 11:42:57
阅读次数:
284
用sublime text2 打开.c, .h,.txt等文件会自动追加一个.dump后缀,這样在打开.c,.h等文件时无法正常识别,从而无法正常进行语法着色,网上说是因为安装了GBK Encoding Support 插件的问题,于是就删除这个插件,发现再打开不会自动加.dump后缀了,但是遇到中...
分类:
其他好文 时间:
2014-07-02 10:32:11
阅读次数:
216