Monitorizer icon indicating copy to clipboard operation
Monitorizer copied to clipboard

Startup Issues & Environ key issue & Server Running Issue

Open sherlocksecurity opened this issue 11 months ago • 2 comments

Hey Mates,

Eventhough i've dnsrecon and sublist3r installed and running getting some errors. Along with that getting key error where it is fetching some SERVER_FD value not sure how to set it or how we're deducting it.

Additionally, the slack even subscription is unable to reach the mentioned IP that started by the tool, even i have setup the inbound rules for 6500, 80, 443 as well.

[12/07/2023 11:07:38][ERROR] Unable to execute sublist3r make sure to install all requirements
[12/07/2023 11:07:38][ERROR] Unable to execute dnsrecon make sure to install all requirements
[12/07/2023 11:07:40][INFO ] Continuous scanner is enabled
Exception in thread Thread-2:
Traceback (most recent call last):
  File "/usr/lib64/python3.7/threading.py", line 926, in _bootstrap_inner
    self.run()
  File "/usr/lib64/python3.7/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/home/ec2-user/Monitorizer/modules/server/server.py", line 223, in _server
    app.run(debug=False, port=args.port, host='0.0.0.0')
  File "/usr/local/lib/python3.7/site-packages/flask/app.py", line 1191, in run
    run_simple(t.cast(str, host), port, self, **options)
  File "/usr/local/lib/python3.7/site-packages/werkzeug/serving.py", line 1035, in run_simple
    fd = int(os.environ["WERKZEUG_SERVER_FD"])
  File "/usr/lib64/python3.7/os.py", line 681, in __getitem__
    raise KeyError(key) from None
KeyError: 'WERKZEUG_SERVER_FD'

[12/07/2023 11:07:40][INFO ] Started event server at http://43.204.109.233:6500/slack

sherlocksecurity avatar Jul 12 '23 05:07 sherlocksecurity

It seems to be a bug. 🐛

wolfboys avatar Dec 22 '23 15:12 wolfboys