复习一下姿势,转自 http://sec.chinabyte.com/165/12946665.shtml
继续阅读安全漏洞的概念及分类
月度归档: 2016年12月
MacOS安装Metasploit报错tips
ruby的pg库报错:
ARCHFLAGS=”-arch x86_64″ bundle install
rb版本
rbenv解决,msf建议的rb版本去github看
Nokogiri 报错
http://stackoverflow.com/questions/24091869/installing-nokogiri-on-osx-10-10-yosemite
先安装
brew tap homebrew/dupes
brew install libxml2 libxslt
brew install libiconv
然后
gem install nokogiri -v ‘1.6.8.1’ — –with-iconv-dir=/usr/local/Cellar/libiconv/1.14/ –use-system-libraries=true –with-xml2-include=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/libxml2/
postgresql启动不了、连不上
原因是9.5升9.6数据库文件不兼容
brew uninstall postgresql
删除/usr/local/var/postgres/
重新安装