ajenti / ajenti

Audit: Binding to all interfaces detected with hardcoded values BAN-B104
Security
Major
6 months agoa year old
Possible binding to all interfaces.
16        self.data = {
17            'bind': {
18                'mode': 'tcp',
19                'host': '0.0.0.0',20                'port': 8000,21            },22            'color': 'blue',
23            'name': 'test',
24            'ssl': {