EXCEPTION of type 'OSError' ocurred with message: '[Errno 2] No such file or directory'
Host System
- OS : 4.19.0-kali1-amd64
- Python version: Python 2.7.15+
- Pip version: pip 19.0.1 (python 2.7)
- Output of
pip freeze: gist
Error Description
As the title says:
EXCEPTION of type 'OSError' ocurred with message: '[Errno 2] No such file or directory'
appears when I enter the console via python Belati.py, set domain to whatever.com and then try to start scanning with either start or startws.
The error is followed by a message telling me to set debug true in order to see the full stack trace, but when I do, the command just comes back with the available options for set within the console.
I checked the plugins/config.py module, and DEBUG=True is set... but I'm not sure where that information is going.
Upon examining the logs directory, every file just contains the splash screen for the Belati console.
Any idea what file I'm missing to cause this error?
same issue.
Solved by installing debian system dependencies from readme.md and running sudo python -m pip install -r requirements.txt
same issue on docker , already to install dependencies inside container
EXCEPTION of type 'OSError' occurred with message: '[Errno 2] No such file or directory'
