Created
November 11, 2018 14:58
-
-
Save cyhook/e9ef4f67a30bdab6e760c549be4b6854 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git clone --depth 1 https://github.com/andresriancho/w3af.git | |
cd w3af/ | |
apt install graphviz | |
pip install pybloomfiltermmap==0.3.14 | |
apt install libssl-dev | |
apt install libxml2 libxslt | |
apt install libxml2-dev libxslt | |
apt install libxml2-dev libxslt-dev | |
pip install pyopenssl | |
apt install zlib1g-dev | |
./w3af_console | |
bash /tmp/w3af_dependency_install.sh | |
echo | |
echo "Console version seems to be working now." | |
echo "Installing dependencies for GUI." | |
echo | |
wget http://ftp.cn.debian.org/debian/pool/main/p/python-support/python-support_1.0.15_all.deb | |
dpkg -i python-support_1.0.15_all.deb | |
wget http://ftp.cn.debian.org/debian/pool/main/p/pywebkitgtk/python-webkit_1.1.8-3_amd64.deb | |
dpkg -i python-webkit_1.1.8-3_amd64.deb | |
apt install python-gtk2-dev | |
wget http://ftp.cn.debian.org/debian/pool/main/p/pywebkitgtk/python-webkit-dev_1.1.8-3_all.deb | |
dpkg -i python-webkit-dev_1.1.8-3_all.deb | |
apt --fix-broken install | |
apt install python-gtksourceview2 | |
./w3af_gui | |
bash /tmp/w3af_dependency_install.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment