##scp -- secure copy (remote file copy program) scp = cp + ssh,通过ssh协议将与远程主机互相拷贝文件。 * 使用方法 scp 选项 file_source file_target 对于远程路径,要使用user@remote_ip:file的形式(当然...
分类:
其他好文 时间:
2015-01-06 12:16:30
阅读次数:
185
Writer:BYSocket(泥沙砖瓦浆木匠)
微博:BYSocket
豆瓣:BYSocket
Reprint it anywhere u want.
Why to write about Web Security?
A java file can hack your server.One JSP can download any file....
分类:
Web程序 时间:
2015-01-05 16:40:12
阅读次数:
234
Writer:BYSocket(泥沙砖瓦浆木匠) 微博:BYSocket 豆瓣:BYSocket Reprint it anywhere u want. Why to write about Web Security? A java file can hack your server.One JSP can download any file. How to ...
分类:
Web程序 时间:
2015-01-05 00:42:35
阅读次数:
244
Writer:BYSocket(泥沙砖瓦浆木匠)微博:BYSocket豆瓣:BYSocketReprint it anywhere u want.Why to write about Web Security?A java file can hack your server.One JSP can ...
分类:
Web程序 时间:
2015-01-05 00:25:49
阅读次数:
293
https://secure.phabricator.com/book/phabricator/article/installation_guide/#installation-requirement以上是官方文档把centos版的phabricator安装脚本下载到opt目录并安装#cd/opt#wgethttp://www.phabricator.com/rsrc/install/install_rhel-derivs.sh#chmod777install_rh..
分类:
其他好文 时间:
2015-01-04 19:41:50
阅读次数:
180
SSL(Secure Sockets Layer,安全套接层),及其继任者 TLS(Transport Layer Security,传输层安全)是为网络通信提供安全及数据完整性的一种安全协议。TLS与SSL在传输层对网络连接进行加密。为Netscape所研发,用以保障在Internet上数据传输之...
分类:
其他好文 时间:
2015-01-04 15:08:38
阅读次数:
184
ssh:安全登录远程主机或运行远程命令(ssh:Secure Shell) telnet:登录远程主机(不安全) scp:在远程主机和本地间安全传输文件 sftp:在远程主机和本地间安全传输文件(交互式) ftp:在远程主机和本地间传输...
分类:
系统相关 时间:
2015-01-03 14:43:34
阅读次数:
205
1.bash shell是大多数linux发行版本的默认shell命令解释器,但是最近爆出bash shell存在漏洞。2.如果Bash是默认的系统shell,网络攻击者可以通过发送Web请求、secure shell、telnet会话或其它使用Bash执行脚本的程序攻击服务器和其它Unix和Lin...
分类:
系统相关 时间:
2014-12-31 14:14:37
阅读次数:
422
仅当编译adb时有ALLOW_ADBD_ROOT宏,才可能有高权限。
ro.debuggable:为1时,允许adb root,然后能adb remount,从而有高权限。如果编译时不定义ALLOW_ADBD_ROOT,则虽然能adb root,但是不能adb remount,仍没有高权限。ro.secure:为0时,允许adb remount,改变取值后,adb调试要重新打开才能生效。ro...
分类:
移动开发 时间:
2014-12-26 16:52:12
阅读次数:
257