andresriancho / w3af

w3af: web application attack and audit framework, the open source web vulnerability scanner.
http://w3af.org/
4.54k stars 1.22k forks source link

I can record installation video for kali linux #17349

Open Phoenix1112 opened 5 years ago

Phoenix1112 commented 5 years ago

hello bro. if you want I can record installation video for kali linux .. can you share my video in github or http://w3af.org/ ????

andresriancho commented 5 years ago

More than a video I would rather have this page updated.

The page is generated from https://github.com/andresriancho/w3af/blob/develop/doc/sphinx/install.rst

If you contribute to that, you'll be for ever remembered in the project's git history ;-)

Phoenix1112 commented 5 years ago

i will help you... i am recording video for my channel. you dont share my video in your web site or github.. you can watch my video and you can edit Installation instructions... i will give you tomorrow my video url. i am recording video now

Phoenix1112 commented 5 years ago

İ am using kali linux 2018.3.a .
yesterday after kali linux update python-webkit was not installing.. I'm downloading and installing python-webkit with wget,but i can not installing after update..

video took 4 hours to install python-webkit. 4 hours later I was able to install the w3af program...

i will share w3af installation video on my youtube channel tomorrow...

installation instructions in your github repository are missing.

We need debian jessie and debian wheezy repos to install python-webkit..

we will try to install python-webkit with debian jessie repo.

but we will get an error before installation is complete

we will use debian wheezy repo to fix this error..

debian jessie repo with apt --fix-broken install command not working

but apt --fix-broken install command works with debian wheezy repo

4 hours passed for me so hard..

See you tomorrow

Phoenix1112 commented 5 years ago

hello bro.... I shared the w3af installation video in youtube ...i am using kali linux 2018.3a @andresriancho

https://www.youtube.com/watch?v=qKJftAQwe4I

Phoenix1112 commented 5 years ago

@andresriancho did you look at the video ?

andresriancho commented 5 years ago

Thanks for the video, but as I said earlier, I would prefer to see the official documentation being updated instead.

Most people prefer text over videos for installation instructions.

Phoenix1112 commented 5 years ago

@andresriancho @andresriancho @andresriancho

sudo apt-get update

sudo apt-get upgrade

sudo apt-get install python-pybloomfiltermmap

sudo apt-get install python-pip

sudo apt install python-gtk2-dev

sudo apt-get install libssl-dev


git clone https://github.com/andresriancho/w3af.git

cd w3af

sudo leafpad w3af/core/controllers/dependency_check/requirements.py

line 28 : 0.3.15 line 31 : 0.3.15 line 38 : 16.2.0 line 44 : 3.7.1

save and exit

sudo leafpad w3af/core/controllers/dependency_check/platforms/mac.py

line 74 : 0.3.15

save and exit


./w3af_console


ekran goruntusu 2018-11-10 16 48 17

copy the selected places and paste them in the terminal.. (you will upload code written on your own terminal display)

2

this way you will install


wget http://ftp.cn.debian.org/debian/pool/main/p/python-support/python-support_1.0.15_all.deb

sudo dpkg -i python-support_1.0.15_all.deb

Note = if dpkg gives error , install it >>> ( sudo apt --fix-broken install ) later try again >> ( sudo dpkg -i python-support_1.0.15_all.deb)

NOTE = ADD DEBİAN WHEEZY AND DEBİAN JESSİE REPO İN YOUR SOURCES.LİST

sudo leafpad /etc/apt/sources.list

debian wheezy

deb http://security.debian.org/ wheezy/updates main contrib non-free deb-src http://security.debian.org/ wheezy/updates main contrib non-free

debian jessie

deb http://ftp.de.debian.org/debian jessie main

save and exit

sudo apt-get update


sudo apt-get install python-webkit python-webkit-dev

NOTE=we will get error at the end of the above command .

NOTE =now we will delete debian jessie repo from /etc/apt/sources.list

sudo leafpad /etc/apt/sources.list (remove debian jessie repo )

sudo apt-get update

sudo apt-get install python-webkit

sudo apt --fix-broken install

sudo apt-get install python-webkit-dev

NOTE = VERY NİCE :D python-webkit is only installed with this method..don't try another method I tried all the methods but only this method worked


remove wheezy repo (wheezy repoyu silelim )

sudo leafpad /etc/apt/sources.list

delete wheezy repo

save and exit (kaydet ve çık )

sudo apt-get update

sudo apt-get install npm (w3af install is very hard :D .... w3af kurmak çok zor (turkish language )

sudo npm install -g npm

sudo npm install -g retire

sudo apt-get install xdot

sudo pip install xdot==0.6

./w3af_console (console mode)

./w3af_gui (guide mode)

Phoenix1112 commented 5 years ago

@andresriancho

if w3af have "xmlsec" error... then install this command

sudo apt-get install libxml2-dev libxmlsec1-dev