BrentonEarl / w3af-sbo

Build w3af on Slackware-current
http://w3af.org/
MIT License
0 stars 0 forks source link

w3af SlackBuilds

This repository provides all the required SlackBuilds to build w3af on Slackware Linux. It aims to be compatible with slackrepo for testing purposes. The end goal is to incorporate w3af into SlackBuilds.org for distribution.

All testing should be done on a FULL installation of Slackware-current.

Warning

The version of urwid in this repository breaks the wicd daemon in Slackware. Wicd is provided in extra/. This newer version of urwid is required by mitmproxy.

Build

  1. Install Slackware-current in a virtual machine
  2. Build the latest git revision of slackrepo
  3. Install slackrepo in the fresh VM of Slackware
  4. Clone the w3af-sbo repository into /home/$USER
  5. Copy /etc/slackrepo/SBo to /etc/slackrepo/w3af-sbo
  6. Copy slackrepo_w3af-sbo.conf to /etc/slackrepo from w3af-sbo git
  7. Run; "slackrepo update"
  8. Run: "slackrepo build w3af"

Installation

  1. Packages will be located in /var/lib/slackrepo/w3af-sbo/packages/

  2. Run installpkg

    installpkg /var/lib/slackrepo/w3af-sbo/packages/*/*/*/*/*.t?z
  3. Run w3af_console or w3af_gui to use w3af

Removal

Be certain you run the correct commmand. I am not responsible for any damages to your operating system.

Links