def __init__(self): if IS_WIN: coloramainit() Cmd.__init__(self) os.system("clear") conf.report = False conf.retry = False conf.delay = 0 conf.quiet = False conf.isPocString = False conf.isPycFile = False conf.requires = False conf.requiresFreeze = False conf.url = None conf.proxy = None conf.params = None conf.urlFile = None conf.agent = None conf.referer = None conf.cookie = None conf.proxy = None conf.randomAgent = False conf.threads = 1 conf.timeout = 5 conf.httpHeaders = HTTP_DEFAULT_HEADER self.prompt = "Pcs> " banner() self.case_insensitive = False
def __init__(self): if IS_WIN: coloramainit() Cmd.__init__(self) os.system("clear") banner() self.case_insensitive = False self.prompt = "Pcs> " conf.url = None conf.proxy = None conf.params = None conf.urlFile = None conf.agent = None conf.referer = None conf.cookie = None conf.proxy = None conf.randomAgent = False conf.threads = 1 conf.timeout = 5 conf.httpHeaders = HTTP_DEFAULT_HEADER
def __init__(self): Cmd.__init__(self) self.prompt = "Pcs.poc> " self.case_insensitive = False
def __init__(self): Cmd.__init__(self) self.prompt = "Pcs.config.header> " self.case_insensitive = False