/usr/bin/w3af_console is in w3af-console 1.1svn5547-1.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/python /usr/share/w3af/w3af_console $@
fi
|