This file is indexed.

/usr/bin/w3af 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
5
6
#!/bin/sh
if [ ! -z "$DISPLAY" -a -r /usr/share/w3af/w3af_gui ] ; then 
   /usr/bin/python /usr/share/w3af/w3af_gui $@
else
   /usr/bin/python /usr/share/w3af/w3af_console $@
fi