Cannot start Mantra after installation with error message:
"Your firefox profile cannot be loaded. It may be missing or inaccessible."
My Environment:
- Xubuntu 12.10 x64
- Install OWASP Mantra (Janus version) from www.getmantra.com with installer
- set installation directory to /pentest/mantra
Solution:
Edit file "OWASP Mantra" and change the following lines
echo "${app}portable:Debug/Info: 0="$0""to
dir=${0%/*}
#echo "${app}portable:Debug/Info: 0="$0""
#dir=${0%/*}
dir=/pentest/mantra
Summary:
Change the start-up script to use a direct absolute path for "dir" variable