Mac OS 下的常见工具安装和配置
Posted 山辞
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Mac OS 下的常见工具安装和配置相关的知识,希望对你有一定的参考价值。
- nmap
brew install nmap
- sqlmap
git clone git@github.com:sqlmapproject/sqlmap.git
vi ~/.bash_profile
## 添加 alias sqlmap="python2.7 ./sqlmap/sqlmap.py"
source ~/.bash_profile
- Burp Suite
- Metasploit Framework
## URL: https://osx.metasploit.com/metasploitframework-latest.pkg
## 安装pkg
cd ./opt/metasploit-framework/bin && msfconsole
## yes
## yes
## 键入新数据库名称
## 键入新数据库密码
## 出现msf5>后输入quit退出进程
vi ~/.bash_profile
## 添加 alias msfconsole="open /opt/metasploit-framework/bin/msfconsole"
source ~/.bash_profile
- WireShark
## URL: https://2.na.dl.wireshark.org/osx/Wireshark 3.2.1 Intel 64.dmg
以上是关于Mac OS 下的常见工具安装和配置的主要内容,如果未能解决你的问题,请参考以下文章
Qt在Mac OS X下的编程环境搭建(配置Qt库和编译器,有图,很清楚)