随笔分类 -  Security

Centos6---Fail2ban
摘要:1.安装: rpm -ivh http://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm yum -y install fail2ban 2.配置 /etc/fail2ban/fail2ban.conf 可默认 #log 阅读全文

posted @ 2016-06-30 11:47 baxk2001 阅读(649) 评论(0) 推荐(0)

openssl 升级
摘要:openssl version -arpm -q --changelog openssl | grep CVEbash -version #!/bin/bash if [[ $EUID -ne 0 ]]; then echo "This script must be run as root" 1>&2 exit 1 fi yum -y install glibc* cpp gc... 阅读全文

posted @ 2016-05-25 12:39 baxk2001 阅读(243) 评论(0) 推荐(0)

在CentOS_RHEL 6上安装Metasploit的框架
摘要:https://github.com/rapid7/metasploit-framework/wiki/Nightly-Installers 1. shyum update curl https://raw.githubusercontent.com/rapid7/metasploit-omnibu 阅读全文

posted @ 2016-02-19 15:41 baxk2001 阅读(407) 评论(0) 推荐(0)

hydra
摘要:转:http://www.cnblogs.com/patf/p/3142564.html 1.yum -y install openssl-devel pcre-devel ncpfs-devel postgresql-devel libssh-devel subversion-devel libn 阅读全文

posted @ 2015-09-22 22:04 baxk2001 阅读(393) 评论(0) 推荐(0)

导航