## 简介 本人最近学习hack相关知识,就在自己的centos上安装一些hack软件(主要是kali上面的一些软件)玩玩,玩游戏输了一天,不开心。 ## 信息分析工具类 ### DNS分析工具 1. dnsenum 、dnsmap ```sh yum install dnsenum dnsmap lbd yum install "dns*" ``` ### IDS/IPS识别工具 ### smb分析包含如下工具 ``` yum install swaks ``` ### SSL分析 ``` yum install ssldump sslh sslscan sslsplit stunnel tlssled -y ``` ### 存活主机识别包含的工具 ``` yum install hping3 fping nmap-ncat dhcping tcping -y ``` ### 流量分析 ``` yum install tcpflow wireshark -y ``` ### 情报分析 ### 网络 ``` yum install fusioninventory-agent-task-network -y ``` ### 系统指纹识别 ## 漏洞分析 ### Cisco工具集 ``` yum install "*cisco*" -y ``` ### OpenVAS ### 扫描工具集 ``` yum install lynis lynis ``` ### 数据库评估软件 ``` yum install mdbtools-gui mdbtools ``` ### Web程序 ## 社会工程学攻击 ``` yum update -y && yum install python-pexpect python-crypto python-openssl python-pefile git clone https://github.com/trustedsec/social-engineer-toolkit/ set/ cd set python setup.py install ``` ### nessus 安装 去nessus官网上下载rpm包安装,安装之后的位置在`/opt/nessus/` 1. update nessus :`` ### w3af 去[https://github.com/andresriancho/w3af](https://github.com/andresriancho/w3af)下载w3af, 按照[http://docs.w3af.org/en/latest/](http://docs.w3af.org/en/latest/) 上的文档安装w3af