资源描述:
《w3af在linux下安装过程》由会员上传分享,免费在线阅读,更多相关内容在工程资料-天天文库。
1、W3af在linux下安装过程1.所需安装包Python-2.6.4.tar.bz2w3af-1.0-rc3.tar.bz2pyOpenSSL-0.10.tar.gz2.安装过程2.1安装python2.6在用户目录下执行以下操作:$mkdirpython $tar–jxvfPython-2.6.4.tar.bz2$cdPython-2.6.4$./configure--prefix=/home/bizadmin/python/$make$makeinstall运行python命令发现版本为2.4,与刚刚安装的不一样#pythonPython2.4
2、.3(r264:75706,Sep22010,15:49:03)[GCC4.1.220080704(RedHat4.1.2-44)]onlinux2Type"help","copyright","credits"or"license"formoreinformation.>>>执行下面操作更改python版本:#cd/usr/bin #ll
3、greppython //查看该目录下python #rm-rfpython #ln-s/home/bizadmin/Python-2.6.4/python./python #pythonPython2
4、.6.4(r264:75706,Sep22010,15:49:03)[GCC4.1.220080704(RedHat4.1.2-44)]onlinux2Type"help","copyright","credits"or"license"formoreinformation.>>>2.2安装w3af回到用户目录下执行以下操作:$tar-jxvfw3af-1.0-rc3.tar.bz2$cdw3af$cdextlib/$cdfpconst-0.7.2/$pythonsetup.pyinstall$cd..$cdpygoogle/$pythonsetu
5、p.pyinstall$cd..$cdSOAPpy/$pythonsetup.pyinstall$cd..$cdpyPdf/$pythonsetup.pyinstall2.3安装pyOpenSSL回到用户目录下执行以下操作:$cdpyOpenSSL-0.10$pythonsetup.pyinstall1.测试安装完成后,进入到w3af目录执行./w3af_console[bizadmin@bizadminw3af]$./w3af_consolew3af>>>help
6、-----------------------------------------
7、----------------------------------------------------------------------------------------
8、
9、start
10、Startthescan.
11、
12、plugins
13、Enableandconfigureplugins.
14、
15、exploit
16、Exploitthevulnerability.
17、
18、profiles
19、Listandusescanprofiles.
20、
21、cleanup
22、Cleanupbeforestartinganewscan.
23、
24、----------------------
25、-----------------------------------------------------------------------------------------------------------
26、
27、http-settings
28、ConfiguretheHTTPsettingsoftheframework.
29、
30、misc-settings
31、Configurew3afmiscsettings.
32、
33、target
34、ConfigurethetargetURL.
35、
36、----------------------------------------
37、-----------------------------------------------------------------------------------------
38、
39、back
40、Gotothepreviousmenu.
41、
42、exit
43、Exitw3af.
44、
45、assert
46、Checkassertion.
47、
48、-----------------------------------------------------------------------------------------------------------------------
49、----------
50、
51、help
52、Displayhelp.Issuing:help[command],printsmore