You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
Host System
pip freeze
: gistError 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
, setdomain
towhatever.com
and then try to start scanning with eitherstart
orstartws
.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 forset
within the console.I checked the
plugins/config.py
module, andDEBUG=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?
The text was updated successfully, but these errors were encountered: