/usr/bin/w3af_gui is in w3af 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_gui ] ; then
/usr/bin/python /usr/share/w3af/w3af_gui $@
fi
|