Models

class src.c2.models.Agent(hostname, os, username, ip, sleep_time)

Class that holds agent information in an AGENTS table

class src.c2.models.Command(agent_id, command=None, output=None, retrieved=False, displayed=False)

Class that holds command information in a COMMANDS table

class src.c2.models.User(email, username, password)

Class that holds an authenticated user