摘要: #selinux和防火墙关闭 systemctl stop firewalld.service systemctl disable firewalld.service #安装xinetd和rsync yum -y install xinetd rsync #启动rsync的进程 rsync --da 阅读全文
posted @ 2022-08-29 11:28 Memory- 阅读(77) 评论(0) 推荐(0)
摘要: Medusa(美杜莎)是一个速度快,支持大规模并行,模块化的爆力破解工具。可以同时对多个主机,用户或密码执行强力测试。Medusa和hydra一样,同样属于在线密码破解工具。Medusa是支持AFP, CVS, FTP, HTTP, IMAP, MS-SQL, MySQL, NCP (NetWare 阅读全文
posted @ 2022-08-29 11:10 Memory- 阅读(981) 评论(0) 推荐(0)
摘要: 1、源码包下载:http://nginx.org/en/download.html (nginx-1.20.2.tar.gz) 2、查看旧版本安装模块: nginx -V nginx version: nginx/1.18.0 built by gcc 4.8.5 20150623 (Red Hat 阅读全文
posted @ 2022-08-02 21:32 Memory- 阅读(171) 评论(0) 推荐(0)