本文主要介绍针对PHP网站HTTP响应拆分,站在攻击者的角度,为你演示HTTP响应拆分。HTTP请求的格式1)请求信息:例如“Get /index.php HTTP/1.1”,请求index.php文件2)表头:例如“Host: localhost”,表示服务器地址3)空白行4)信息正文“请求信息”...
分类:
Web程序 时间:
2014-07-14 09:28:35
阅读次数:
288
[root@localhost ~]# rpm -qf /sbin/ipiproute-2.6.32-31.el6.x86_64ip 是个命令, ip 命令的功能很多!基本上它整合了 ifconfig 与 route 这两个命令ip - show / manipulate routing, devi...
分类:
系统相关 时间:
2014-07-14 09:23:30
阅读次数:
4730
Class.forName("org.hsqldb.jdbcDriver").newInstance(); Connection con = java.sql.DriverManager.getConnection("jdbc:hsqldb:hsql://localhost:9001/hadoo.....
分类:
移动开发 时间:
2014-07-14 09:15:09
阅读次数:
220
xml文件格式例如以下: localhost sa jiayuan 读取节点中的一个属性 XmlDocument doc=new XmlDocument(); ...
分类:
其他好文 时间:
2014-07-14 08:09:45
阅读次数:
149
1:执行命令 ssh-keygen rsa 产生秘钥 ,位于~/.ssh文件夹下(如果在这期间有什么提示,一路敲击enter下去,什么都不用输入)
2:执行命令 cp ~/.ssh/id_rsa.pub ~/.ssh/authorized_keys 如果提示yes/no 直接输入 yes
验证ssh localhost 搞定 不用输入密码了...
分类:
其他好文 时间:
2014-07-13 15:32:29
阅读次数:
183
MySQL刚安装完只认得的主机是:localhost和127.0.0.1,如果你要让你机上的IP可以正常登录有两种办法:
一是对你的IP 172.16.1.10 进行授权
grant privileges on dbname.* to "user "@ "172.16.1.10 " identified by "password ";
...
分类:
数据库 时间:
2014-07-13 00:05:59
阅读次数:
498
1.修改redhat enterprise5 语言
问题描述:切换语言
cd /etc/sysconfig
vi i18n
将LANG=en_US.UTF-8
改成LANG=zh_CN.gb2312
2.bash: ifconfig: command not found
问题描述:
切换到root用户下
[root@localhost /]$ ifconfig
依然提示:“bash: ifconfig: command not found”
whereis ifconfig 看一下这个命令在...
分类:
系统相关 时间:
2014-07-12 22:56:34
阅读次数:
416
在 Linux下,可以对某个文件或文件夹所占空间大小进行统计,这里将一些常用用法汇总如下:
1、对指定文件或文件夹进行统计,缺省单位为kbyte(k或千字节),下例对文件夹testa进行统计:
[web@localhost ~]$ du -s testa
1589308 testa
2、对文件夹统计的正确做法,如果想知道某个文件夹所占空间的大小,用什么命令?直接用du可以吗?...
分类:
系统相关 时间:
2014-07-12 22:47:57
阅读次数:
374
get 请求
#pragma mark - GET登录
- (void)getLogon
{
// 1. URL
NSString *urlStr = [NSString stringWithFormat:@"http://localhost/login.php?username=%@&password=%@", self.userName.text, self.userPw...
分类:
移动开发 时间:
2014-07-12 22:44:33
阅读次数:
267
在Linux中查看文件,有时需要对文件进行排序。
以weblogic, Oracle目录为例,缺省是没有按时间或文件大小排序的。
[web@localhost Oracle]$ ls -l
总计 184
drwxr-xr-x 6 web weblogic 4096 07-02 09:19 coherence_3.7
-rw-rw---- 1 web weblogic 426 0...
分类:
系统相关 时间:
2014-07-12 21:54:12
阅读次数:
305