/usr/bin/w3af_console is in w3af-console 1.0-rc3svn3489-1.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 4 | #!/bin/sh
if [ -r /usr/share/w3af/w3af_console ] ; then
/usr/bin/python2.5 /usr/share/w3af/w3af_console $@
fi
|