ajenti / ajenti

Starting a process with a shell detected BAN-B605
Security
Major
6 months agoa year old
Starting a process with a shell, possible injection detected, security issue.
 25            time.sleep(1)
 26    print("\n--> Ajenti started")
 27    yield
 28    os.system(f'kill {process.pid}') 29    print("\n--> Ajenti stopped")
 30
 31class TestBasicHttp: