1. 程式人生 > >獸哥出品--->w3af的搭建以及使用

獸哥出品--->w3af的搭建以及使用

w3af w3af的使用 w3af如何使用 安裝w3af

w3af是一款中輕量級掃描工具,kali下受歡迎程度:????


這款目前我是在linux下搭建的


鏈接如下:

git clone --depth 1 https://github.com/andresriancho/w3af.git

技術分享圖片

cd w3af

./w3af_gui


這兒有可能出現大量錯誤,安裝依賴包:

sudo apt-get install build-essential autoconf libtool pkg-config python-opengl python-imaging python-pyrex python-pyside.qtopengl idle-python2.7 qt4-dev-tools qt4-designer libqtgui4 libqtcore4 libqt4-xml libqt4-test libqt4-script libqt4-network libqt4-dbus python-qt4 python-qt4-gl libgle3 python-dev


sudo apt-get install build-essential autoconf libtool pkg-config python-opengl python-imaging python-pyrex python-pyside.qtopengl idle-python2.7 qt4-dev-tools qt4-designer libqtgui4 libqtcore4 libqt4-xml libqt4-test libqt4-script libqt4-network libqt4-dbus python-qt4 python-qt4-gl libgle3 python-dev libssl-dev


sudo easy_install greenlet


sudo easy_install gevent



啟動:

技術分享圖片

查看一下幫助:


技術分享圖片技術分享圖片


**:紅色高亮為常用配置。

所有配置菜單都提供了以下命令:



技術分享圖片



首先分析第一個插件:


一、Plugins

技術分享圖片

List:列出可用插件

Grep:查看,配置和啟用grep插件

Crawl:查看,配置和啟用爬蟲插件

Auth:查看,配置和啟用驗證插件

Evasion:查看,配置和啟用逃避插件

Ouput:查看,配置和啟用輸出插件

Audit:查看,配置和啟用審計插件

Infrastructure:查看,配置和啟用基礎設施插件

Bruteforce:查看,配置和啟用猜解插件

Mangel

查看,配置和啟用審計插件



二、Audit插件:

技術分享圖片


技術分享圖片技術分享圖片



技術分享圖片

技術分享圖片




獸哥出品--->w3af的搭建以及使用