[GH-ISSUE #117] [Packages] Seems we need an update #97

Open
opened 2026-02-26 04:30:30 +03:00 by kerem · 0 comments
Owner

Originally created by @dudeisbrendan03 on GitHub (Jan 18, 2018).
Original GitHub issue: https://github.com/LionSec/katoolin/issues/117

Package w3af is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

Apparently w3af isn't normally up to date on the package manager anyway, I just added:

cd ~
apt-get update
apt-get install -y python-pip w3af
pip install --upgrade pip
git clone https://github.com/andresriancho/w3af.git
cd w3af
./w3af_console
. /tmp/w3af_dependency_install.sh

And commented out any lines related to w3af

Originally created by @dudeisbrendan03 on GitHub (Jan 18, 2018). Original GitHub issue: https://github.com/LionSec/katoolin/issues/117 ``` Package w3af is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source ``` Apparently w3af isn't normally up to date on the package manager anyway, I just added: ``` cd ~ apt-get update apt-get install -y python-pip w3af pip install --upgrade pip git clone https://github.com/andresriancho/w3af.git cd w3af ./w3af_console . /tmp/w3af_dependency_install.sh ``` And commented out any lines related to w3af
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/katoolin-LionSec#97
No description provided.