Belati icon indicating copy to clipboard operation
Belati copied to clipboard

EXCEPTION of type 'OSError' ocurred with message: '[Errno 2] No such file or directory'

Open Sparrow1029 opened this issue 7 years ago • 2 comments

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?

Sparrow1029 avatar Jan 31 '19 16:01 Sparrow1029

same issue. Solved by installing debian system dependencies from readme.md and running sudo python -m pip install -r requirements.txt

noahbjohnson avatar Apr 06 '19 21:04 noahbjohnson

same issue on docker , already to install dependencies inside container

EXCEPTION of type 'OSError' occurred with message: '[Errno 2] No such file or directory' image

hikmahgumelar avatar May 13 '20 13:05 hikmahgumelar